Little Help
#6

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..
Reply


Messages In This Thread
Little Help - by Sanady - 15.05.2014, 17:40
Re: Little Help - by Koala818 - 15.05.2014, 17:43
Re: Little Help - by Sanady - 15.05.2014, 18:02
Re: Little Help - by ball - 15.05.2014, 18:19
Re: Little Help - by DaniceMcHarley - 15.05.2014, 18:32
Re: Little Help - by Sanady - 17.05.2014, 07:53
Re: Little Help - by JuanStone - 17.05.2014, 08:49

Forum Jump:


Users browsing this thread: 1 Guest(s)