fw_FRC_trace_bug
No description available for this symbol.
Syntax
forward fw_FRC_trace_bug(Float:start[3], Float:end[3], conditions, ignore_ent, trace_handle) /* * This forward is called when the counter is reseted. * This happens normally when client connects or the punish period has finished! * * Return: * No return! * * Notes: Will work only when the plugin has the punish system on and the plugin itself is turned on! */ 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! */
Usage
| conditions | — |
| ignore_ent | — |
| trace_handle | — |
Defined in
frc.inc
at line 162
.
This documentation was automatically generated from source.