Unkown Gamemode? -
Tuntun - 09.02.2015
Why getting this error?:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3d, ©2005-2011 SA-MP Team
[18:06:24]
[18:06:24] Server Plugins
[18:06:24] --------------
[18:06:24] Loading plugin: audio.so
[18:06:26] Failed.
[18:06:26] Loading plugin: streamer.so
[18:06:27] Failed.
[18:06:27] Loading plugin: sscanf.so
[18:06:28] Failed.
[18:06:28] Loaded 0 plugins.
[18:06:28]
[18:06:28] Filterscripts
[18:06:28] ---------------
[18:06:28] Loading filterscript 'buttons.amx'...
[18:06:28] Unable to load filterscript 'buttons.amx'.
[18:06:28] Loading filterscript 'vactions.amx'...
[18:06:28] Loading filterscript 'yom_buttons.amx'...
[18:06:28] Loading filterscript 'gcustom.amx'...
[18:06:28] Loading filterscript 'qcustom.amx'...
[18:06:28] Loaded 4 filterscripts.
[18:06:28] Script[gamemodes/hzrpv1.amx]: Run time error 19: "File or function is not found"
[18:06:28] Number of vehicle models: 0
Re: Unkown Gamemode? -
De4dpOol - 09.02.2015
Update all the includes and plugins your gamemode is using and recompile the gamemode.
Re: Unkown Gamemode? -
Threshold - 09.02.2015
Код:
[18:06:24] Server Plugins
[18:06:24] --------------
[18:06:24] Loading plugin: audio.so
[18:06:26] Failed.
[18:06:26] Loading plugin: streamer.so
[18:06:27] Failed.
[18:06:27] Loading plugin: sscanf.so
[18:06:28] Failed.
[18:06:28] Loaded 0 plugins.
Re: Unkown Gamemode? -
Makhmoor - 09.02.2015
You dont have audio.so , streamer.so , and sscanf.so plugin download it then recompile it.
Re: Unkown Gamemode? -
Medscripter - 09.02.2015
you don't have that plugins or you need msvcp100.dll and msvcr100.dll for windows
-------------------
if i m help you pleaz +REP
Re: Unkown Gamemode? -
Wizzy951 - 09.02.2015
Quote:
Originally Posted by Tuntun
v0.3d, ©2005-2011 SA-MP Team
[18:06:24] Loading plugin: audio.so
[18:06:26] Failed.
[18:06:26] Loading plugin: streamer.so
[18:06:27] Failed.
[18:06:27] Loading plugin: sscanf.so
[18:06:28] Failed.
[18:06:28] Loaded 0 plugins.
[18:06:28] Loading filterscript 'buttons.amx'...
[18:06:28] Unable to load filterscript 'buttons.amx'.
[18:06:28] Number of vehicle models: 0
|
First of all I can see that this is an outdated 0.3
d server, so if your client is 0.3
z replace the server.exe with a 0.3
z one.
As others told you download the latest audio, streamer and sscanf plugins and includes, replace the old ones, recompile the gamemode and buttons filterscript and try to run the server again.
Actually are you running the server on windows or linux ? (if it's windows remove the .so extensions from the server config file)
Re: Unkown Gamemode? -
Tuntun - 09.02.2015
Why getting this error in pawno?:
Код:
E:\Roleplay\gamemodes\hzrpv1.pwn(3461) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
E:\Roleplay\gamemodes\hzrpv1.pwn(3514) : error 017: undefined symbol "Audio_Seek"
E:\Roleplay\gamemodes\hzrpv1.pwn(3546) : error 017: undefined symbol "Audio_Seek"
E:\Roleplay\gamemodes\hzrpv1.pwn(3524) : warning 203: symbol is never used: "seek"
E:\Roleplay\gamemodes\hzrpv1.pwn(3576) : error 017: undefined symbol "Audio_Seek"
E:\Roleplay\gamemodes\hzrpv1.pwn(3555) : warning 203: symbol is never used: "seek"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.