SA-MP Forums Archive
why unknown **REPS** - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: why unknown **REPS** (/showthread.php?tid=509401)



why unknown **REPS** - UfsDev - 26.04.2014

why traignle.gs i upload gamemode and its still Unknown... any help

Код:
Hostname: United Freeroam Server.
Gamemode: Unknown
Map: UFS-(Build 1)
Players: 0
Version: 0.3z
Password: No



Re: why unknown **REPS** - RaWRZ - 26.04.2014

Probably missing plugin. Download nativechecker and check the logs.


Re: why unknown **REPS** - Guest4390857394857 - 26.04.2014

Post us your server.cfg file!


Re: why unknown **REPS** - Stanford - 26.04.2014

Restart the server using the panel.


Re: why unknown **REPS** - Khanz - 26.04.2014

post your server_log.txt


Re: why unknown **REPS** - UfsDev - 26.04.2014

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[19:18:21] filterscripts = ""  (string)
[19:18:21] 
[19:18:21] Server Plugins
[19:18:21] --------------
[19:18:21]  Loading plugin: streamer.so
[19:18:21] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[19:18:21]   Loaded.
[19:18:21]  Loading plugin: Whirlpool.so
[19:18:21]   Failed (plugins/Whirlpool.so: cannot open shared object file: No such file or directory)
[19:18:21]  Loading plugin: sscanf.so
[19:18:21]   Failed (plugins/sscanf.so: cannot open shared object file: No such file or directory)
[19:18:21]  Loading plugin: audio.so
[19:18:21]   Failed (plugins/audio.so: cannot open shared object file: No such file or directory)
[19:18:21]  Loaded 1 plugins.

[19:18:21] 
[19:18:21] Filterscripts
[19:18:21] ---------------
[19:18:21]   Loaded 0 filterscripts.

[19:18:21] Script[gamemodes/fgame.amx]: Run time error 19: "File or function is not found"
[19:18:21] Number of vehicle models: 0



Re: why unknown **REPS** - UfsDev - 26.04.2014

Код:
echo Executing Server Config...
lanmode 1
rcon_password xxxxx
maxplayers 30
port 12156
bind 37.59.28.180
hostname United Freeroam Server.
mapname UFS-(Build 1)
gamemode0 fgame
plugins streamer.so Whirlpool.so sscanf.so audio.so
filterscripts 
announce 1
query 1
weburl www.ufs.createaforum.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]



Re: why unknown **REPS** - Khanz - 26.04.2014

Quote:

[19:18:21] Loaded.
[19:18:21] Loading plugin: Whirlpool.so
[19:18:21] Failed (plugins/Whirlpool.so: cannot open shared object file: No such file or directory)
[19:18:21] Loading plugin: sscanf.so
[19:18:21] Failed (plugins/sscanf.so: cannot open shared object file: No such file or directory)
[19:18:21] Loading plugin: audio.so
[19:18:21] Failed (plugins/audio.so: cannot open shared object file: No such file or directory)
[19:18:21] Loaded 1 plugins.

Check if these are in your plugins folder and they are spelt exactly the same.


Re: why unknown **REPS** - GeasyW - 26.04.2014

Plugins mate, none is loaded.. Check your script folder... Maybe you deleted
them
Download all the Linux plugins, [ Find em on Plugin's threads ], and put those in the "Plugins" folder. Go to your server.cfg, and in plugins line add ".so" instead of ".dll". And then try - It will work.


Re: why unknown **REPS** - UfsDev - 26.04.2014

+REP