mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 01:38:52 +00:00
Refactoring, added shared functions
- Added ESX.ShowHelpNotification - Added misc shared functions
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ function getSharedObject()
|
||||
return ESX
|
||||
end
|
||||
|
||||
AddEventHandler('onMySQLReady', function ()
|
||||
AddEventHandler('onMySQLReady', function()
|
||||
|
||||
MySQL.Async.fetchAll(
|
||||
'SELECT * FROM items',
|
||||
|
||||
Reference in New Issue
Block a user