30.01.2018, 09:03
So I start my blank server [untitled.amx] with my plugin compiled and he are the resuts:
loads
loads
I am fucked, my server shuts down like a champ right when .amx should load.
WHAT's the problem? I empty the natives list, doesn't load still
Код:
PLUGIN_EXPORT int PLUGIN_CALL AmxLoad(AMX *amx){ return true; }
Код:
PLUGIN_EXPORT int PLUGIN_CALL AmxLoad(AMX *amx){ return false; }
Код:
PLUGIN_EXPORT int PLUGIN_CALL AmxLoad(AMX *amx){ return amx_Register(amx, natives, -1); }
WHAT's the problem? I empty the natives list, doesn't load still