Skip to Content

Zones

Zone names are short identifiers for areas in the GTA V map. Use these with natives like GetNameOfZone, GetZoneAtCoords, and GetZoneFromNameId.

Quick Usage

-- Get the zone at player's position local coords = GetEntityCoords(PlayerPedId()) local zoneName = GetNameOfZone(coords.x, coords.y, coords.z) print(zoneName) -- e.g., "VINE" -- Get display label for a zone local label = GetLabelText(GetNameOfZone(coords.x, coords.y, coords.z)) print(label) -- e.g., "Vinewood"
// JavaScript equivalent const coords = GetEntityCoords(PlayerPedId()); const zoneName = GetNameOfZone(coords[0], coords[1], coords[2]); console.log(zoneName);

All Zones

84 entries
Zone CodeFull NameCategory
AIRPLos Santos International AirportCity
ALTAAltaCity
BANNINGBanningCity
BAYTREBaytree CanyonCounty
BEACHVespucci BeachCity
BHAMCABanham CanyonCounty
BRADPBraddock PassCounty
BRADTBraddock TunnelCounty
BURTONBurtonCity
CALAFICalafia BridgeCounty
CANNYRaton CanyonCounty
CCREAKCassidy CreekCounty
CHAMHChamberlain HillsCity
CHILVinewood HillsCity
CHUChumashCounty
CMSWChiliad Mountain State WildernessCounty
CYPRECypress FlatsCity
DAVISDavisCity
DELSOLDel SolCity
DELBEDel Perro BeachCity
DELPEDel PerroCity
DTVINEDowntown VinewoodCity
EAST_VEast VinewoodCity
EBUROEl Burro HeightsCity
ELGORLEl Gordo LighthouseCounty
ELYSIANElysian IslandCity
GALFISHGalileeCounty
GOLFGWC and Golfing SocietyCity
GRAPESGrapeseedCounty
GREATCGreat ChaparralCounty
HARMOHarmonyCounty
HAWICKHawickCity
HORSHorse TrackCity
HUMLABHumane Labs and ResearchCounty
JAILBolingbroke PenitentiaryCounty
KOREATLittle SeoulCity
LACTLand Act ReservoirCity
LAGOLago ZancudoCounty
LDAMLand Act DamCity
LEGSQULegion SquareCity
LMESALa MesaCity
LOSPUELa PuertaCity
MIRRMirror ParkCity
MORNMorningwoodCity
MOVIERichards MajesticCity
MTCHILMount ChiliadCounty
MTGORDOMount GordoCounty
MTJOSEMount JosiahCounty
MURRIMurrieta HeightsCity
NCHUNorth ChumashCounty
Page 1 of 2