Installation

Drag and drop, no framework or dependencies required.

Drop the md_crosshair folder into your server's resources/ directory and add it to your server.cfg.

ensure md_crosshair

Restart the server. That is the whole install -- the script is standalone and has no framework or dependency requirements.

Keybinds

Two keys are registered on first join:

KeyAction
F9Open the crosshair editor
F10Toggle the crosshair

Both are registered through FiveM's RegisterKeyMapping, so players can rebind them from the pause menu under Settings -> Key Bindings -> FiveM.

Because the binds are registered rather than polled, they cost nothing when idle. There is no key-checking loop running in the background.

Player settings

Settings and saved presets persist per player between sessions with no database and no server-side storage to configure.

Last updated

On this page