Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by Stigg
pawn Код:
new Vehicle[10]
Vehicle[0] = AddStaticVehicle(whatever you wish); Vehicle[1] = AddStaticVehicle(whatever you wish); Vehicle[2] = AddStaticVehicle(whatever you wish); //Ect...
|
A semi-colon is required after 'Vehicle[10]', so:
Note, you can change 10 to the amount of vehicles you plan to create.