I am trying to run a Dayz server and I followed undefined's tutorial and everything has worked. I moved my entire server folder into the WinSCP directory and I can connect to the server, but the gamemode does not load correctly, but it runs on my localhost with the same files and server.cfg.
I am getting Mode: Unknown instead of Mode: DayZ Zombie v6.2_build625_3xr2 and I am not sure why it won't work
Here is my server.cfg
And my gamemode folder contains the gamemode dayzsql2.amx
I am getting Mode: Unknown instead of Mode: DayZ Zombie v6.2_build625_3xr2 and I am not sure why it won't work
Here is my server.cfg
Code:
echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 351
port 7777
hostname [Zombie Survival] Xen Dayz
gamemode0 dayzsql2
filterscripts Music Safehouses
plugins FCNPC.dll streamer.dll Whirlpool.dll sscanf.dll
announce 1
query 1
chatlogging 0
weburl forumurl
onfoot_rate 41
incar_rate 40
weapon_rate 40
stream_distance 700.0
stream_rate 1000
maxnpc 500
logtimeformat [%H:%M:%S]
And my gamemode folder contains the gamemode dayzsql2.amx