Whats Creating This Problem
#1

pawn Код:
if(PlayerInfo[playerid][pGang] == 1)
    {
        SetPlayerColor(playerid,COLOR_RED);
    }
    else if(PlayerInfo[playerid][pGang] == 2)
    {
        SetPlayerColor(playerid,COLOR_YELLOW);
    }
    else if(PlayerInfo[playerid][pGang] == 3)
    (
        SetPlayerColor(playerid,COLOR_PURPLE);
    }
Reply


Messages In This Thread
Whats Creating This Problem - by Shockey HD - 02.12.2011, 18:13
Re: Whats Creating This Problem - by CSSI - 02.12.2011, 18:28
Re: Whats Creating This Problem - by Shockey HD - 02.12.2011, 18:29
Re: Whats Creating This Problem - by SmiT - 02.12.2011, 18:32
Re: Whats Creating This Problem - by Shockey HD - 02.12.2011, 18:36

Forum Jump:


Users browsing this thread: 1 Guest(s)