mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-03 11:48:53 +00:00
Stop incompatible resources (see description)
Automaticly stop resources that - a) not compatible with ESX, for example spawnmanager - b) does the same as esx does, but what esx probably does better
This commit is contained in:
@@ -19,9 +19,6 @@ 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