mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Added default map name & game type
Co-Authored-By: Thuan Truong <newt74@users.noreply.github.com>
This commit is contained in:
@@ -19,6 +19,9 @@ function getSharedObject()
|
||||
end
|
||||
|
||||
MySQL.ready(function()
|
||||
SetMapName('San Andreas')
|
||||
SetGameType('Roleplay')
|
||||
|
||||
MySQL.Async.fetchAll('SELECT * FROM items', {}, function(result)
|
||||
for k,v in ipairs(result) do
|
||||
ESX.Items[v.name] = {
|
||||
|
||||
Reference in New Issue
Block a user