Skip to content

Commit

Permalink
Update s_vehicles.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Aug 1, 2024
1 parent 95aadef commit 6a82134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions [examples]/test_vehicles/s_vehicles.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ local function createVehicles()
if vehicle then
setElementInterior(vehicle, interior)
setElementDimension(vehicle, dimension)
print("#" .. i .. " - Created vehicle with ID " .. model .. " at " .. x .. ", " .. y .. ", " .. z)
end
print("#" .. i .. " - Created vehicle with ID " .. model .. " at " .. x .. ", " .. y .. ", " .. z)
end
end
addEventHandler("onResourceStart", resourceRoot, createVehicles)
addEventHandler("onResourceStart", resourceRoot, createVehicles, false)

0 comments on commit 6a82134

Please sign in to comment.