Files
sourcemod/extensions
peace-maker aab8c6ac9f Fix SDKHook_[Use|Spawn|GetMaxHealth] callback result value handling (#1872)
* Fix SDKHook_Use callback result handling

The returned result of the last callback in the list was used instead
of the highest value. This differs from the behavior of the other hooks.

* Fix SDKHook_Spawn callback result handling

The returned result of the last callback in the list was used instead
of the highest value. This differs from the behavior of the other hooks.

* Fix SDKHook_GetMaxHealth callback result handling

The returned result of the last callback in the list was used instead
of the highest value. This differs from the behavior of the other hooks.
The returned health is only changed if no other plugin wants to block the callback.
2022-12-04 12:12:42 +01:00
..
2021-12-13 10:00:42 -05:00
2020-08-18 23:09:43 -07:00
2020-08-18 23:09:43 -07:00
2020-08-24 20:48:57 -07:00
2020-08-18 23:09:43 -07:00
2020-08-18 23:09:43 -07:00