Fix SpawnOBject arguments

This commit is contained in:
Jérémie N'gadi
2017-08-19 18:03:45 +02:00
parent 78ac3497c4
commit 0f31acb478
+1 -1
View File
@@ -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)