AMXX-BG.INFO zp50_class_human.inc

zp50_class_human

Browse all symbols documented inside this include file.

Functions

Name Description
zp_class_human_get_current Returns a player's current human class ID.
zp_class_human_get_next Returns a player's next human class ID (for the next infection).
zp_class_human_set_next Sets a player's next human class ID (for the next infection).
zp_class_human_register Registers a custom class which will be added to the human classes menu of ZP. Note: The returned human class ID can be later used to identify the class when calling the zp_get_user_human_class() natives.
zp_class_human_register_model Registers a custom player model for a given human class.
zp_class_human_get_id Returns a human class' ID.
zp_class_human_get_name Returns a human class' name.
zp_class_human_get_real_name Returns a human class' real name (used when registering the class).
zp_class_human_get_desc Returns a human class' description.
zp_class_human_get_count Returns number of registered human classes.
zp_class_human_show_menu Shows menu with available human classes to a player.
zp_class_human_menu_text_add Appends text to a class being displayed on the human classes menu. Use this on the class select pre forward.