14.02.2014, 17:24
You need a bidimensional array for this.
new Cars[TeamCars][10];
Now you have 10 cars for each faction, increase the 10 as needed.
new Cars[TeamCars][10];
Now you have 10 cars for each faction, increase the 10 as needed.