From 79a3c83b6a9dbf9ed3252c77b89b13ac7dda8643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20N=27gadi?= Date: Sat, 19 Aug 2017 18:02:52 +0200 Subject: [PATCH] Fix SpawnOBject arguments --- resources/[essential]/es_extended/client/functions.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[essential]/es_extended/client/functions.lua b/resources/[essential]/es_extended/client/functions.lua index 6e01a4fb..61580780 100644 --- a/resources/[essential]/es_extended/client/functions.lua +++ b/resources/[essential]/es_extended/client/functions.lua @@ -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))