This Is Weird... Help
#6

you used
pawn Код:
if(PlayerInfo[playerid][pAdminLevel] > 1)
and thats indeed wrong. try
pawn Код:
if(PlayerInfo[playerid][pAdminLevel] < 2)
each admin lower than level 2 (0, so none, and level 1) cant use the command, but level 2 or higher, can use it. you just made the simple mistake to send the "not authorized" message to admins who are level 1 or higher, so changine the code would have done aswell (the real commands code, swapped with the error message)..
Reply


Messages In This Thread
This Is Weird... Help - by Buzzbomb - 20.01.2012, 00:46
Re: This Is Weird... Help - by Mrki_Drakula - 20.01.2012, 00:57
Re: This Is Weird... Help - by Buzzbomb - 20.01.2012, 01:01
Re: This Is Weird... Help - by Buzzbomb - 20.01.2012, 01:12
Re: This Is Weird... Help - by Tanush123 - 20.01.2012, 02:01
Re: This Is Weird... Help - by Babul - 20.01.2012, 02:22

Forum Jump:


Users browsing this thread: 1 Guest(s)