mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +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)
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
USE `essentialmode`;
|
||||
USE `es_extended`;
|
||||
|
||||
CREATE TABLE `billing` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
|
||||
Reference in New Issue
Block a user