Unknown Gamemode when I host server -
Joseph9047 - 25.01.2019
Hi, when I play server on my PC it work fine but when I host it on Zap-Hosting then on gamemode it is written Unknown I need help please.
Re: Unknown Gamemode when I host server -
Jing_Chan - 25.01.2019
Look at your server_log.txt to see what plugins fail to load, post it on pastebin and link it here if you want direct guidance
Re: Unknown Gamemode when I host server -
Joseph9047 - 26.01.2019
This is what logs say
https://pastebin.com/m3CkTHP4
Re: Unknown Gamemode when I host server -
PiLLoW - 26.01.2019
Quote:
Originally Posted by Joseph9047
|
plugin files is your need
Re: Unknown Gamemode when I host server -
Joseph9047 - 26.01.2019
I got all plugins needed and gamemode is running on my local host but not when I upload it on host. Help me please.
Re: Unknown Gamemode when I host server -
CaryTom - 26.01.2019
Hello Joseph, open your server.cfg go to plugins line, check your plugins if they are having .dll if yes, then replace .so into all .dll plugins for example "sscanf.so" do it for all plugins.
Re: Unknown Gamemode when I host server -
Joseph9047 - 27.01.2019
Its like this
Quote:
plugins streamer mysql whirlpool nativechecker sscanf
|
When I add .so It doesn't work.
Re: Unknown Gamemode when I host server -
Chams - 27.01.2019
Is the VPS you're using Linux ?
Also maybe your gamemode require Mysql database , What is the gamemode you are using ?
Re: Unknown Gamemode when I host server -
hossa - 27.01.2019
You will face this error when one of these occur:
- One of the required plugins failed to load.
- One of the required plugins weren't added to your server.cfg
- One of the plugins' versions doesn't match the one required in the gamemode.
- The compiled version of your gamemode is corrupted (happened only once with me because my AV somehow blocked it)
Re: Unknown Gamemode when I host server -
CaryTom - 27.01.2019
post screenshot of your server.cfg here and server files and from plugins folder aswell.