mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Latest ESX code
This commit is contained in:
+1
-1
@@ -49,4 +49,4 @@ end, false)
|
||||
RegisterKeyMapping('showbills', _U('keymap_showbills'), 'keyboard', 'F7')
|
||||
|
||||
AddEventHandler('esx:onPlayerDeath', function() isDead = true end)
|
||||
AddEventHandler('playerSpawned', function(spawn) isDead = false end)
|
||||
AddEventHandler('esx:onPlayerSpawn', function(spawn) isDead = false end)
|
||||
|
||||
Reference in New Issue
Block a user