Compiling Error - 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: Compiling Error (
/showthread.php?tid=303939)
Compiling Error -
98rp - 16.12.2011
Hello,
I had mine 0.3c script and i downloaded 0.3d and i was compiling it with new plugins etc and i got this problem -
Код:
C:\Users\Gurjyot®\Downloads\samp03dsvr_R2_win32\gamemodes\GRP.pwn(3423) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
C:\Users\Gurjyot®\Downloads\samp03dsvr_R2_win32\gamemodes\GRP.pwn(3476) : error 017: undefined symbol "Audio_Seek"
C:\Users\Gurjyot®\Downloads\samp03dsvr_R2_win32\gamemodes\GRP.pwn(3508) : error 017: undefined symbol "Audio_Seek"
C:\Users\Gurjyot®\Downloads\samp03dsvr_R2_win32\gamemodes\GRP.pwn(3486) : warning 203: symbol is never used: "seek"
C:\Users\Gurjyot®\Downloads\samp03dsvr_R2_win32\gamemodes\GRP.pwn(3538) : error 017: undefined symbol "Audio_Seek"
C:\Users\Gurjyot®\Downloads\samp03dsvr_R2_win32\gamemodes\GRP.pwn(3517) : warning 203: symbol is never used: "seek"
How to fix it?
Re : Compiling Error -
BigBaws - 16.12.2011
because the Audio_OnSetPack arnt made for the 0.3D if you are using the old version of 0.3C
Re: Compiling Error -
98rp - 16.12.2011
How to fix it then?
Re: Compiling Error -
Compton - 16.12.2011
Hmm aint sure, try going to 0.3d pawno folder, open up a new pawno file(dont save it) then just open your GM in this new pawno file you opened from 0.3d folder and try compile.
Problems like this might be a cause of that the PC gets used to open pawno files in 0.3c format.
-Hope It helped.
Re: Compiling Error -
fiki574 - 16.12.2011
Remove all codes that includes Audio_......!
0.3d has its own audio streaming!