26.03.2017, 16:27
Hey there! a little help would be appreciated.I'm mapping some stuff for my clan's server and I'm using a basic freeroam script with some filterscripts.It all works fine.The problem arose when I changed my code to CreateDynamicObject since I needed to load some heavy maps.I installed the streamer plugin in proper directories and did all that stuff.The script compiled without any errors but when I run the samp_server.exe it gives me the Run time error.I've tried several fixes including downloading many Runtime Libraries and .net frameworks but nothing helped me.... so this is my last hope.
Log:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[21:44:55]
[21:44:55] Server Plugins
[21:44:55] --------------
[21:44:55] Loading plugin: streamer.dll
[21:44:55] Failed.
[21:44:55]
[21:44:55] Filterscripts
[21:44:55] ---------------
[21:44:55] Loading filterscript 'adminmenu.amx'...
[21:44:55] *** Admin Menu Script by Elyks loaded ***
[21:44:55] Loading filterscript 'TeleSystem.amx'...
[21:44:55]
########################################
[21:44:55] # V2: Preparing teleports.... #
[21:44:55] # #
[21:44:55] # Teleports prepared! by Thomas_Conroy #
[21:44:55] ########################################
[21:44:55] Loading filterscript 'save.amx'...
[21:44:55] Loading filterscript 'car.amx'...
[21:44:55] Loading filterscript 'weapons.amx'...
[21:44:55]
--------------------------------------
[21:44:55] Weapon Spawner by FusiouS loaded
[21:44:55] Version: 1.0, Release 1
[21:44:55] --------------------------------------
[21:44:55] Loading filterscript 'anims.amx'...
[21:44:55]
--------------------------------------
cfg file:
echo Executing Server Config...
lanmode 0
rcon_password *****
maxplayers 100
port 7777
hostname Task Force 141-Training Server
plugins streamer.dll
gamemode0 FreeRoam 1
filterscripts adminmenu TeleSystem save car weapons anims
announce 0
query 1
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]
I hope that you guys can help me get out of this problem, Thanks in advance!
Log:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[21:44:55]
[21:44:55] Server Plugins
[21:44:55] --------------
[21:44:55] Loading plugin: streamer.dll
[21:44:55] Failed.
[21:44:55]
[21:44:55] Filterscripts
[21:44:55] ---------------
[21:44:55] Loading filterscript 'adminmenu.amx'...
[21:44:55] *** Admin Menu Script by Elyks loaded ***
[21:44:55] Loading filterscript 'TeleSystem.amx'...
[21:44:55]
########################################
[21:44:55] # V2: Preparing teleports.... #
[21:44:55] # #
[21:44:55] # Teleports prepared! by Thomas_Conroy #
[21:44:55] ########################################
[21:44:55] Loading filterscript 'save.amx'...
[21:44:55] Loading filterscript 'car.amx'...
[21:44:55] Loading filterscript 'weapons.amx'...
[21:44:55]
--------------------------------------
[21:44:55] Weapon Spawner by FusiouS loaded
[21:44:55] Version: 1.0, Release 1
[21:44:55] --------------------------------------
[21:44:55] Loading filterscript 'anims.amx'...
[21:44:55]
--------------------------------------
cfg file:
echo Executing Server Config...
lanmode 0
rcon_password *****
maxplayers 100
port 7777
hostname Task Force 141-Training Server
plugins streamer.dll
gamemode0 FreeRoam 1
filterscripts adminmenu TeleSystem save car weapons anims
announce 0
query 1
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]
I hope that you guys can help me get out of this problem, Thanks in advance!