Help: Function not registered: 'Audio_Seek'
#1

I've almost got my server running but I've been running into a couple problems that I've been able to fix by myself or simply by ****** but this one is a real nut cracker and I can't find a solution anywhere that I have looked. My server_log is shown below along with my server.cfg.

Server.cfg:
Quote:

echo Executing Server Config...
lanmode 0
rcon_password Test123
maxplayers 50
port 7777
hostname Test Server
gamemode0 test
filterscripts buttons
skinchanger vspawner
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins audio sscanf crashdetect streamer nativechecker

Server_log:
Quote:

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

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[13:11:42]
[13:11:42] Server Plugins
[13:11:42] --------------
[13:11:42] Loading plugin: audio
[13:11:42]

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

[13:11:42] Loaded.
[13:11:42] Loading plugin: sscanf
[13:11:42]

[13:11:42] ===============================

[13:11:42] sscanf plugin loaded.

[13:11:42] © 2009 Alex "******" Cole

[13:11:42] 0.3d-R2 500 Players "dnee"

[13:11:42] ===============================

[13:11:42] Loaded.
[13:11:42] Loading plugin: crashdetect
[13:11:42] CrashDetect v4.14 is OK.
[13:11:42] Loaded.
[13:11:42] Loading plugin: streamer
[13:11:42]

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

[13:11:42] Loaded.
[13:11:42] Loading plugin: nativechecker
[13:11:42] Loaded.
[13:11:42] Loaded 5 plugins.

[13:11:42]
[13:11:42] Filterscripts
[13:11:42] ---------------
[13:11:42] Loading filterscript 'buttons.amx'...
[13:11:43] Loaded 1 filterscripts.

[13:11:43] Error: Function not registered: 'Audio_Seek'
[13:11:43] [debug] Run time error 19: "File or function is not found"
[13:11:43] [debug] Audio_Seek
[13:11:43] [debug] Run time error 19: "File or function is not found"
[13:11:43] [debug] Audio_Seek
[13:11:43] Script[gamemodes/test.amx]: Run time error 19: "File or function is not found"
[13:11:43] Number of vehicle models: 0

Reply
#2

What ever that audio_seek is, Plugin i guess. Update it. if it's not a plugin, It must be a part of a plugin, Maybe Music streaming plugin if you use any, update it.
Reply
#3

Quote:
Originally Posted by Rudy_
Посмотреть сообщение
What ever that audio_seek is, Plugin i guess. Update it. if it's not a plugin, It must be a part of a plugin, Maybe Music streaming plugin if you use any, update it.
It's part of the audio plugin, pretty sure.. The audio plugin is fully updated
Reply
#4

I've read that Audio_Seek is now Audio_SetPosition.. So, I changed all my Audio_Seek to Audio_SetPosition but now, when I try to compile.. I get the following error:
Quote:

C:\Users\User\Desktop\test\pawno\include\audio.inc (46) : error 021: symbol already defined: "Audio_SetPosition"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)