Command
#4

pawn Код:
CMD:setcolour(playerid,params[])
{
        if(APlayerData[playerid][PlayerLevel] >= 2 || IsPlayerAdmin(playerid))
    {
       SetPlayerColor(playerid,0xFF0000AA);
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Command - by NathNathii - 19.02.2013, 18:20
Re: Command - by bensmart469 - 19.02.2013, 18:56
Re: Command - by NathNathii - 19.02.2013, 19:00
Re: Command - by SilverKiller - 19.02.2013, 19:36

Forum Jump:


Users browsing this thread: 1 Guest(s)