how do i create a random vehicle? please help...
#9

try this

Код:
new randomcar[51] = {

400,401,402,404.....

};
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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)