Find empty vehicle seats
#9

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.

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
};
Used in the stock function like so:
pawn Код:
stock GetMaxSeats(vehicleid)
{
    return MaxSeats[(GetVehicleModel(vehicleid) - 400)];
}
Reply


Messages In This Thread
Find empty vehicle seats - by Hobod - 19.03.2011, 16:22
Re: Find empty vehicle seats - by Stigg - 19.03.2011, 16:30
Re: Find empty vehicle seats - by Hobod - 19.03.2011, 16:47
Re: Find empty vehicle seats - by Stigg - 19.03.2011, 16:49
Re: Find empty vehicle seats - by jamesbond007 - 19.03.2011, 16:56
Re: Find empty vehicle seats - by Stigg - 19.03.2011, 16:58
Re: Find empty vehicle seats - by Hobod - 19.03.2011, 17:09
Re: Find empty vehicle seats - by SpankMe2 - 18.01.2012, 20:49
Re: Find empty vehicle seats - by clarencecuzz - 29.07.2012, 13:15
Re: Find empty vehicle seats - by Littlehelper - 29.07.2012, 13:18

Forum Jump:


Users browsing this thread: 5 Guest(s)