fw_FRC_trace

No description available for this symbol.

Syntax

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! * - 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 bugfix feature on! */ 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! */

Usage

conditions
ignore_ent
trace_handle
Defined in frc.inc at line 143 . This documentation was automatically generated from source.