12.04.2012, 19:21
yes the wiki has the info
https://sampwiki.blast.hk/wiki/SetPlayerTeam
this is the example from the wiki below
https://sampwiki.blast.hk/wiki/SetPlayerTeam
this is the example from the wiki below
pawn Код:
public OnPlayerSpawn(playerid)
{
// Set a player's team to 4 when they spawn
SetPlayerTeam(playerid, 4);
return 1;
}