mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
fix(marker): move blip out of Zones Table
This commit is contained in:
+9
-9
@@ -14,18 +14,18 @@ Config.EarlyRespawnFine = true
|
||||
Config.EarlyRespawnFineAmount = 500
|
||||
Config.Locale = 'fr'
|
||||
|
||||
Config.Blip = {
|
||||
Pos = { x = 1153.364, y = -979.558, z = 30.711 },
|
||||
Sprite = 61,
|
||||
Display = 4,
|
||||
Scale = 1.2,
|
||||
Colour = 2,
|
||||
},
|
||||
|
||||
Config.Zones = {
|
||||
|
||||
Blip = {
|
||||
Pos = { x = 425.130, y = -979.558, z = 30.711 },
|
||||
Sprite = 61,
|
||||
Display = 4,
|
||||
Scale = 1.2,
|
||||
Colour = 2,
|
||||
},
|
||||
|
||||
HospitalInteriorEntering1 = {
|
||||
Pos = { x = 1151.447, y = -1529.491, z = 34.375 },
|
||||
Pos = { x = 1151.447, y = -1525.731, z = 33.843 },
|
||||
Size = { x = 1.5, y = 1.5, z = 1.0 },
|
||||
Type = 1
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user