mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
+2
-2
@@ -59,7 +59,7 @@ Citizen.CreateThread(function()
|
||||
SetBlipColour (blip, 2)
|
||||
SetBlipAsShortRange(blip, true)
|
||||
BeginTextCommandSetBlipName("STRING")
|
||||
AddTextComponentString(_U('atm'))
|
||||
AddTextComponentString(_U('atm_blip'))
|
||||
EndTextCommandSetBlipName(blip)
|
||||
end
|
||||
end)
|
||||
@@ -138,4 +138,4 @@ AddEventHandler('onResourceStop', function(resource)
|
||||
TriggerEvent('esx_atm:closeATM')
|
||||
end
|
||||
end
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user