๐Envi-Zone-Tool
Envi-Zone-Tool Official Documentation
Prerequisites
A working FiveM Server
Basic understanding of FiveM server setup and resource management
ox_liboxmysqlRun
install.sqlOptional
ox_targetif you plan to use the generated target snippetsFollow FIRST STEPS (READ FIRST) if you run it beside other Envi resources
What this adds
Envi-Zone-Tool is a development tool for zones, point picking, prop placement, ped placement, and database-backed permanent entities.
Core systems:
sphere and box zone placement
polygon zone placement through freecam
point placement for raw coordinates
prop and ped placement
grid previews for box zones
generated snippets for
ox_lib,ox_target, props, and pedspermanent props and peds with database persistence
admin menus for permanent entities
permission exports for your own tools
Install
Copy the resource into your resources folder.
Run
install.sql.Start
ox_lib,oxmysql, thenenvi-zone-tool.Edit
server/permissions.luabefore production.
Docs in this section
Good first checks
If a command does nothing, check
server/permissions.lua.If permanent entities do not load, check
install.sqlandoxmysql.If clipboard copy fails, try again after the UI closes.
If the pasted target snippet does nothing, check the destination script uses
ox_target.
Last updated