31.08.2012, 10:02
One friend give me him gamemode and I want to add one command- /adminlist. when I try to compile it display pawno didn't responding... Here you are picture.
(Sorry but is on bulgarian)
How to fix that?
(Sorry but is on bulgarian)
How to fix that?
pawn Код:
if(strcmp(cmd, "/adminlist", true) == 0)
{
if(IsPlayerConnected(playerid))
{
if (PlayerInfo[playerid][pRank] == 6)
{
ShowPlayerDialog(playerid,CMD,DIALOG_STYLE_MSGBOX,"{FFFFFF}Ad{008000}mi{FF0000}ns","{40FF00}Owner: \n{FFFFFF}Co-Owner\n{008000}Admins:", "Close","");
}
}
return 1;
}