mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 01:38:52 +00:00
Fix prop_toolchest_01 z pos
This commit is contained in:
+1
-1
@@ -504,7 +504,7 @@ function OpenMobileMecanoActionsMenu()
|
||||
if model == 'prop_roadcone02a' then
|
||||
z = z - 2.0
|
||||
elseif model == 'prop_toolchest_01' then
|
||||
z = z - 3.0
|
||||
z = z - 2.0
|
||||
end
|
||||
|
||||
ESX.Game.SpawnObject(model, {
|
||||
|
||||
Reference in New Issue
Block a user