mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Fix(esx_jobs):Fix Blips not showing
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -19,6 +19,8 @@ server_scripts {
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locales/*.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
|
||||
@@ -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.',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user