mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 10:48:52 +00:00
Fix Vehicle Spawner for fueler (#62)
The actual spawn is in the middle of a NPC parking, the new point is in the middle of the road where no NPC should be.
This commit is contained in:
@@ -120,7 +120,7 @@ Config.Jobs.fueler = {
|
||||
},
|
||||
|
||||
VehicleSpawnPoint = {
|
||||
Pos = {x = 580.54, y = -2309.70, z = 4.90},
|
||||
Pos = {x = 570.54, y = -2309.70, z = 4.90},
|
||||
Size = {x = 3.0, y = 3.0, z = 1.0},
|
||||
Marker = -1,
|
||||
Blip = false,
|
||||
|
||||
Reference in New Issue
Block a user