13.04.2015, 09:43
Gamemode is unkown because your AMX is probably not compiled correctly. It's weird that your defines for the same variables are called differently. You should change LOCAL_HOST to SERVER_HOST and all LOCAL_HOSTs in your server to that as well. You can then use 'SERVER_HOST' to configure your database. Note that this is for all LOCAL_* variables to SERVER_* variable.