08.06.2015, 06:24
This gonna work I think.
Код:
Code:
(825) if(goto[playerid][giveplayerid] == true );
{
GetPlayerPos(giveplayerid, x,y,z);
SetPlayerPos(playerid, x,y,z);
}
else if(goto[playerid][all] == false );
{
SendClientMessage(playerid, 0xFF0000FF, "That player disabled teleports to him!");
}
return 1;
}

