mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
fix:(esx_lscustoms) markers issue
cannot use lscustom markers when you enable only for mechanic and when on duty mechanic restart his game after loaded into game he was not able to use markers this will fix it
This commit is contained in:
@@ -4,7 +4,7 @@ local lsMenuIsShowed, HintDisplayed, isInLSMarker = false, false, false
|
||||
RegisterNetEvent('esx:playerLoaded')
|
||||
AddEventHandler('esx:playerLoaded', function(xPlayer)
|
||||
ESX.PlayerLoaded = true
|
||||
|
||||
ESX.PlayerData = xPlayer
|
||||
ESX.TriggerServerCallback('esx_lscustom:getVehiclesPrices', function(vehicles)
|
||||
Vehicles = vehicles
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user