jail bug
#6

This no nonsense,
pawn Код:
if(pInfo[playerid][AdminLevel] < 1) return SendClientMessage(playerid, -1, "{FF0000}[SYSTEM ERROR]: You don't have the privilege to use that command.");
      {
should be
pawn Код:
if(pInfo[playerid][AdminLevel] > 1)
{

}
else return SendClientMessage(playerid, -1, "{FF0000}[SYSTEM ERROR]: You don't have the privilege to use that command.");
or as Vlad showed you
Reply


Messages In This Thread
jail bug - by Glossy42O - 24.07.2015, 19:59
AW: jail bug - by Mencent - 24.07.2015, 20:02
Re: AW: jail bug - by Glossy42O - 24.07.2015, 20:05
Re: jail bug - by XVlaDX - 24.07.2015, 20:06
AW: jail bug - by Mencent - 24.07.2015, 20:07
Re: jail bug - by xVIP3Rx - 24.07.2015, 20:07
Re: jail bug - by MBilal - 24.07.2015, 20:07
Re: AW: jail bug - by Glossy42O - 24.07.2015, 20:10
AW: jail bug - by Mencent - 24.07.2015, 20:11
Re: jail bug - by Glossy42O - 24.07.2015, 20:18

Forum Jump:


Users browsing this thread: 1 Guest(s)