Random vehicle selling price
#2

Wouldn't be easier to just use:
pawn Код:
new ListVehicles[212][VehiclesInfo] =
{
    {"Landstalker", RandomEx(500, 35000)},
    {"Bravura", RandomEx(600, 30000)},
    // rest..
};
pawn Код:
stock RandomEx(min, max)
{
    return random(max - min) + min;
}
Reply


Messages In This Thread
Random vehicle selling price - by Face9000 - 04.02.2014, 20:15
Re: Random vehicle selling price - by Konstantinos - 04.02.2014, 20:20
Re: Random vehicle selling price - by Face9000 - 04.02.2014, 20:24
Re: Random vehicle selling price - by Vince - 04.02.2014, 20:42
Re: Random vehicle selling price - by Face9000 - 04.02.2014, 20:56
Re: Random vehicle selling price - by Borg - 04.02.2014, 21:02

Forum Jump:


Users browsing this thread: 1 Guest(s)