๐ฆ Flashlight
Flashlight is a plugin for Counter-Strike 2 that adds a flashlight feature for players. It is written in C# and uses the CounterStrikeSharp API. ๐ฎ
โญ Features
- ๐ก Players can toggle the flashlight on and off using
Use
key (the default key for this isE
) or/fl_toggle
in chat which could be bind to a different key. - ๐ The flashlight is automatically turned off when the player dies or respawns.
- ๐ซ The flashlight is only available to human players, not bots.
๐ง Installation
- โฌ๏ธ Download the latest release from the GitHub repository.
- ๐ Extract the ZIP file.
- ๐ Place the plugin in the
game/csgo/addons/counterstrikesharp/plugins/Flashlight
directory.
๐ป Usage
โจ๏ธ Use the Use
key to toggle the flashlight on and off. The default key for this is E
. Or use the /fl_toggle
command in chat which could then be bind to a different key.
๐ค Contributing
Contributions are welcome. Please open an issue or submit a pull request on GitHub. ๐
๐ Development Tasks
- Change crouch-tracking to a more elegant solution
- Add config to make flashlight enabled or disabled (to be able to allow or disallow flashlight on some maps)
- Add config and make light entity values configurable
- Maybe replace light_omni2 with light_rect or something else
๐ License
This project is licensed under the GNU General Public License. โ๏ธ
โ๏ธ Author
This project was created by creazy.eth
Download / Go to latest repository