mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:01:24 +00:00
Fix: Wrong Marker Size
This commit is contained in:
@@ -7,7 +7,7 @@ Config.Price = 100
|
||||
Config.EnableControls = true
|
||||
|
||||
Config.DrawDistance = 10
|
||||
Config.Size = {x = 1.0, y = 1.0, z = 1.0}
|
||||
Config.Size = {x = 1.5, y = 1.5, z = 1.0}
|
||||
Config.Color = {r = 102, g = 102, b = 204}
|
||||
Config.Type = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user