Quote:
Originally Posted by DaniceMcHarley
pawn Код:
CMD:serverpanel(playerid,params[]) { if(pInfo[playerid][pAdmin] < 5 &&!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,0xFFFFFFFF,""embed_red"[ERROR] "embed_white"You are not authorized to use this command!");
ShowPlayerDialog(playerid,1421,DIALOG_STYLE_LIST,""embed_white"Server Panel",cPanel(),"Submit","Cancel"); return 1; }
Try removing the restriction for now to know that the issue is in the dialog or the restriction.
pawn Код:
CMD:serverpanel(playerid,params[]) { //if(pInfo[playerid][pAdmin] < 5 &&!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,0xFFFFFFFF,""embed_red"[ERROR] "embed_white"You are not authorized to use this command!");
ShowPlayerDialog(playerid,1421,DIALOG_STYLE_LIST,""embed_white"Server Panel",cPanel(),"Submit","Cancel"); return 1; }
|
I tried to do that and still same problem..