04.04.2014, 14:54
Quote:
Like said above, it can't be changed. If your scripts starts to bug just by adding more vehicles then your gamemode is relying on assumptions. And assumptions are bad. That's why there are variables.
Imagine that the gamemode assumes that vehicles with ids 1 through 20 are police vehicles and the rest are normal vehicles. If you add a new vehicle at the beginning then that vehicle will get id 1 and all the rest will move one place down. The vehicle you just created becomes a police vehicle and the 20th vehicle (which is now the 21st vehicle) suddenly becomes a normal vehicle. |