Issue agian GOD....
#2

You fucked it all up

if(PInfo[playerid][Level] >= 7) return SendClientMessage(playerid,COLOR_RED,"You are not admin level 7.");

Try this instead....

pawn Код:
#define CMDLEVEL(%0); if(PInfo[playerid][Level] < %0) { \
    new line[128]; \
    format(line, sizeof(line), ""You are not admin level %i.", %0); \
    return SendClientMessage(playerid,COLOR_RED, line); }
Now just put CMDLEVEL(7);
Reply


Messages In This Thread
Issue agian GOD.... - by Lynet - 13.11.2013, 15:34
Re: Issue agian GOD.... - by Pottus - 13.11.2013, 15:36
Re: Issue agian GOD.... - by DanishHaq - 13.11.2013, 15:38

Forum Jump:


Users browsing this thread: 1 Guest(s)