07.09.2011, 15:46
You are having something like this at OnPlayerSpawn?
pawn Код:
if (gTeam[playerid] == TEAM_NOOBS)
{
SetPlayerColor ...
SetPlayerPos ...
// Go on
}
else if (gTeam[playerid] == TEAM_GANG)
{
SetPlayerColor ...
SetPlayerPos ....
// Go on
}
else if (gTeam[playerid] == TEAM_MAFIA)
{
SetPlayerColor ...
SetPlayerPos ...
// Go on
}