23.05.2014, 22:31
How can i make multiple spawnpoints for a team ? Random spawnpoints for a team . Is there a way ?
So how can i make multiple random spawnpoints ?
pawn Код:
else if(gTeam[playerid] >= 9) // After/And 9 , civils is the team .
{
TogglePlayerControllable(playerid,0);
SetPlayerPos(playerid,-1984.5894,138.2576,27.6875);
SetPlayerFacingAngle(playerid,90.5403);
SetCameraBehindPlayer(playerid);
}