SA-MP Forums Archive
Help Me Unknown Mode - 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: Help Me Unknown Mode (/showthread.php?tid=605030)



Help Me Unknown Mode - gio200125 - 13.04.2016

MY LOG:


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

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[09:27:32] password = "" (string)
[09:27:32] plugins = "" (string)
[09:27:32]
[09:27:32] Server Plugins
[09:27:32] --------------
[09:27:32] Loaded 0 plugins.

[09:27:32]
[09:27:32] Filterscripts
[09:27:32] ---------------
[09:27:32] Loading filterscript 'UltraHost.amx'...
[09:27:32] Loading filterscript 'streamermaps.amx'...
[09:27:32] Loading filterscript 'streamergangs.amx'...
[09:27:32] Loaded 3 filterscripts.

[09:27:32] Script[gamemodes/ESS.amx]: Run time error 19: "File or function is not found"
[09:27:32] Number of vehicle models: 0


Re: Help Me Unknown Mode - Godey - 13.04.2016

Do you have ESS.amx in your gamemodes folder?
You have 0 plugins... Download streamer/ssanf2/others, it's the important ones


Re: Help Me Unknown Mode - gio200125 - 13.04.2016

can you give me ESS's plugins link?


Re: Help Me Unknown Mode - gio200125 - 13.04.2016

What Is This?







----------
Loaded log file: "server_log.txt".
----------
[09:57:16] Loading plugin: crashdetect.dll
[09:57:16] Failed (plugins/crashdetect.dll: invalid ELF header)
[09:57:16] Loading plugin: mysql.dll
[09:57:16] Failed (plugins/mysql.dll: invalid ELF header)
[09:57:16] Loading plugin: sscanf.dll
[09:57:16] Failed (plugins/sscanf.dll: invalid ELF header)
[09:57:16] Loading plugin: streamer.dll
[09:57:16] Failed (plugins/streamer.dll: invalid ELF header)
[09:57:16] Loaded 0 plugins.

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team


[09:57:16] Filterscripts
[09:57:16] ---------------
[09:57:16] Loading filterscript 'UltraHost.amx'...
[09:57:16] Loading filterscript 'streamermaps.amx'...
[09:57:16] Loading filterscript 'TDEditor.amx'...
[09:57:16] Unable to load filterscript 'TDEditor.amx'.
[09:57:16] Loading filterscript 'streamergangs.amx'...
[09:57:16] Loaded 3 filterscripts.

[09:57:16] Script[gamemodes/ESS.amx]: Run time error 19: "File or function is not found"
[09:57:16] Number of vehicle models: 0









Config



echo Executing Server Config...
lanmode 1
hostname ETrion Stunt Server - Qartuli ! [Ultra-H.com]
weburl www.Ultra-H.com
mapname San Andreas
language Georgia!
password
rcon_password 123456
maxplayers 20
bind 198.100.144.190
port 9881
maxnpc 0
rcon 0
announce 1
query 1
lagcompmode 1
messageholelimit 3000
messageslimit 500
ackslimit 3000
gamemode0 ESS
filterscripts UltraHost streamermaps TDEditor streamergangs
plugins crashdetect.dll mysql.dll sscanf.dll streamer.dll
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000


Re: Help Me Unknown Mode - Godey - 13.04.2016

Streamer: https://github.com/samp-incognito/sa...eases/tag/v2.8
NativeChecker: http://www.solidfiles.com/d/8433/
Kindly find other plugins

EDIT: after reading your editted post:
Code:
plugins crashdetect.dll mysql.dll sscanf.dll streamer.dll
change it to
Code:
plugins crashdetect mysql sscanf streamer



Re: Help Me Unknown Mode - gio200125 - 13.04.2016

:@ :@ :@


[10:49:32] Loading plugin: crashdetect
[10:49:32] Failed (plugins/crashdetect: cannot open shared object file: No such file or directory)
[10:49:32] Loading plugin: mysql
[10:49:32] Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[10:49:32] Loading plugin: sscanf
[10:49:32] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[10:49:32] Loading plugin: streamer
[10:49:32] Failed (plugins/streamer: cannot open shared object file: No such file or directory)


Re: Help Me Unknown Mode - ConnorHunter - 13.04.2016

Load "crashdetect" last in order

Code:
plugins mysql sscanf streamer crashdetect
Additionally, go into your script and find where you have your Includes and check all the plugins it lists, then make sure you have them in your include and plugins folders. And finally ensure you actually have the gamemode in your gamemodes folder and include that in your server.cfg

When it says no such file it means you do not have them in your plugins folder.