Small error?
#2

pawn Код:
if (PlayerInfo[playerid][pAdmin] >= 2) return SendClientMessage(playerid, GREY, "You are not a Admin");
That is if pAdmin is equal or higher then 2 it will return "you are not admin".

Use;
pawn Код:
if (PlayerInfo[playerid][pAdmin] < 2) return SendClientMessage(playerid, GREY, "You are not a Admin");
If pAdmin is lower then 2, they cant use the command.
Reply


Messages In This Thread
Small error? - by whando - 02.06.2013, 23:18
Re: Small error? - by Richie© - 02.06.2013, 23:21
Re: Small error? - by whando - 02.06.2013, 23:22

Forum Jump:


Users browsing this thread: 1 Guest(s)