Server scripting help.
#1

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"
Reply
#2

Change all your Audio_Seek to Audio_SetPosition.
Reply
#3

What about the Audio_OnSetPack?
Reply
#4

Put this in your script under forwards:

Quote:

Forward Audio_OnSetPack(audiopack[])

Reply
#5

Okay thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)