Color help
#2

pawn Код:
if(gTeam[playerid] >= 9)
{
SetPlayerColor(playerid,COLOR_WHITE);
}
Why are you using this?
well, on your OnPlayerSpawn callback use.
pawn Код:
if(gTeam[playerid] == TEAM_MAFIA) {
    SetPlayerColor(playerid, COLOR_BROWN);
    }
Reply


Messages In This Thread
---------- - by K3nX - 17.05.2013, 10:46
Re: Color help - by gDarius - 17.05.2013, 10:49

Forum Jump:


Users browsing this thread: 4 Guest(s)