mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:58:54 +00:00
Fix pop_vehicle
This commit is contained in:
+1
-1
@@ -487,7 +487,7 @@ function OpenPopVehicleMenu()
|
||||
|
||||
DeleteShopInsideVehicle(function()
|
||||
|
||||
ESX.Game.SpawnLocalVehicle(model, {
|
||||
ESX.Game.SpawnVehicle(model, {
|
||||
x = Config.Zones.ShopInside.Pos.x,
|
||||
y = Config.Zones.ShopInside.Pos.y,
|
||||
z = Config.Zones.ShopInside.Pos.z
|
||||
|
||||
Reference in New Issue
Block a user