mirror of
https://github.com/creazy231/cs2-css-flashlight.git
synced 2026-09-27 20:17:04 +02:00
🚀 Initial commit
This commit is contained in:
commit
01b43dcdef
8 changed files with 1031 additions and 0 deletions
31
README.md
Normal file
31
README.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# 🔦 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.
|
||||
- 💀 The flashlight is automatically turned off when the player dies or respawns.
|
||||
- 🚫 The flashlight is only available to human players, not bots.
|
||||
|
||||
## 🔧 Installation
|
||||
|
||||
1. ⬇️ Download the latest release from the GitHub repository.
|
||||
2. 📁 Extract the ZIP file.
|
||||
3. 📂 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`.
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
Contributions are welcome. Please open an issue or submit a pull request on GitHub. 🐙
|
||||
|
||||
## 📃 License
|
||||
|
||||
This project is licensed under the GNU General Public License. ⚖️
|
||||
|
||||
## ✏️ Author
|
||||
|
||||
This project was created by [creazy.eth](https://github.com/creazy231)
|
||||
Loading…
Add table
Add a link
Reference in a new issue