/signcheck Error Help
#2

Correction for your /paycheck cmd:
pawn Код:
if(strcmp(cmd, "/paycheck", true) == 0) // by:Qeux
    {
        if(PlayerInfo[playerid][pAdmin] >=1337)
        {
            SignCheck();
        }
        else
        {
            SendClientMessage(playerid, COLOR_GREY, "You are not high enough admin to do this");
        }
        return 1;
    }
Reply


Messages In This Thread
/signcheck Error Help - by Qeux - 19.03.2011, 07:27
Re: /signcheck Error Help - by Norck - 19.03.2011, 07:52
Re: /signcheck Error Help - by Qeux - 19.03.2011, 17:13
Re: /signcheck Error Help - by Norck - 19.03.2011, 18:15
Re: /signcheck Error Help - by Qeux - 19.03.2011, 19:26

Forum Jump:


Users browsing this thread: 1 Guest(s)