Latest ESX code

This commit is contained in:
ElPumpo
2020-04-14 16:48:36 +02:00
parent 0bb08e6f3e
commit 58e5fe5a9f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -1,4 +1,4 @@
USE `essentialmode`;
USE `es_extended`;
CREATE TABLE `billing` (
`id` int(11) NOT NULL AUTO_INCREMENT,