Minor improvements, only keyboard input

This commit is contained in:
ElPumpo
2018-04-25 21:11:17 +02:00
parent 45a3f8e3d2
commit 4ab3c12c0e
3 changed files with 6 additions and 12 deletions
-6
View File
@@ -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)