sampgdk exits server
#1

So I start my blank server [untitled.amx] with my plugin compiled and he are the resuts:

Код:
PLUGIN_EXPORT int PLUGIN_CALL AmxLoad(AMX *amx){
  return true;
}
loads

Код:
PLUGIN_EXPORT int PLUGIN_CALL AmxLoad(AMX *amx){
  return false;
}
loads

Код:
PLUGIN_EXPORT int PLUGIN_CALL AmxLoad(AMX *amx){
  return amx_Register(amx, natives, -1);
}
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
Reply
#2

nvm, solved
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)