Jump to content
  • 0

Problema respawn HQ


Chescu

Question

Problemă întâlnită (descriere):Am reusit sa mut spawnul cu totul.Pe mine ma da acolo unde trebuie.Dar pe alt player il respawneaza la vechiul Hq.
Ero(area / rile) / warning-(ul / urile):
Liniile de cod / sursa / script-ul:
Imagini / Video (optional): http://imgur.com/aBsJy6Y,Zql8UJr#1
Aţi încercat să rezolvaţi singur?:Da.Cand dau respawn pe mine ma da acolo unde trebuie(la grove)si pe alt player il respawneaza la vechiul Hq desii am sters toate coordonatele.

Asa arata la /enter.

else if (PlayerToPoint(8.0, playerid,2495.3325,-1690.7804,14.7656))//Clanul Sadoveanu
			{
				if (PlayerData[playerid][pMember] == 11 || PlayerData[playerid][pLeader] == 11)
				{
			    	GameTextForPlayer(playerid, "~w~Bine ai venit la Clanul Sadoveanu!", 5000, 1);
			    	SetPlayerInterior(playerid,5);
					SetPlayerPos(playerid,1267.663208,-781.323242,1091.906250);
				}
			}

Asa arata le /exit.

else if (PlayerToPoint(8.0, playerid,1267.663208,-781.323242,1091.906250))//Clanul sadoveanu /exit hq
			{
				SetPlayerInterior(playerid,0);
				SetPlayerPos(playerid,2495.3325,-1690.7804,14.7656);
			}
  • Upvote 1
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

else if (PlayerToPoint(8.0, playerid,1267.663208,-781.323242,1091.906250))//Clanul sadoveanu /exit hq
            {
                if (PlayerData[playerid][pMember] == 11 || PlayerData[playerid][pLeader] == 11)
                {
                GameTextForPlayer(playerid, "~w~Ai iesit din Clanul Sadoveanu!", 5000, 1);
                SetPlayerInterior(playerid,0);
                   SetPlayerPos(playerid,2495.3325,-1690.7804,14.7656);
                }
            }

Încearcă să pui asta la /exit

  • Upvote 1

350x20_00FFF7_FFFFFF_000000_000000.png7YwhJMC.png

ySdxY9L.png

 

76561198117970407.png9Xc59Z4.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.