17.06.2012, 18:03
I made a spawn selection dialog for players, but since the server has 2 major teams I want different spawn points for each one. Is there any way I can check the player's class?
// Players who are in Team 1 should spawn at Las Venturas Airport.
if(GetPlayerTeam(playerid) == 1) SetPlayerPos( playerid, 1667.8909, 1405.5618, 10.7801);
GetPlayerTeam
pawn Код:
|