You can can't use this command ?!!
#2

That happens because it has a condition if it is level 2 or greater will return to the message, otherwise function, you must do the following, this will allow use to anyone with the variable administrator in 1 or more.

pawn Код:
if(PlayerInfo[playerid][pAdmin] >= 2) return SendClientMessage(playerid, COLOR_RED, "You can't use this command");
pawn Код:
if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid, COLOR_RED, "You can't use this command");
Edit:
Quote:
Originally Posted by nezo2001
Посмотреть сообщение
lol i slept 5 hours only today
That ? Lol.
Reply


Messages In This Thread
You can can't use this command ?!! - by nezo2001 - 15.01.2015, 13:03
Respuesta: You can can't use this command ?!! - by JuanStone - 15.01.2015, 13:07
Re: You can can't use this command ?!! - by nezo2001 - 15.01.2015, 13:08

Forum Jump:


Users browsing this thread: 1 Guest(s)