PawnPlus v0.7
Pre-release
Pre-release
- Variants can store 2D and 3D arrays now. Many variant functions were updated to work with a variable number of indices.
amx_fork
can specify 3 levels of forking (exec, data, script).- Native hooks are called filters now, both functions merged to
pawn_native_filter
. - Obtaining the tag of a variant can be done via
var_tag_uid
, removing the need to usetagof
. - Optional syntax features are now disabled by default. Define
PP_SYNTAX
to restore them. - Compatible with YSI by default.