AMX Mod X API Documentation

Basic constants
Signature
#define BIT(%0) (1<<(%0))
Signature
#define NULLENT -1
Signature
#define MAX_WEAPONS 32#define MAX_CLIENTS 32 // Max # of clients allowed in a server.#define MAX_ITEM_TYPES 6 // hud item selection slots
Signature
#define MAX_EDICT_BITS 11 // How many bits to use to encode an edict. # of bits needed to represent max edicts#define MAX_EDICTS (1<<MAX_EDICT_BITS) // Max # of edicts in a level (2048)
Назад
Верх