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 3971e73 commit b7f8f3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion [examples]/test_vehicles/s_vehicles.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ addCommandHandler("myvehicle", function(player)
end
local model = getElementModel(vehicle)
local baseModel = getElementBaseModel(vehicle)
iprint(model, baseModel)
if model == baseModel then
outputChatBox("This vehicle has the default model ID " .. model .. " ("..(tostring(getVehicleNameFromModel(model)) or "")..")", player, 0, 255, 0)
else
Expand Down

0 comments on commit b7f8f3b

Please sign in to comment.