20.03.2014, 07:20
You have a missing bracket..
pawn Код:
if(strcmp(cmdtext, "/cmd", true)==0)
{
if(pInfo[playerid][Admin] < 1)
{
ShowPlayerDialog(playerid,4,DIALOG_STYLE_LIST,"Help menu","Info\nCMD\nCamera\nTime's\nMoves\nFun","Oke","Cancel");
}
return 1;
}