Skip to content

PawnPlus v0.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@IS4Code IS4Code released this 05 Jul 18:24
· 706 commits to master since this 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 use tagof.
  • Optional syntax features are now disabled by default. Define PP_SYNTAX to restore them.
  • Compatible with YSI by default.