Constants in amxconst.inc
List of constants
Internal AMXX buffer size for string retrieval.#
Note
This is the buffer size AMX Mod X uses internally to retrieve strings from plugins. Most natives that take strings as arguments will implicitly truncate them to this maximum length. This has been raised to the current value with AMXX 1.8.3. Previously the limit was 3072.
This is here mainly for documentation purposes. By default plugins don't have enough memory available to allocate an array of this size. You probably should not use this to actually declare a buffer unless available memory.
The maximum buffer size required to store a map's name.#
Maximum number of players the server supports#
Current map name#
Pass this into certain functions to act as a C++ NULL#
Pass this into certain functions to act as a C++ NULL#
The maximum buffer size required to store a client's name.#
The maximum buffer size required to store a client's IP address without a port.#
The maximum buffer size required to store a client's IP address with a port.#
The maximum buffer size required to store a client's AuthID.#
The maximum buffer size required to store a resource path.#
The maximum buffer size that can be displayed in a MOTD.#
The maximum size accepted by the user info buffer.#
π#
Admin privilege and authentication constants#
Return codes#
HI weapon constants#
Parts of body for hits#
emit_sound() constants#
Language constants#
Client print native constants#
Entity rendering constants#
Type for force_unmodified()#
Status for get_module()#
AMX flag constants#
Invalid plugin id#
AMX error codes#
Generic invalid handle value#
LibType constants#
AdminProp constants#
HashType constants
To be used on hash_file() and hash_string()#
SetTaskFlags constants for set_task_ex()#
RegisterEventFlags constants for register_event_ex()#
GetPlayerFlags constants for get_players_ex()#
FindPlayerFlags constants for find_player_ex()#
Constants for client statistics#
Constants for get_user_origin()#