forward
zp_fw_class_human_select_pre
Syntax
forward zp_fw_class_human_select_pre(id, classid)
Description
Called when determining whether a class should be available to a player.
Possible return values are:
- ZP_CLASS_AVAILABLE (show in menu, allow selection)
- ZP_CLASS_NOT_AVAILABLE (show in menu, don't allow selection)
- ZP_CLASS_DONT_SHOW (don't show in menu, don't allow selection)
Parameters
| id | Player index. |
|---|---|
| classid | Internal human class ID. |