enum abstract VehicleSeat(Int)
package fivem.client.core
from Int to Int
import fivem.client.core.Vehicle
Seat indices, as the vehicle natives number them.
Driver is -1 and passengers count up from 0, which is why a plain
for (i in 0...seats) loop misses the driver.