10.03.2010, 17:33
try this
without the:
{} on each one
then change this from:
AddStaticVehicle(randomcar[rand][0]
to
AddStaticVehicle(rand,
if you are planning a new car after an event i would recommend changing addstaticvehcile to createvehicle
Код:
new randomcar[51] = { 400,401,402,404..... };
{} on each one
then change this from:
AddStaticVehicle(randomcar[rand][0]
to
AddStaticVehicle(rand,
if you are planning a new car after an event i would recommend changing addstaticvehcile to createvehicle