20.02.2014, 12:26
Hi guys.I have problem with a /ahelp command.I have 2 checks:
If BetaAdmin = 1 but Admin = 0 it shows the NOACCESS message and the different if they aren't beta admins but they are admins again it shows the message not the dialog.Please help ^^
Regards,
S. Ignatov
pawn Код:
if(UserStats[playerid][BetaAdmin] == 0 || UserStats[playerid][Admin] == 0) return SendClientMessage(playerid, COLOR_GREEN, NOACCESS);
Regards,
S. Ignatov