List of constants in amxconst.inc

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.

Note

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
you *absolutely* have to. Look at #pragma dynamic to increase a plugins
available memory.
Maximum number of players the server supports
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 clients name.
π
Admin privilege and authentication constants
Admin level constants
Admin authentication behavior flags
Return codes
HI weapon constants
Parts of body for hits
emit_sound() constants
Channels
Attenuation values
Pitch values
Volume values
Sound behavior constants
Language constants
Client print native constants
Destination types for client_print()
Color types for client_print_color()
Destination types for engclient_print()
Entity rendering constants
Rendering modes (i.e. for set_user_rendering())
Rendering fx (i.e. for set_user_rendering())
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