Skip to content

Commit

Permalink
First upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerofour04 committed Dec 7, 2021
1 parent 78508c0 commit f6fb452
Show file tree
Hide file tree
Showing 4 changed files with 768 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
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 |
9 changes: 9 additions & 0 deletions heli/fxmanifest.lua
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'
Loading

0 comments on commit f6fb452

Please sign in to comment.