24.02.2012, 07:50
Hi!
What does the 4 (ID 4) means in SetPlayerTeam.. Is that how many class selections u have??..
Or what does it means?
https://sampwiki.blast.hk/wiki/SetPlayerTeam
What does the 4 (ID 4) means in SetPlayerTeam.. Is that how many class selections u have??..
Or what does it means?
pawn Код:
public OnPlayerSpawn(playerid)
{
// Set a player's team to 4 when they spawn
SetPlayerTeam(playerid, 4);
return 1;
}