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



Audio_OnSetPack Error - reefer - 29.07.2013

C:\Documents and Settings\pad\Desktop\LSRP\gamemodes\LSRP.pwn(3433) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack

ok i had an error compiling with 0.3x with audio_seek so changed to Audio_SetPosition

but my final and only error is the Audio_OnSetPack

any ideas guys sorry


Re: Audio_OnSetPack Error - Red_Dragon. - 29.07.2013

Find the Audio_OnSetPack public function and copy it all except the word "public". Go above this public function by a line and paste the function, but write before it "forward" and end it with a semicolon, so it would be like this (but of course replace the dots with the whole function)
pawn Код:
forward Audio_OnSetPack ..........);



Re: Audio_OnSetPack Error - reefer - 29.07.2013

thank you very very much matey + REP