audio_seek Run time error 19: "File or function is not found" - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: audio_seek Run time error 19: "File or function is not found" (
/showthread.php?tid=430458)
audio_seek Run time error 19: "File or function is not found" -
Ponii - 13.04.2013
Код:
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[01:21:21]
[01:21:21] Server Plugins
[01:21:21] --------------
[01:21:21] Loading plugin: audio.so
[01:21:21]
*** Audio Plugin v0.5 R2 by Incognito loaded ***
[01:21:21] Loaded.
[01:21:21] Loading plugin: sscanf.so
[01:21:21]
[01:21:21] ===============================
[01:21:21] sscanf plugin loaded.
[01:21:21] Version: 2.8.1
[01:21:21] © 2012 Alex "******" Cole
[01:21:21] ===============================
[01:21:21] Loaded.
[01:21:21] Loading plugin: streamer.so
[01:21:21]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[01:21:21] Loaded.
[01:21:21] Loading plugin: crashdetect.so
[01:21:21] CrashDetect v4.10 is OK.
[01:21:21] Loaded.
[01:21:21] Loading plugin: nativechecker.so
[01:21:21] Loaded.
[01:21:21] Loaded 5 plugins.
[01:21:21]
[01:21:21] Ban list
[01:21:21] --------
[01:21:21] Loaded: samp.ban
[01:21:21]
[01:21:21]
[01:21:21] Filterscripts
[01:21:21] ---------------
[01:21:21] Loading filterscript 'iradio.amx'...
[01:21:25] Loading filterscript 'anims.amx'...
[01:21:29] Loading filterscript 'Firework2.amx'...
[01:21:35] Loading filterscript 'gcustom.amx'...
[01:21:41] Loading filterscript 'vactions.amx'...
[01:21:45] Loading filterscript '*******.amx'...
[01:21:52] ******* player by usrb1n has been loaded
[01:21:52] Loading filterscript 'F_Streamer.amx'...
[01:21:57] F_Streamer Loaded successful.
[01:21:57] Loading filterscript 'Mapv1.amx'...
[01:22:05]
--------------------------------------
[01:22:05] Map by Joe v1
[01:22:05] --------------------------------------
[01:22:05] Loading filterscript 'Weaponholder.amx'...
[01:22:14] Loading filterscript 'MP3.amx'...
[01:22:23]
--------------------------------------
[01:22:23] Police Flash lights V2.1
[01:22:23] By Stefantjuh97
[01:22:23] --------------------------------------
[01:22:23] Loading filterscript 'MegaPhone.amx'...
[01:22:30] Loading filterscript 'Xballoon.amx'...
[01:22:35] Loading filterscript 'seat-belt.amx'...
[01:22:40] Seatbelt System loaded by ajam123...
[01:22:40] Loading filterscript 'Helmet.amx'...
[01:22:44] Loaded 14 filterscripts.
[01:22:48] Error: Function not registered: 'Audio_Seek'
[01:22:48] [debug] Run time error 19: "File or function is not found"
[01:22:48] [debug] Audio_Seek
[01:22:48] [debug] Run time error 19: "File or function is not found"
[01:22:48] [debug] Audio_Seek
[01:22:48] Script[gamemodes/HSRP.amx]: Run time error 19: "File or function is not found"
[01:22:48] Number of vehicle models: 0
I updated all plugins+includes that is used for this gm. And recompiled the gm + fs that has the errors. I fixed them All, now they all have 0 errors/warnings. But runtime error shit is happening. audio_Seek is causing the problems. how to fix this?
Re: audio_seek Run time error 19: "File or function is not found" -
FeaRR - 13.04.2013
In your script
Replace
Audio_Seek
with
Audio_SetPosition
That worked for me
Re: audio_seek Run time error 19: "File or function is not found" -
Ponii - 13.04.2013
It still have same error. can u TV me?
:@
i tried forward setpack etc and same problem