Audio Plugins Problems -
NewbieHelper - 28.02.2014
PHP код:
[18:54:47] Script[gamemodes/RGRP.amx]: Run time error 19: "File or function is not found"
[18:54:47] Number of vehicle models: 0
I can't run my script while it Compile successfully without any errors , May you help me ?
Re: Audio Plugins Problems -
Konstantinos - 28.02.2014
It's because of missing plugin(s) or some plugin(s) failed to load.
Load nativechecker plugin to find out which plugin.
Re: Audio Plugins Problems -
NewbieHelper - 28.02.2014
I think its audio plugins problem.
Re: Audio Plugins Problems -
NewbieHelper - 28.02.2014
PHP код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, (C)2005-2013 SA-MP Team
[19:01:18]
[19:01:18] Server Plugins
[19:01:18] --------------
[19:01:18] Loading plugin: streamer.dll
[19:01:18]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[19:01:18] Loaded.
[19:01:18] Loading plugin: sscanf.dll
[19:01:18]
[19:01:18] ===============================
[19:01:18] sscanf plugin loaded.
[19:01:18] (c) 2009 Alex "******" Cole
[19:01:18] ===============================
[19:01:18] Loaded.
[19:01:18] Loading plugin: audio.dll
[19:01:18]
*** Audio Plugin v0.4 by Incognito loaded ***
[19:01:18] Loaded.
[19:01:18] Loading plugin: nativechecker.dll
[19:01:18] Loaded.
[19:01:18] Loaded 4 plugins.
[19:01:18]
[19:01:18] Filterscripts
[19:01:18] ---------------
[19:01:18] Loading filterscript 'buttons.amx'...
[19:01:18] Loading filterscript 'anim.amx'...
[19:01:18] Loading filterscript 'audio.amx'...
[19:01:18] Error: Function not registered: 'Audio_SendMessage'
[19:01:18] Error: Function not registered: 'Audio_GetPosition'
[19:01:18] Error: Function not registered: 'Audio_SetPosition'
[19:01:18] Error: Function not registered: 'Audio_Remove3DPosition'
[19:01:18] Error: Function not registered: 'Audio_SetRadioStation'
[19:01:18] Error: Function not registered: 'Audio_StopRadio'
[19:01:18] Loaded 3 filterscripts.
[19:01:18] Error: Function not registered: 'SSCANF_Init'
[19:01:18] Error: Function not registered: 'SSCANF_Join'
[19:01:18] Error: Function not registered: 'SSCANF_Leave'
[19:01:18] Error: Function not registered: 'Audio_RenamePlayer'
[19:01:18] Error: Function not registered: 'Audio_SetPosition'
[19:01:18] Script[gamemodes/RGRP.amx]: Run time error 19: "File or function is not found"
[19:01:18] Number of vehicle models: 0
Re: Audio Plugins Problems -
Konstantinos - 28.02.2014
Update both audio (v0.5) and sscanf (v2.8.1) plugins to their latest version as well as their includes. Re-compile and start the server again.
Re: Audio Plugins Problems -
NewbieHelper - 28.02.2014
Updated both of them and still not working
PHP код:
SA-MP Dedicated Server
----------------------
v0.3x, (C)2005-2013 SA-MP Team
[19:11:23]
[19:11:23] Server Plugins
[19:11:23] --------------
[19:11:23] Loading plugin: streamer.dll
[19:11:23]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[19:11:23] Loaded.
[19:11:23] Loading plugin: sscanf.dll
[19:11:23]
[19:11:23] ===============================
[19:11:23] sscanf plugin loaded.
[19:11:23] (c) 2009 Alex "******" Cole
[19:11:23] ===============================
[19:11:23] Loaded.
[19:11:23] Loading plugin: audio.dll
[19:11:23]
*** Audio Plugin v0.5 R2 by Incognito loaded ***
[19:11:23] Loaded.
[19:11:23] Loading plugin: nativechecker.dll
[19:11:23] Loaded.
[19:11:23] Loaded 4 plugins.
[19:11:23]
[19:11:23] Filterscripts
[19:11:23] ---------------
[19:11:23] Loading filterscript 'buttons.amx'...
[19:11:23] Loading filterscript 'anim.amx'...
[19:11:23] Loading filterscript 'audio.amx'...
[19:11:23] *** Audio_SetPack: Error opening "audiopacks/default_pack/file.mp3" for CRC check
[19:11:23] *** Audio_SetPack: Error opening "audiopacks/default_pack/file.ogg" for CRC check
[19:11:23] *** Audio_SetPack: Error opening "audiopacks/default_pack/file.wav" for CRC check
[19:11:23] *** Audio_SetPack: Audio pack set to "default_pack" (transferable and automated)
[19:11:23] Loaded 3 filterscripts.
[19:11:23] *** Audio Plugin: Started TCP server on port 7777
[19:11:23] Error: Function not registered: 'SSCANF_Init'
[19:11:23] Error: Function not registered: 'SSCANF_Join'
[19:11:23] Error: Function not registered: 'SSCANF_Leave'
[19:11:23] Script[gamemodes/RGRP.amx]: Run time error 19: "File or function is not found"
[19:11:23] Number of vehicle models: 0
Re: Audio Plugins Problems -
Konstantinos - 28.02.2014
The sscanf plugin is still an old version so update it.
Re: Audio Plugins Problems -
NewbieHelper - 28.02.2014
Its the last version .. and still gives me the same errors.. what about audio?
Re: Audio Plugins Problems -
Konstantinos - 28.02.2014
This is from the server log you posted:
pawn Код:
===============================
sscanf plugin loaded.
(c) 2009 Alex "******" Cole
===============================
That means the version was old (for 0.3d).
This is from the latest version:
pawn Код:
===============================
sscanf plugin loaded.
Version: 2.8.1
(c) 2012 Alex "******" Cole
===============================
So it's not the latest version..
The audio plugin was loaded fine. I have never used it so I can't say about the errors about opening those 3 files but it started TCP server fine.
Re: Audio Plugins Problems -
NewbieHelper - 28.02.2014
Can you send me the link for it?