GetPlayerColor or something like this
#3

pawn Код:
COMMAND:whatever(playerid, params[])
{
    if(GetPlayerColor(playerid) == COLOR_BLUE)
    {
        //Your code
    }
    return 1;
}
I've never really used it, but here's some documentation that may help you out if my code doesn't work.

GetPlayerColor
Reply


Messages In This Thread
GetPlayerColor or something like this - by ricardo178 - 12.03.2011, 16:42
Re: GetPlayerColor or something like this - by ricardo178 - 12.03.2011, 17:06
Re: GetPlayerColor or something like this - by Skylar Paul - 12.03.2011, 18:05
Re: GetPlayerColor or something like this - by ricardo178 - 12.03.2011, 18:24

Forum Jump:


Users browsing this thread: 1 Guest(s)