Warning 235 help 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: Warning 235 help please! (
/showthread.php?tid=630355)
Warning 235 help please! -
Fvckboi - 13.03.2017
C:\Users\Jhonny\Desktop\SAMP\filterscripts\XtremeA dmin2.pwn(1217) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Re: Warning 235 help please! -
Kane - 13.03.2017
Add "forward OnPlayerPrivmsg" above the public.
Re: Warning 235 help please! -
ManIsHere - 13.03.2017
at top of script use forward OnPlayerPrivmsg(your parameters);