Server scripting help. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server scripting help. (
/showthread.php?tid=400918)
Server scripting help. -
LoganStone - 20.12.2012
Could anyone help me with this, i don't know what to do at the moment.
\gamemodes\pal.pwn(3433) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
\gamemodes\pal.pwn(3486) : error 017: undefined symbol "Audio_Seek"
\gamemodes\pal.pwn(351
: error 017: undefined symbol "Audio_Seek"
\gamemodes\pal.pwn(3496) : warning 203: symbol is never used: "seek"
\gamemodes\pal.pwn(354
: error 017: undefined symbol "Audio_Seek"
\gamemodes\pal.pwn(3527) : warning 203: symbol is never used: "seek"
Re: Server scripting help. -
Zircon-Hosting - 20.12.2012
Change all your Audio_Seek to Audio_SetPosition.
Re: Server scripting help. -
LoganStone - 20.12.2012
What about the Audio_OnSetPack?
Re: Server scripting help. -
Zircon-Hosting - 20.12.2012
Put this in your script under forwards:
Quote:
Forward Audio_OnSetPack(audiopack[])
|
Re: Server scripting help. -
LoganStone - 20.12.2012
Okay thanks