mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
Added Marker Text display to config
This commit is contained in:
+3
-1
@@ -796,7 +796,9 @@ Citizen.CreateThread(function()
|
||||
|
||||
if distance < Config.DrawDistance then
|
||||
DrawMarker(Config.MarkerType, property.entering.x, property.entering.y, property.entering.z, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, Config.MarkerSize.x, Config.MarkerSize.y, Config.MarkerSize.z, Config.MarkerColor.r, Config.MarkerColor.g, Config.MarkerColor.b, 100, false, true, 2, false, nil, nil, false)
|
||||
ESX.Game.Utils.DrawText3D(property.entering, property.name, 2)
|
||||
if Config.MarkerText == true then
|
||||
ESX.Game.Utils.DrawText3D(property.entering, property.name, 2)
|
||||
end
|
||||
letSleep = false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user