๐Ÿ“Envi-Zone-Tool

Envi-Zone-Tool Official Documentation


Prerequisites

circle-info
  • A working FiveM Server

  • Basic understanding of FiveM server setup and resource management

  • ox_lib

  • oxmysql

  • Run install.sql

  • Optional ox_target if you plan to use the generated target snippets

  • Follow 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 peds

  • permanent props and peds with database persistence

  • admin menus for permanent entities

  • permission exports for your own tools

Install

  1. Copy the resource into your resources folder.

  2. Run install.sql.

  3. Start ox_lib, oxmysql, then envi-zone-tool.

  4. Edit server/permissions.lua before 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.sql and oxmysql.

  • 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