25.03.2016, 19:08
A better method is storing vehicles occupants as they enter/exit the vehicle as I suggested here.
This can be expanded to store passengers as well, example:
// Store some extra seats for vehicles such as coach, etc
This can be expanded to store passengers as well, example:
pawn Код:
new VehicleOccupants[MAX_VEHICLES][10];