SA-MP Forums Archive
Audio_OnSetPack warning. Help. - 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 warning. Help. (/showthread.php?tid=379801)



Audio_OnSetPack warning. Help. - edgargreat - 23.09.2012

I need help. When i download the latest audio, streamer. i get this warning, and i can't start now my server.

Код:
C:\Users\aNdRe\Downloads\samp03e_svr_R2_win32\gamemodes\ExelG.pwn(3716) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Код:
public Audio_OnSetPack(audiopack[])



Re: Audio_OnSetPack warning. Help. - Akira297 - 23.09.2012

Review the newest update for the Audio Plugin.


Re: Audio_OnSetPack warning. Help. - edgargreat - 23.09.2012

where is it?


Re: Audio_OnSetPack warning. Help. - Akira297 - 23.09.2012

It's right here.


Re: Audio_OnSetPack warning. Help. - Red_Dragon. - 23.09.2012

Put this in your script under forwards
pawn Код:
Forward Audio_OnSetPack(audiopack[])
and it will work give me a rep please if it worked