Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 631 Bytes

File metadata and controls

15 lines (12 loc) · 631 Bytes

Quickbind

This lightweight FiveM script lets you bind a custom hotkey to any command for quick access. By default, pressing F6 runs /vs, but both the key and command are easily configurable in the code. Ideal for menus, vehicle spawns, or admin tools, it saves time typing commands and keeps gameplay smooth and efficient.

Author: choda

File structure

Quickbind/
├── fxmanifest.lua   Resource manifest
├── client.lua         Hotkey binding logic
├── LICENSE            MIT license
├── CHANGELOG.md        Version history
└── .gitignore          Build artifact/binary clutter