1. Commands
Module Name |
Purpose |
fun_amxx |
General functions for changing game values. |
engine_amxx |
More advanced functions for getting and setting values in the HL engine. |
fakemeta_amxx |
Expert/advanced functions for manipulating, hooking, and calling functions in the HL engine. |
mysql_amxx, pgsql_amxx, mssql_amxx |
MySQL (all platforms), PgSQL (all platforms except AMD64), and MS-SQL (Windows only) scripting functions. |
geoip_amxx |
Functions for finding countries by IP address. |
array_amxx |
Functions for somewhat-dynamic arrays. |
sockets_amxx |
Functions for socket (TCP/UDP) control and manipulation. |
regex_amxx |
Functions for regular expression support. |