SA-MP Forums Archive
Please 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: Please help! (/showthread.php?tid=342303)



Please help! - Sarra - 13.05.2012

when i updated my server to 0.3e i got many bugs: many commands got bugged and they are not working correctly :/!


Re: Please help! - Scripter12345 - 13.05.2012

Quote:
Originally Posted by Sarra
Посмотреть сообщение
when i updated my server to 0.3e i got many bugs: many commands got bugged and they are not working correctly :/!
How did you up date it


Re: Please help! - Ballu Miaa - 13.05.2012

You get any warnings or errors? Post them here as well as the Pawn source. We will try to fix them.


Re: Please help! - Sarra - 13.05.2012

only 1 warning warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
Quote:

public Audio_OnSetPack(audiopack[])




Re: Please help! - Ballu Miaa - 13.05.2012

Add this in your script. Not in any function or callback.

pawn Код:
forward Audio_OnSetPack(audiopack[]);