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: Errors (
/showthread.php?tid=221013)
Errors -
D3tin - 04.02.2011
Hey guys I keep getting 3 errors but I have no knowledge of scripting so, help is appreciated.
C:\Documents and Settings\graafschap\Mijn documenten\Downloads\gamemodes\cwrp.pwn(1117

: error 017: undefined symbol "SetDisabledWeapons"
C:\Documents and Settings\graafschap\Mijn documenten\Downloads\gamemodes\cwrp.pwn(13719) : warning 213: tag mismatch
C:\Documents and Settings\graafschap\Mijn documenten\Downloads\gamemodes\cwrp.pwn(42194) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Re: Errors -
alpha500delta - 04.02.2011
C:\Documents and Settings\graafschap\Mijn documenten\Downloads\gamemodes\cwrp.pwn(42194) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
OnPlayerPrivMsg was removed in SA:MP 0.3, therefor you cannot use it
C:\Documents and Settings\graafschap\Mijn documenten\Downloads\gamemodes\cwrp.pwn(1117 : error 017: undefined symbol "SetDisabledWeapons"
Use new SetDisabledWeapons, or forward if you have a function
For the other error, show the line please