SA-MP Forums Archive
Pawno didn't responding - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Pawno didn't responding (/showthread.php?tid=373662)



Pawno didn't responding - Smokkr - 31.08.2012

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;
    }



Re: Pawno didn't responding - ThePrograme - 31.08.2012

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


Re: Pawno didn't responding - Smokkr - 31.08.2012

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


Re: Pawno didn't responding - ThePrograme - 31.08.2012

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


Re: Pawno didn't responding - Benzke - 31.08.2012

/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


Re: Pawno didn't responding - Smokkr - 31.08.2012

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


Re: Pawno didn't responding - doreto - 31.08.2012

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


Re: Pawno didn't responding - ThePrograme - 31.08.2012

so that means the command is cousing this problem delete it


Re: Pawno didn't responding - Smokkr - 31.08.2012

I've add the command.


Re: Pawno didn't responding - ThePrograme - 31.08.2012

Sorry but that command won't show you any admins