26.06.2009, 17:45
does anybody know how to force it or should this work ?
pawn Код:
if(GetPlayerJobID(playerid) == 1)
{
SetPlayerTeam(playerid,TEAM_POLICE);
SpawnPlayer(playerid);
return 1;
}