Command Bugged.
#2

Код:
if(PlayerInfo[playerid][pAdmin] >= 1339 && PlayerInfo[playerid][pShopTech] == 1)
    {
        SendClientMessageEx(playerid, COLOR_GRAD2, "You are not authorized to use that command!");
        return 1;
    }
You have used the wrong ">" bracket. Anything above 1339 will be unathorized. anything below can use it.
Change ">" to "<"
Reply


Messages In This Thread
Command Bugged. - by Drago987 - 04.03.2014, 18:39
Re: Command Bugged. - by AaronFarley - 04.03.2014, 18:43
Re: Command Bugged. - by Drago987 - 04.03.2014, 19:25
Re: Command Bugged. - by Konstantinos - 04.03.2014, 20:01
Re: Command Bugged. - by Drago987 - 04.03.2014, 20:32
Re: Command Bugged. - by Drago987 - 05.03.2014, 00:16
Re: Command Bugged. - by AchievementMaster360 - 05.03.2014, 00:30
Re: Command Bugged. - by FutureGenerationGaming - 05.03.2014, 01:55
Re: Command Bugged. - by Drago987 - 05.03.2014, 14:52
Re: Command Bugged. - by FutureGenerationGaming - 06.03.2014, 01:14

Forum Jump:


Users browsing this thread: 1 Guest(s)