fw_FRC_flashbang_explosion
No description available for this symbol.
Syntax
forward fw_FRC_flashbang_explosion(flashbang_entity, owner) /* * This forward is called when the plugin free the data such as flasher entity and flash owner * * Return: * No return! * * Notes: Will work even if plugin is turned off! */ forward fw_FRC_free_plugin_data() /* * This forward is called when the plugin punished a player! * Warning it punish_type is equal to PUNISH_ATTACK then this forward will be extremely often called! * * Arguments: * flasher - the person that needs to be punished * punish_type - type of punishment use the Punish enum! * * Return: * FRC_CONTINUE - continue the punishment * FRC_BLOCK - block the punishment * * Notes: Will work only when the plugin has the punish system on and the plugin itself is turned on! */ forward fw_FRC_punish(flasher, punish_type)
Usage
| flashbang_entity | — |
| owner | — |
Defined in
frc.inc
at line 96
.
This documentation was automatically generated from source.