Can't /deletehouse from in-game! :(
#2

Your code says:
pawn Код:
if(PInfo[playerid][AdminLevel] >= 5) { SendClientMessage(...,"You are not a developer"); }
If we translate this to English your code is
Код:
if Admin Level is Equal or Higher than 5 he isn't developer.
So proper statement would be
pawn Код:
if(PInfo[playerid][AdminLevel] < 5)
Reply


Messages In This Thread
Can't /deletehouse from in-game! :( - by Airin - 24.04.2013, 15:23
Re: Can't /deletehouse from in-game! :( - by [MG]Dimi - 24.04.2013, 19:07

Forum Jump:


Users browsing this thread: 1 Guest(s)