Cant run any server with plugins - 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: Cant run any server with plugins (
/showthread.php?tid=579953)
Cant run any server with plugins -
ZeroOP - 01.07.2015
Hi guys, i recently have installed new operating system and i got some problems.
Plugins that i had in my gamemode couldnt be load, but i updated them and its ok now, but now when i run samp_server.exe i got Run Time Error 19 "File of function is not found". I downloaded some gamemods from here and i tried with them too but every of them have this error. I taught problem could be .NET Framework, and i updated it to 4.6 RC, but error still exists.
I havent found any topic related to this, so did any of you have this problem and how did you solve it?
Re: Cant run any server with plugins -
iTakelot - 01.07.2015
Usually this is lack of plugins, set the server.cfg and server_log and Check that plugins are in the folder with the same name as this in Server.cfg.
Re: Cant run any server with plugins -
ZeroOP - 01.07.2015
server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password 159753
maxplayers 50
port 5555
hostname Matrix HP
gamemode0 Matrix 1
filterscripts ELC_AC Gangzone
plugins streamer.dll
announce 0
query 1
chatlogging 0
weburl WWW.NONE.Com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
language Serbian
server_log
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team
[11:55:42]
[11:55:42] Server Plugins
[11:55:42] --------------
[11:55:42] Loading plugin: streamer.dll
[11:55:42]
*** Streamer Plugin v2.6 by Incognito loaded ***
[11:55:42] Loaded.
[11:55:42] Loaded 1 plugins.
[11:55:42]
[11:55:42] Ban list
[11:55:42] --------
[11:55:42] Loaded: samp.ban
[11:55:42]
[11:55:42]
[11:55:42] Filterscripts
[11:55:42] ---------------
[11:55:42] Loading filterscript 'ELC_AC.amx'...
[11:55:42]
[11:55:42]
[11:55:42]
[11:55:42] =======================================
[11:55:42] | |
[11:55:42] | YSI version 3.09.0684 |
[11:55:42] | By Alex "******" Cole |
[11:55:42] | |
[11:55:42] =======================================
[11:55:42]
[11:55:42] Loading filterscript 'Gangzone.amx'...
[11:55:42] ---------------------------------------
[11:55:42] GangZone Creator by RyDeR - Loaded -
[11:55:42] ---------------------------------------
[11:55:42] Loaded 2 filterscripts.
[11:55:42] Script[gamemodes/Matrix.amx]: Run time error 19: "File or function is not found"
[11:55:42] Number of vehicle models: 0
Re: Cant run any server with plugins -
ikkentim - 01.07.2015
Try this
https://sampforum.blast.hk/showthread.php?tid=249226
Re: Cant run any server with plugins -
ZeroOP - 01.07.2015
Код:
[12:37:00] Error: Function not registered: 'SetDynamicObjectMaterial'
[12:37:00] Script[gamemodes/Matrix.amx]: Run time error 19: "File or function is not found"
[12:37:00] Number of vehicle models: 0
i found this and how can i solve it now
Re: Cant run any server with plugins -
Dizzle - 01.07.2015
Seems like many people are facing this problem.. well, try this - Download Microsoft Visual Redistributable C++ 2010 (x86 & x64)
Re: Cant run any server with plugins -
ZeroOP - 01.07.2015
It doesnt help