Audio_Seek errors - 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: Audio_Seek errors (
/showthread.php?tid=321242)
Audio_Seek errors -
sanplayer - 26.02.2012
I made a script that concludes with the audio plugin. When i compile i get these following errors:
Код:
C:\Users\jordan\Desktop\fixed NGG\gamemodes\RP.pwn(3307) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
C:\Users\jordan\Desktop\fixed NGG\gamemodes\RP.pwn(3360) : error 017: undefined symbol "Audio_Seek"
C:\Users\jordan\Desktop\fixed NGG\gamemodes\RP.pwn(3392) : error 017: undefined symbol "Audio_Seek"
C:\Users\jordan\Desktop\fixed NGG\gamemodes\RP.pwn(3370) : warning 203: symbol is never used: "seek"
C:\Users\jordan\Desktop\fixed NGG\gamemodes\RP.pwn(3422) : error 017: undefined symbol "Audio_Seek"
C:\Users\jordan\Desktop\fixed NGG\gamemodes\RP.pwn(3401) : warning 203: symbol is never used: "seek"
Re: Audio_Seek errors -
sanplayer - 26.02.2012
I got the latest audio plugins
Re: Audio_Seek errors -
[HK]Ryder[AN] - 26.02.2012
The problem is that Incognito changed Audio_Seek to Audio_SetPosition
Change all your Audio_Seek to Audio_SetPosition
Re: Audio_Seek errors -
sanplayer - 26.02.2012
Fixed but now i get:
Код:
[13:20:26]
[13:20:26] =======================================
[13:20:26] | |
[13:20:26] | YSI version 1.03.0011 |
[13:20:26] | By Alex "******" Cole |
[13:20:26] | |
[13:20:26] | Checking the latest YSI version.. |
[13:20:26] | |
[13:20:26] =======================================
[13:20:26]
[13:20:26] OnGameo
[13:20:26] Gamemode started.
[13:20:26] Gamemode started.
[13:20:26] Gamemode started.
[13:20:26] *** Audio Plugin: Started TCP server on port 7777
[13:20:26] motd.ini doesn't exit, setting the default MOTDs
then closes
Edit: Ryder I repped you for fixing that problem
Re: Audio_Seek errors -
[HK]Ryder[AN] - 26.02.2012
I don't know this new thing.
maybe u r using a MOTD script and u have to create a motd.ini in scriptfiles folder?
Re: Audio_Seek errors -
Aira - 24.05.2012
I had this problem too, i was about to post some shit too in Scripting Discussion but i decided to check out ****** first..
I did what you said Ryder, it worked. Thanks