And we're supposed to guess why it's not starting without any info provided ?
|
echo Executing Server Config... lanmode 1 rcon_password ohfuck maxplayers 50 port 7777 hostname testing gamemode0 topsecret-1 plugins sscanf streamer announce 1 query 1 chatlogging 0 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] language English
Here's the Server.cfg
Код:
echo Executing Server Config... lanmode 1 rcon_password ohfuck maxplayers 50 port 7777 hostname testing gamemode0 topsecret-1 plugins sscanf streamer announce 1 query 1 chatlogging 0 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] language English |
What gamemode you use , what plugins you use
show us #include <blablabla> things on top of your script show us server_log.txt |
SA-MP Dedicated Server ---------------------- v0.3.7, ©2005-2015 SA-MP Team [21:01:45] [21:01:45] Server Plugins [21:01:45] -------------- [21:01:45] Loading plugin: sscanf [21:01:45] [21:01:45] =============================== [21:01:45] sscanf plugin loaded. [21:01:45] Version: 2.8.1 [21:01:45] © 2012 Alex "******" Cole [21:01:45] =============================== [21:01:45] Loaded. [21:01:45] Loading plugin: streamer [21:01:45] *** Streamer Plugin v2.7.2 by Incognito loaded *** [21:01:45] Loaded. [21:01:45] Loaded 2 plugins. [21:01:45] [21:01:45] Filterscripts [21:01:45] --------------- [21:01:45] Loaded 0 filterscripts. [21:01:45] Script[gamemodes/topsecret-1.amx]: Run time error 19: "File or function is not found" [21:01:45] Number of vehicle models: 0
echo Executing Server Config... lanmode 1 rcon_password ohfuck maxplayers 50 port 7777 hostname testing gamemode0 topsecret 1 plugins sscanf streamer announce 1 query 1 chatlogging 0 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] language English
use this
Код:
echo Executing Server Config... lanmode 1 rcon_password ohfuck maxplayers 50 port 7777 hostname testing gamemode0 topsecret 1 plugins sscanf streamer announce 1 query 1 chatlogging 0 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] language English |
Run time error 19: "File or function is not found" |
Download nativecheck and add it at the end of your "plugins", and then show us the output.
|