Audio_OnSetPack Error
#1

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

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 ..........);
Reply
#3

thank you very very much matey + REP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)