mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Update esx_jobs_sv.lua
This commit is contained in:
@@ -4,7 +4,7 @@ local Players = {}
|
||||
ESX = nil
|
||||
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
|
||||
|
||||
AddEventHandler('esx:playerLodaded', function(source)
|
||||
AddEventHandler('esx:playerLoaded', function(source)
|
||||
local xPlayer = ESX.GetPlayerFromId(source)
|
||||
xPlayer.set('caution', 0)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user