fw_FRC_flash_find_in_sphere
No description available for this symbol.
Syntax
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() /* Natives */ /* * Gets the number of times a player has flashed his teammates */ native get_FRC_counter(id) /* * Sets the number of times a player has flashed his teammates */ native set_FRC_counter(id, quantity) /* * This will set the duration of the flash [Use this in fw_FRC_preflash forward!] * Return is in 0.1 seconds! * Will return -1 on invalid call! */ native get_FRC_duration(flashed)
Usage
| player | — |
| flash_entity | — |
Defined in
frc.inc
at line 192
.
This documentation was automatically generated from source.