SA-MP Forums Archive
I get these errors. - 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: I get these errors. (/showthread.php?tid=91528)



I get these errors. - Mujib - 15.08.2009

Код:
C:\Users\Mujib\My Files\SA-MP Scripts, Tools, and Webpages\RealDutch\REALDUTCH_MYSQL(11AUG)\SERVER\filterscripts\Objects.pwn(3305) : error 029: invalid expression, assumed zero
C:\Users\Mujib\My Files\SA-MP Scripts, Tools, and Webpages\RealDutch\REALDUTCH_MYSQL(11AUG)\SERVER\filterscripts\Objects.pwn(3305) : error 004: function "OnPlayerExitedMenu" is not implemented
C:\Users\Mujib\My Files\SA-MP Scripts, Tools, and Webpages\RealDutch\REALDUTCH_MYSQL(11AUG)\SERVER\filterscripts\Objects.pwn(3311) : warning 225: unreachable code
C:\Users\Mujib\My Files\SA-MP Scripts, Tools, and Webpages\RealDutch\REALDUTCH_MYSQL(11AUG)\SERVER\filterscripts\Objects.pwn(3311) : error 029: invalid expression, assumed zero
C:\Users\Mujib\My Files\SA-MP Scripts, Tools, and Webpages\RealDutch\REALDUTCH_MYSQL(11AUG)\SERVER\filterscripts\Objects.pwn(3311) : error 004: function "OnPlayerCommandText" is not implemented
C:\Users\Mujib\My Files\SA-MP Scripts, Tools, and Webpages\RealDutch\REALDUTCH_MYSQL(11AUG)\SERVER\filterscripts\Objects.pwn(3313) : error 017: undefined symbol "cmdtext"
C:\Users\Mujib\My Files\SA-MP Scripts, Tools, and Webpages\RealDutch\REALDUTCH_MYSQL(11AUG)\SERVER\filterscripts\Objects.pwn(3323) : error 030: compound statement not closed at the end of file (started at line 2624)
Im trying to make an filterscript out of the Stunt Universe.

This is what i've done so far

http://pastebin.com/f5f931d8c

Can someone please please fix it or at least descripe how to.

Thanks in advance,
Greets Mujib


Re: I get these errors. - Correlli - 15.08.2009

You probably missed a closing bracket }.


Re: I get these errors. - Mujib - 15.08.2009

Quote:
Originally Posted by Don Correlli
You probably missed a closing bracket }.
I also thought that, but wherE?


Re: I get these errors. - Correlli - 15.08.2009

Somewhere at the end of OnPlayerSelectedMenuRow?