mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Minor improvements, only keyboard input
This commit is contained in:
@@ -51,12 +51,6 @@ AddEventHandler('esx_phone:getDistpatchRequestId', function(cb)
|
||||
cb(GetDistpatchRequestId())
|
||||
end)
|
||||
|
||||
AddEventHandler('onResourceStart', function(ressource)
|
||||
if ressource == 'esx_phone' then
|
||||
TriggerEvent('esx_phone:ready')
|
||||
end
|
||||
end)
|
||||
|
||||
AddEventHandler('esx:playerLoaded', function(source)
|
||||
|
||||
local xPlayer = ESX.GetPlayerFromId(source)
|
||||
|
||||
Reference in New Issue
Block a user