mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Fix spawn local vehicle
This commit is contained in:
+1
-1
@@ -431,7 +431,7 @@ function OpenPersonnalVehicleMenu()
|
||||
|
||||
menu.close()
|
||||
|
||||
ESX.Game.SpawnLocalVehicle(vehicleData.model, {
|
||||
ESX.Game.SpawnVehicle(vehicleData.model, {
|
||||
x = coords.x,
|
||||
y = coords.y,
|
||||
z = coords.z
|
||||
|
||||
Reference in New Issue
Block a user