17.02.2010, 13:15
Actually, it can just be
since GetVehicleModel returns 0 on invalid vehicles
And isn't the passenger limit for the Bus and Coach 7 ?
pawn Код:
GetVehicleMaxSeats(vehicleid)
{
if(GetVehicleModel(vehicleid)) return VehicleSeats[modelid - 400];
else return 0;
}
And isn't the passenger limit for the Bus and Coach 7 ?

