Why wont SetPlayerColor work??
#2

pawn Код:
if(President[playerid] == 1)//Under OnPlayerSpawn
    {
        SetPlayerColor(playerid,yellow);
        return 1;
    }
    else
    {
        if(IsPlayerXAdmin(playerid) || IsPlayerVIP(playerid))
        {
            SetPlayerColor(playerid,white);
        }
    }
This should work i think
Reply


Messages In This Thread
Why wont SetPlayerColor work?? - by Tigerbeast11 - 28.08.2011, 18:36
Re: Why wont SetPlayerColor work?? - by Wesley221 - 28.08.2011, 18:47
Re: Why wont SetPlayerColor work?? - by BlackWolf120 - 28.08.2011, 18:53
Re: Why wont SetPlayerColor work?? - by Tigerbeast11 - 28.08.2011, 22:32
Re: Why wont SetPlayerColor work?? - by Tigerbeast11 - 28.08.2011, 22:41
Re: Why wont SetPlayerColor work?? - by Jafet_Macario - 28.08.2011, 22:51
Re: Why wont SetPlayerColor work?? - by Tigerbeast11 - 28.08.2011, 22:56
Re: Why wont SetPlayerColor work?? - by =WoR=Varth - 29.08.2011, 09:51
Re: Why wont SetPlayerColor work?? - by [MWR]Blood - 29.08.2011, 09:55

Forum Jump:


Users browsing this thread: 1 Guest(s)