SA-MP Forums Archive
[HELP] Audio_Seek - 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: [HELP] Audio_Seek (/showthread.php?tid=478780)



[HELP] Audio_Seek - warlord321 - 01.12.2013

i dont know what wrong, i already have audio.dll audio inc

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[17:48:31]
[17:48:31] Server Plugins
[17:48:31] --------------
[17:48:31] Loading plugin: audio
[17:48:31]

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[17:48:31] Loaded.
[17:48:31] Loading plugin: streamer
[17:48:31]

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[17:48:31] Loaded.
[17:48:31] Loading plugin: sscanf
[17:48:31]

[17:48:31] ===============================

[17:48:31] sscanf plugin loaded.

[17:48:31] © 2009 Alex "******" Cole

[17:48:31] 0.3d-R2 500 Players "dnee"

[17:48:31] ===============================

[17:48:31] Loaded.
[17:48:31] Loading plugin: crashdetect
[17:48:31] CrashDetect v4.12 is OK.
[17:48:31] Loaded.
[17:48:31] Loaded 4 plugins.

[17:48:32]
[17:48:32] Filterscripts
[17:48:32] ---------------
[17:48:32] Loading filterscript 'animations.amx'...
[17:48:33] Loading filterscript 'buttons.amx'...
[17:48:33] Loading filterscript 'boombox.amx'...
[17:48:34] Loaded 3 filterscripts.

[17:48:34] *** Streamer Plugin: Include file version (0x26105) does not match plugin version (0x26104) (script needs to be recompiled with the latest include file)
[17:48:34] [debug] Run time error 19: "File or function is not found"
[17:48:34] [debug] Audio_Seek
[17:48:34] [debug] Run time error 19: "File or function is not found"
[17:48:34] [debug] Audio_Seek
[17:48:34] Script[gamemodes/TRRP.amx]: Run time error 19: "File or function is not found"
[17:48:34] Number of vehicle models: 0


Re: [HELP] Audio_Seek - Avi Raj - 01.12.2013

Download the latest plugin and include.
then re-compile your script.


Re: [HELP] Audio_Seek - warlord321 - 01.12.2013

damn.. my pwn crashed

what wrong.. ? please helpme


Re: [HELP] Audio_Seek - Konstantinos - 01.12.2013

Audio_Seek was a function in 0.4 version of the audio plugin. In the latest version (0.5), it was replaced with Audio_SetPosition. So change any Audio_Seek to Audio_SetPosition in your script and re-compile.

You'll need to replace streamer.inc with the latest version as well because it's an older one.
Update sscanf plugin and include too.