fw_FRC_punish
No description available for this symbol.
Syntax
forward fw_FRC_punish(flasher, punish_type) /* * This forward is called when the plugin does the special check to block flashing players if one teammate is flashed! * * Arguments: * start - start position of the trace * end - end position of the trace * conditions - this should normally be DONT_IGNORE_MONSTERS, this acts as the conditions of TraceLine * ignore_ent - entity that is to be ignored * trace_handle - use get_tr2() from fakemeta, here we have the info that we need! * - This is the tracehandle of the plugin, any modifications will be seen! * * Return: * No return! * * Notes: Will work when the plugin is on and has the special block feature on! */ forward fw_FRC_trace(Float:start[3], Float:end[3], conditions, ignore_ent, trace_handle) /* * This forward is called when the plugin does the bug check to see if a player is flashable through a trace! * * Arguments: * start - start position of the trace * end - end position of the trace * conditions - this should normally be DONT_IGNORE_MONSTERS, this acts as the conditions of TraceLine * ignore_ent - entity that is to be ignored * trace_handle - use get_tr2() from fakemeta, here we have the info that we need!
Usage
| flasher | — |
| punish_type | — |
Defined in
frc.inc
at line 124
.
This documentation was automatically generated from source.