22.08.2015, 14:37
I gave this solution to a similar topic:
Quote:
Either check if you wrote the gamemode's line correctly in the server.cfg, or have the compiled version (.amx) of the script (which appears in the server.cfg) in your gamemode's folder.
Eventually, try to run the server wih the nativchecker plugin, which can be found here. As a note, you have to load nativechecker as the last of the plugins, so place in at the very end in your server.cfg file at the plugins line. e.g. plugins plg#1 plg#2 plg#3 nativecheker |