Expand description
SA-MP ABI constants: plugin flags, offsets of the server’s exports table and internal AMX VM flags. Values identical to those in the C header.
Structs§
- AmxFlags
- Flags from the
.amxheader —AMX::flagsin the C header. - Supports
- Capabilities advertised by the plugin in the
Supports()export.
Enums§
- AmxExec
Idx - Identifier of the public function to execute via
amx_Exec. - Server
Data - Offsets within the
ppDatatable passed toLoad(void**).