Latest ESX code

This commit is contained in:
ElPumpo
2020-04-14 16:50:50 +02:00
parent cfcc2cc3d7
commit 95db17d3db
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1000,6 +1000,6 @@ AddEventHandler('esx:onPlayerDeath', function(data)
isDead = true
end)
AddEventHandler('playerSpawned', function(spawn)
AddEventHandler('esx:onPlayerSpawn', function(spawn)
isDead = false
end)