Pawno didn't responding
#1

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?
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;
    }
Reply
#2

the script is causing this you made a mistake and the compiler can't handle it
Reply
#3

Quote:
Originally Posted by ThePrograme
Посмотреть сообщение
the script is causing this you made a mistake and the compiler can't handle it
I'm confused :/ How to fix that?I never have this problem..
Reply
#4

Well what was the last thing you did before this happened if you now watt delete it
Reply
#5

/adminlist has a major problem or maybe the script has too many lines, look down it must be saying " gmname.pwn has been compiled to gmname.amx
Reply
#6

Before I put the command, I have compile it without any errors... But when I compile it with the 'new' command pawno fucked up.
Reply
#7

Could you post your adminlist command becose there is something wrong wich her that couse compiler to crash
Reply
#8

so that means the command is cousing this problem delete it
Reply
#9

I've add the command.
Reply
#10

Sorry but that command won't show you any admins
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)