30.07.2010, 20:45
sorry for double post
but here is buyablevehicles,
firs number is modelid, then its vehicle name, and then price
but here is buyablevehicles,
firs number is modelid, then its vehicle name, and then price
pawn Код:
new buyablevehicles[][15] = {
{400, "Landstalker", 15000},
{401, "Bravura", 10000},
{402, "Buffalo", 50000},
{404, "Perenniel", 8000},
{405, "Sentinel", 30000},
{410, "Manana", 8000},
{411, "Infernus", 80000},
{412, "Voodoo", 25000},
{413, "Pony", 25000},
{415, "Cheetah", 100000},
{418, "Moonbeam", 25000},
{419, "Esperanto", 30000},
{421, "Washington", 35000},
{422, "Bobcat", 20000},
{424, "Injection", 40000},
{426, "Premier", 45000}
};