Functions

cs_ham_bots_api.inc

zombie plague 5.0

Function Type Description
DisableHamForwardBots native Stops a ham forward from triggering for CZ Bots.
Use the return value from RegisterHamBots as the parameter here!
EnableHamForwardBots native Starts a ham forward back up for CZ Bots.
Use the return value from RegisterHamBots as the parameter here!
RegisterHamBots native Hooks the virtual table for CZ Bots entity class.
An example would be: RegisterHamBots(Ham_TakeDamage, "player_hurt");
Look at the Ham enum for parameter lists.