native
zp_class_zombie_get_max_health
Syntax
native zp_class_zombie_get_max_health(id, classid)
Description
Returns the default maximum health for a specific zombie class.
Note: does not take into account any kind of HP multipliers.
Parameters
| id | Player index. |
|---|---|
| classid | A valid zombie class ID. |
Return
Maximum amount of health points, -1 on error.