native
zp_class_zombie_get_real_name
Syntax
native zp_class_zombie_get_real_name(classid, real_name[], len)
Description
Returns a zombie class' real name (used when registering the class).
Parameters
| classid | A valid zombie class ID. |
|---|---|
| name | The buffer to store the string in. |
| len | Character size of the output buffer. |
Return
True on success, false otherwise.