SA-MP Forums Archive
Menu help? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Menu help? (/showthread.php?tid=136137)



Menu help? - cozza123456 - 23.03.2010

Hi, i am making a menu script (yes menu, because i dont like dialogs as much.)
But when i do the main command (/shop) it crashes the server, how do i fix it?

Menu FS is attached.




Re: Menu help? - XxJoexX - 23.03.2010

Y don't you upload the menu on hear and let people try it for them self s people can't just gess you /shop crashes the server


Re: Menu help? - cozza123456 - 23.03.2010

its attached


Re: Menu help? - GaGlets(R) - 23.03.2010

i looked in it.. oMG

Remove ! - from strcmd

|And all thes useless incudes ! leave only a_samp


Re: Menu help? - cozza123456 - 23.03.2010

still crashes the server.


Re: Menu help? - cozza123456 - 24.03.2010

BUMP!


Re: Menu help? - Drake1994 - 24.03.2010

Try this

http://pawn.pastebin.com/PQ9k1GMy


Re: Menu help? - cozza123456 - 24.03.2010

Thanks, but i fixed it 2 mins before i read ur post, i was missing this:
Код:
public OnFilterScriptInit()
{
AddMenus();
return 1;
}