31.12.2012, 10:17
(
Последний раз редактировалось ikkentim; 31.12.2012 в 11:25.
)
Hi, does someone have an array, containing whether a vehicle has 0, 1 or 2 colors? So a camper(483) would have 0 colors, a turismo(451) has 1 colors and a bobcat(422) has 2 colors.
Does anyone have such array and wants to share it with me, or does someone know where i can find this info?
Thanks!
---
Waiting took me too long + couldn't find one == made one myself:
Does anyone have such array and wants to share it with me, or does someone know where i can find this info?
Thanks!
---
Waiting took me too long + couldn't find one == made one myself:
Код:
new vehCols[212]={ 1,1,1,1,2,1,0,1,1,2,1,1,1,1,1,1,2,0,1,1,1,1,2,2,2,0,1,2,2,2,2,2,0,0,0,0, 1,2,1,1,1,2,2,1,2,1,2,0,1,2,1,1,2,2,2,1,2,1,1,1,2,1,2,2,0,0,2,2,1,0,0,2, 1,2,1,1,2,1,1,2,2,1,1,2,2,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,1,0,2,2,2,2,1,1, 1,1,1,2,2,2,1,2,1,2,1,0,0,1,2,0,2,2,1,1,0,1,1,1,0,1,1,1,2,0,0,2,1,2,2,1, 1,1,1,1,0,2,1,1,2,2,2,1,0,0,1,1,1,1,1,2,0,1,1,1,0,0,0,2,1,2,1,1,1,2,1,1, 1,1,2,2,0,1,1,1,1,1,0,1,2,0,0,2,2,2,2,2,2,0,1,2,2,1,0,0,1,2,0,2 };