How to ?
#3

You can check players level this way:

pawn Код:
dcmd_myadminclr1(playerid,params[]) {
    if(dUserINT(PlayerName(playerid)).("level") < 1) return SystemMsg(playerid,"[NOT ENOUGH LEVEL !]");
    SetPlayerColor(playerid,COLOUR_RED);
    return SendClientMessage(playerid,COLOUR_RED,"[ ! ]Admin color is on!");
}
Reply


Messages In This Thread
How to ? - by The_Tough - 10.08.2009, 09:36
Re: How to ? - by The_Tough - 10.08.2009, 10:50
Re: How to ? - by MadeMan - 10.08.2009, 11:48

Forum Jump:


Users browsing this thread: 1 Guest(s)