SA-MP Forums Archive
Error - 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: Error (/showthread.php?tid=233752)



Error - Osviux - 02.03.2011

Removed


Re: Error - Infamous - 02.03.2011

Take out the ; before return 1;


Re: Error - Osviux - 02.03.2011

Код:
C:\Users\Labas\Desktop\MPG 2.0\gamemodes\MPG.pwn(5011) : error 001: expected token: ";", but found "return"
And i have found the problem. I need to add } in the end of return 1;


Re: Error - Infamous - 02.03.2011

My mistake. Your not closing the brackets after the dialog is shown.

edit: nvm you found the problem.