15.05.2014, 17:40
Hello I need help with one command when I type it it`s says unknown command here is the code
Anyone know why?
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;
}