Audio help! - 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 help! (
/showthread.php?tid=340298)
Audio help! -
InfinityCOD - 06.05.2012
Hi Sorry if I posted in the wrong section
How do I fix this?
Код:
SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team
[19:25:28]
[19:25:28] Server Plugins
[19:25:28] --------------
[19:25:28] Loading plugin: sscanf
[19:25:28]
[19:25:28] ===============================
[19:25:28] sscanf plugin loaded.
[19:25:28] © 2009 Alex "******" Cole
[19:25:28] ===============================
[19:25:28] Loaded.
[19:25:28] Loading plugin: audio
[19:25:28]
*** Audio Plugin v0.5 by Incognito loaded ***
[19:25:28] Loaded.
[19:25:28] Loading plugin: streamer
[19:25:28]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[19:25:28] Loaded.
[19:25:28] Loading plugin: nativechecker
[19:25:28] Loaded.
[19:25:28] Loaded 4 plugins.
[19:25:28]
[19:25:28] Filterscripts
[19:25:28] ---------------
[19:25:28] Loading filterscript 'iradio.amx'...
[19:25:28] Loaded 1 filterscripts.
[19:25:28] Error: Function not registered: 'Audio_Seek'
[19:25:28] Script[gamemodes/Roleplay.amx]: Run time error 19: "File or function is not found"
[19:25:28] Number of vehicle models: 0
Re: Audio help! -
InfinityCOD - 06.05.2012
Sorry to Bump
Re: Audio help! -
Mark™ - 06.05.2012
Audio_Seek has been renamed to Audio_SetPosition in v0.5,so recompile your script with v0.5's include.
Re: Audio help! -
InfinityCOD - 06.05.2012
I did it compiled and when I start samp-server.exe it says
Код:
SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team
[20:04:08]
[20:04:08] Server Plugins
[20:04:08] --------------
[20:04:08] Loading plugin: streamer.dll
[20:04:08]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[20:04:08] Loaded.
[20:04:08] Loading plugin: audio.dll
[20:04:08]
*** Audio Plugin v0.5 by Incognito loaded ***
[20:04:08] Loaded.
[20:04:08] Loading plugin: sscanf.dll
[20:04:08]
[20:04:08] ===============================
[20:04:08] sscanf plugin loaded.
[20:04:08] © 2009 Alex "******" Cole
[20:04:08] ===============================
[20:04:08] Loaded.
[20:04:08] Loading plugin: nativechecker.dll
[20:04:08] Loaded.
[20:04:08] Loaded 4 plugins.
[20:04:08]
[20:04:08] Filterscripts
[20:04:08] ---------------
[20:04:08] Loading filterscript 'ls_elevator.amx'...
[20:04:08] Loading filterscript 'buttons.amx'...
[20:04:08] Loading filterscript 'Untitled.amx'...
[20:04:08] Unable to load filterscript 'Untitled.amx'.
[20:04:08] Loading filterscript 'audio.amx'...
[20:04:08] Error: Function not registered: 'Audio_Set3DOffsets'
[20:04:08] Error: Function not registered: 'Audio_SetEAX'
[20:04:08] Error: Function not registered: 'Audio_RemoveEAX'
[20:04:08] Loaded 3 filterscripts.
[20:04:08] Error: Function not registered: 'Audio_Seek'
[20:04:08] Script[gamemodes/Roleplay.amx]: Run time error 19: "File or function is not found"
[20:04:08] Number of vehicle models: 0
Re: Audio help! -
Mark™ - 06.05.2012
Did you compile with v0.5's include ? If you have older include then replace it with v0.5's .inc file in your pawno/include folder of your samp server directory and then compile again.
Re: Audio help! -
InfinityCOD - 07.05.2012
I did that still say's the same thing
Re: Audio help! -
Kerlan - 23.06.2012
Same problem... Np one knows how to fix this
Re: Audio help! -
Kerlan - 24.06.2012
Still no response?
Re: Audio help! -
Skaizo - 24.06.2012
[20:04:08] Error: Function not registered: 'Audio_SetEAX'
[20:04:08] Error: Function not registered: 'Audio_RemoveEAX'
[20:04:08] Error: Function not registered: 'Audio_Set3DOffsets'
Audio_SetEAX try to Audio_SetFX
Audio_RemoveEAX try to Audio_RemoveFX
Audio_Set3DOffsets try to Audio_Set3DPosition