Professional object spawning and building system for FiveM servers. Place, edit, and manage objects with advanced tools and user management.
Categorized Objects: Tents, walls, towers, gates, etc.
Search Function: Find objects quickly by name.
Package System: Enable/disable specific object packs.
Manual Spawner: Spawn any GTA V prop by model name.
Real-Time Editing: Move and rotate placed objects with visual gizmos.
Ground Snapping: Auto-align objects to the terrain.
Precision Controls: Fine-tune positioning with keyboard shortcuts.
Freecam Mode: Build from any angle with a decoupled camera.
User Management: Role system including Owner, Admin, and Mapper.
Advanced Tools: JSON to YMAP converter included.
Performance: Auto-alerts for high object counts and stability systems.
F7 - Open/Close Spawner Menu
F7
F6 - Toggle Freecam (Noclip)
F6
Left Click - Place Object
Left Click
Q / E - Rotate Object
Q / E
WASD - Move Object
WASD
R / F - Move Up/Down
R / F
X - Toggle Precision Rotation
X
Enter - Save Changes
Enter
Extract to your FiveM resources folder:
Add the following to your server.cfg:
server.cfg
Add this to your server.cfg:
Edit osadmin.json to add administrators. Example:
osadmin.json
Debug Output: debug_config.lua
debug_config.lua
Object Packages: objects_config.json
objects_config.json
User Management: In-game menu or osadmin.json
resources/[your-folder]/bazq-os
ensure bazq-os
setr game_enableDynamicDoorCreation true
{ "userManagement": { "users": [{ "identifier": "steam:YOUR_STEAM_ID", "displayName": "Your Name", "role": "owner" }] } }