Constants

amxmisc.inc

cmd_target flags

CMDTARGET_OBEY_IMMUNITY
#define CMDTARGET_OBEY_IMMUNITY (1<<0) // Obey immunity
#define CMDTARGET_ALLOW_SELF    (1<<1) // Allow self targeting
#define CMDTARGET_ONLY_ALIVE    (1<<2) // Target must be alive
#define CMDTARGET_NO_BOTS       (1<<3) // Target can't be a bot

Alias to get_configsdir provided for backwards compatibility. Originally intended to retrieve the AMXX custom directory.

Deprecated

Should not be used as the concept of a custom directory does no
longer exists in AMXX.

Return

Number of cells written to buffer

#pragma deprecated The concept of a custom directory no longer exists in AMXX. Do not use.