Skip to content

0.18.0

Compare
Choose a tag to compare
@nosoop nosoop released this 19 May 17:04
· 34 commits to master since this release

Added

  • Native TF2Util_IsPlayerImmuneToPushback, which returns true if the player is immune to pushback effects. Aside from TF_COND_MEGAHEAL, the game also checks for spunup_push_force_immunity. This native is provided to ensure future-proofing if other checks are added.
  • Native TF2Util_IgnitePlayer, which is a drop-in replacement for TF2_IgnitePlayer that also supports the weapon parameter.

Fixed

  • Corrected array parameter declaration for TF2Util_IsPointInRespawnRoom native, allowing it to be compiled in SourceMod 1.11 (#3).