ZPS Update offsets for 3.2.4 (#1746)

* Update offsets for ZPS 3.2

Zombie Panic! Source Version 3.2 released and these are the updated offsets.

* Update offsets for 3.2

ZPS 3.2 has been release and these are the updated offsets / signatures.

* ZPS: Add missing offsets.

Adds support for OnTakeDamage_Alive, GetMaxHealth, Blocked, Reload and GroundEntChanged.
I wasn't aware these were missing entirely or I would have pushed them with the previous PR.

* ZPS Add missing offsets.

Adds support for GivePlayerAmmo.
Wasn't aware these were missing the first place.

* Fix ForcePlayerSuicide not properly working in ZPS

ZPS requires the second bool parameter to be true otherwise it won't do anything for players in the lobby or delayed for players on either team 2 or team 3.

* Fixed breaking code for other mods.

Added bForce which is set to true for zps.

* Update offsets for ZPS 3.2.4

Updates the offset
This commit is contained in:
XeroX 2022-04-16 16:07:46 +02:00 committed by GitHub
parent 6b588fff61
commit ff558b32e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,8 +48,8 @@
}
"CommitSuicide"
{
"windows" "453"
"linux" "453"
"windows" "452"
"linux" "452"
}
"GetVelocity"
{
@ -83,8 +83,8 @@
}
"PlayerRunCmd"
{
"windows" "433"
"linux" "434"
"windows" "432"
"linux" "433"
}
"GetAttachment"
{