-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78508c0
commit f6fb452
Showing
4 changed files
with
768 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# 🚁FiveM Helicam script | ||
|
||
## ⭐Credits | ||
[mraes](https://forum.cfx.re/t/release-heli-script/24094) | ||
|
||
## 📗Installation Guide | ||
1. Clone the repository or download the latest version | ||
2. Put in the `/resource` folder | ||
3. Start in the `server.cfg` | ||
|
||
## 🧱Requirements | ||
- [fxserver](https://docs.fivem.net/docs/server-manual/setting-up-a-server/) | ||
- and a helicopter :) | ||
|
||
## ⌨️Keyboard | ||
| Functionality | Hotkeys | | ||
| ------------- | ------------- | | ||
| Toogle Helicam | E | | ||
| Toogle Vision | G | | ||
| Rappel | X | | ||
| Spotlight | G | | ||
| Lockon vehicle | Spacebar | | ||
| Toogle Display | Q | | ||
| Lightup Key | Y | | ||
| Lightdown Key | ArrowDown | | ||
| Radiusup Key | CapsLock | | ||
| Radiusdown Key | LeftShift | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
fx_version 'cerulean' | ||
game 'gta5' | ||
|
||
-- Manifest | ||
author 'mraes | https://forum.cfx.re/u/mraes/summary' | ||
description 'FiveM LSPD Heli Cam by mraes' | ||
|
||
client_script 'heli_client.lua' | ||
server_script 'heli_server.lua' |
Oops, something went wrong.