Posts: 93
Threads: 13
Joined: Jan 2012
Reputation:
0
19.12.2016, 20:58
(
Последний раз редактировалось Leo Delvecchio; 20.12.2016 в 10:12.
)
Hey guys, cant get my server to run and this is what keeps coming up in the server log:
I couldn't load any gamemode scripts. Please verify your server.cfg
[23:32:05] It needs a gamemode0 line at the very least.
ANy help would be much appreciated
This problem has been solved, thank you to everyone for all the help provided
Posts: 107
Threads: 2
Joined: Oct 2016
Reputation:
0
Did you do what it told you?
Take a look at the gamemode's name, let's assume it's named "Test".
Then just go into the server config and go to the line "gamemode0", you'd then put the script's name:
"gamemode0 Test 1" (without the quotes, obviously)
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Have you uploaded the .amx file and it has been placed inside gamemodes folder?
Posts: 6,242
Threads: 8
Joined: Jun 2008
Just saying, you NEED to have the gamemode0 line IN THE RIGHT SPOT IN THAT FILE...
If you've messed the whole order of the cfg file up, it'll lose odd settings, one of which being gamemode0.
(Had it happen last month or 3 where someone had completely and utterly re-ordered the entire cfg file, and that ended up being the problem.)
Ended up fixing it by getting the order from a blank cfg, coupled with citing the wiki to see what other options needed to be brought in.