19.05.2012, 16:42
on top of the script
and this u know where
pawn Код:
static gTeam[MAX_PLAYERS];
pawn Код:
if(classid == 0)
{
GameTextForPlayer(playerid, "~b~Team: USA", 6000, 6);
SetPlayerColor(playerid,COLOR);
gTeam[playerid] = TEAM_USA;
}