fw_FRC_counter_reset

No description available for this symbol.

Syntax

forward fw_FRC_counter_reset(player) /* * This forward is called when the flashbang searches for the players that can be flashed! * This takes place after fw_FRC_flashbang_explosion forward. * If this will be blocked none of the punish/flash/trace forwards will work! * * Params: * - player - player id * - flash_entity - flashbang entity * * Return: * - FRC_CONTINUE - do not do anything * - FRC_BLOCK - block the client from beeing searched * * Notes: Will work even if plugin is turned off! */ forward fw_FRC_flash_find_in_sphere(player, flash_entity) /* * This forward is called when the plugin finishes regitering all the forwards. * * Return: * None! * * Notes: Will work even if plugin is turned off! */ forward fw_FRC_extention_init()

Usage

player
Defined in frc.inc at line 174 . This documentation was automatically generated from source.