lo
local vehicleSlotID = 0
addCommandHandler("car",function(source,cmd, vehicle)
if not vehicle then return outputChatBox("/"..cmd.." [ID/ VehicleName]",source) end
local playerX, playerY, playerZ = getElementPosition(source)
local vehID = tonumber(vehicle) and tonumber(vehicle) or getVehicleModelFromName(vehicle)