A lightweight script for FiveM that auto-displays a handheld map when players open the pause menu. It includes realistic animations, object handling, and player condition checks.
Clone or download this repository to your computer.
Move the downloaded folder to the resources
directory of your FiveM server.
- Open your
server.cfg
file, located in your server's main directory. - Add
ensure ved-pauseMap
to ensure the script starts with your server.
Version 1.0.0
-
Automatic map handling on pause menu
-
Safety checks for realistic usage
-
Configurable behavior and keybinding
-
✅ Auto-shows a map in the player’s hand when the pause menu opens.
-
✅ Realistic map-holding animation and object model.
-
✅ Auto-closes the map if the player:
-
Dies or ragdolls
-
Enters a vehicle
-
Switches to a weapon
-
-
✅ Optional key-based toggle.
-
✅ Fully configurable with clear settings and comments in config.lua.
-
✅ Clean logging system with log level filtering (INFO, WARN, ERROR).
All settings are easily configurable in config.lua. No coding experience needed. The config includes:
-
Toggle for debug logging and log level
-
Control key to manually open/close map (optional)
-
Behavior settings (e.g. close on death, weapon, fall, vehicle)
-
Custom model and animation support
Explore the full config here: config.lua
Feel free to fork this repository and create a pull request for any improvements or features!
This project is licensed under the MIT License.