You can spawn a jetpack and admin commands without admin rights
#10

Assuming you used DaRk_RaiN's example
Change

pawn Код:
if(pInfo[playerid][Adminlevel] <=3)return SendClientMessage(playerid, -1, " You are not allowed to use this command");
to

pawn Код:
if(pInfo[playerid][Adminlevel] < 3)return SendClientMessage(playerid, -1, " You are not allowed to use this command");
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)