mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
Fix SpawnOBject arguments
This commit is contained in:
+1
-1
@@ -511,7 +511,7 @@ function OpenMobileMecanoActionsMenu()
|
||||
x = x,
|
||||
y = y,
|
||||
z = z
|
||||
}, 3.0, function(obj)
|
||||
}, function(obj)
|
||||
SetEntityHeading(obj, GetEntityHeading(playerPed))
|
||||
PlaceObjectOnGroundProperly(obj)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user