mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Fix SpawnOBject arguments
This commit is contained in:
@@ -271,7 +271,7 @@ ESX.Game.Teleport = function(entity, coords, cb)
|
||||
|
||||
end
|
||||
|
||||
ESX.Game.SpawnObject = function(model, coords, radius, cb)
|
||||
ESX.Game.SpawnObject = function(model, coords, cb)
|
||||
|
||||
local model = (type(model) == 'number' and model or GetHashKey(model))
|
||||
|
||||
@@ -293,7 +293,7 @@ ESX.Game.SpawnObject = function(model, coords, radius, cb)
|
||||
|
||||
end
|
||||
|
||||
ESX.Game.SpawnLocalObject = function(model, coords, radius, cb)
|
||||
ESX.Game.SpawnLocalObject = function(model, coords, cb)
|
||||
|
||||
local model = (type(model) == 'number' and model or GetHashKey(model))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user