zp_class_zombie_get_desc

Returns a zombie class' description.

Syntax

native zp_class_zombie_get_desc(classid, description[], len) /** * Returns a zombie class' knockback multiplier. * * @param classid A valid zombie class ID. * @return Knockback multiplier (float value). */ native Float:zp_class_zombie_get_kb(classid) /** * Returns number of registered zombie classes. * * @return Zombie class count. */ native zp_class_zombie_get_count() /** * Shows menu with available zombie classes to a player. * * @param id Player index. */ native zp_class_zombie_show_menu(id) /** * Appends text to a class being displayed on the zombie classes menu. * Use this on the class select pre forward. * * @param text Additional text to display. */

Usage

classid A valid zombie class ID.
description The buffer to store the string in.
len Character size of the output buffer.

Return

True — on success, false otherwise.

Defined in zp50_class_zombie.inc at line 132 . This documentation was automatically generated from source.