help module

  1. M

    amxx module - help

    #include <amxmodx.h> // Module identifier (must be unique) #define CORE_MODULE_ID "CoreModule" // Global variable signaling module readiness bool g_bModuleReady = false; // Nativ to check if the module is ready static cell AMX_NATIVE_CALL n_is_core_module_ready(AMX *amx, cell *params) {...
Сверху Снизу