SA-MP Forums Archive
Help me please - 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: Help me please (/showthread.php?tid=609904)



Help me please - Progamerisrael1 - 17.06.2016

Quote:
Код:
C:\Users\\Desktop\\gamemodes\cwrp.pwn(11178) : error 017: undefined symbol "SetDisabledWeapons"
C:\Users\\Desktop\\gamemodes\cwrp.pwn(13719) : warning 213: tag mismatch
C:\Users\\Desktop\\gamemodes\cwrp.pwn(42194) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Help me please, thanks!


Re: Help me please - Vince - 17.06.2016

You've found a very old 0.2 script. Both SetDisabledWeapons and OnPlayerPrivmsg were removed in 0.3 and they don't work at all anymore. Those will have to be custom scripted.


Re: Help me please - Progamerisrael1 - 17.06.2016

Quote:
Originally Posted by Vince
Посмотреть сообщение
You've found a very old 0.2 script. Both SetDisabledWeapons and OnPlayerPrivmsg were removed in 0.3 and they don't work at all anymore. Those will have to be custom scripted.
And now, how I fix it?