09.10.2012, 17:19
Why make two topics??
https://sampforum.blast.hk/showthread.php?tid=383936
Anyways:
Here:
https://sampforum.blast.hk/showthread.php?tid=383936
Anyways:
Here:
PHP код:
public OnPlayerSpawn(playerid)
{
if(GetPlayerTeam(playerid) == GROVE_STREET)
{
SetPlayerPos(playerid, X,Y,Z); //Replace X Y Z with your spawn coordinates.
}
else if(GetPlayerTeam(playerid) == POLICE)
{
SetPlayerPos(playerid, X,Y,Z); //Replace X Y Z with your spawn coordinates.
}
return 1;
}