Fix SpawnOBject arguments

This commit is contained in:
Jérémie N'gadi
2017-08-19 18:04:28 +02:00
parent 071d73d974
commit 862e35fcab
+1 -1
View File
@@ -441,7 +441,7 @@ function OpenPoliceActionsMenu()
x = x,
y = y,
z = z
}, 3.0, function(obj)
}, function(obj)
SetEntityHeading(obj, GetEntityHeading(playerPed))
PlaceObjectOnGroundProperly(obj)
end)