29.07.2012, 13:15
Sorry for bumping an extremely old topic, but I have made the correct values for anyone who wants it. The reason I am posting here, is because many ****** searchers get redirected to this topic.
NOTE: These values represent the amount of seats in TOTAL, not the amount of passenger seats. Hope you use them well, took me a few hours to get them all.
Used in the stock function like so:
NOTE: These values represent the amount of seats in TOTAL, not the amount of passenger seats. Hope you use them well, took me a few hours to get them all.
pawn Код:
new MaxSeats[212] = {
4,2,2,2,4,4,1,2,2,4,2,2,2,4,2,2,4,2,4,2,4,4,2,2,2,1,4,4,4,2,1,9,1,2,2,1,2,9,4,2,
4,1,2,2,2,4,1,2,1,6,1,2,1,1,1,2,2,2,4,4,2,2,2,2,2,2,4,4,2,2,4,2,1,1,2,2,1,2,2,4,
2,1,4,3,1,1,1,4,2,2,4,2,4,1,2,2,2,4,4,2,2,2,2,2,2,2,2,4,2,1,1,2,1,1,2,2,4,2,2,1,
1,2,2,2,2,2,2,2,2,4,1,1,1,2,2,2,2,0,0,1,4,2,2,2,2,2,4,4,2,2,4,4,2,1,2,2,2,2,2,2,
4,4,2,2,1,2,4,4,1,0,0,1,1,2,1,2,2,2,2,4,4,2,4,1,1,4,2,2,2,2,6,1,2,2,2,1,4,4,4,2,
2,2,2,2,4,2,1,1,1,4,1,1
};
pawn Код:
stock GetMaxSeats(vehicleid)
{
return MaxSeats[(GetVehicleModel(vehicleid) - 400)];
}