04.04.2014, 13:37
hi i am need help for set id for vichel like image Down

/DL
If you dont understand what im saying above then i dont understand what your talking about at your thread
|
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. |