17.10.2013, 23:49
Hello,
I'm trying to run my gamemode in my server (linux) but for some reason it doesn't carry on the register system. However, I try it in lanmode (Windows) and it works fine. No compile errors.
I have updated plugins already.
.cfg files
linux
windows
I get to see this on both
However, my host gets stuck here
And in lanmode I can continue without any problem
I'm trying to run my gamemode in my server (linux) but for some reason it doesn't carry on the register system. However, I try it in lanmode (Windows) and it works fine. No compile errors.
I have updated plugins already.
.cfg files
linux
Код:
echo Executing Server Config... lanmode 0 rcon_password 123 maxplayers 100 port 9933 hostname SA-MP 0.3 Server gamemode0 LAPRP 1 filterscripts announce 0 query 1 weburl www.sa-mp.com maxnpc 0 onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000 bind (hiding ip) plugins streamer.so sscanf.so irc.so
Код:
echo Executing Server Config... lanmode 1 rcon_password 123 maxplayers 50 port 7777 hostname SA-MP 0.3 Server gamemode0 LAPRP 1 filterscripts plugins irc streamer sscanf announce 0 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]
However, my host gets stuck here
And in lanmode I can continue without any problem