Fix(esx_jobs):Fix Blips not showing

This commit is contained in:
Mycroft
2022-03-29 16:34:55 +01:00
parent bd1996d4bd
commit 1c945de12a
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ function refreshBlips()
local blip = AddBlipForCoord(_Pos.x, _Pos.y, _Pos.z)
SetBlipSprite (blip, jobValues.BlipInfos.Sprite)
SetBlipDisplay (blip, 4)
SetBlipScale (blip, 0.0)
SetBlipScale (blip, 0.8)
SetBlipCategory(blip, 3)
SetBlipColour (blip, jobValues.BlipInfos.Color)
SetBlipAsShortRange(blip, true)
+2
View File
@@ -19,6 +19,8 @@ server_scripts {
}
client_scripts {
'@es_extended/locale.lua',
'locales/*.lua',
'client/main.lua'
}
+1 -1
View File
@@ -112,4 +112,4 @@ Locales['en'] = {
['dd_clothing'] = 'clothing',
['dd_makeclothing'] = 'press ~INPUT_PICKUP~ to retrieve clothing.',
['dd_deliver_clothes'] = 'press ~INPUT_PICKUP~ to deliver the clothes.',
}
}