Making specific vehicle to spawn with bulletproof tyres?
-
How can I make some vehicle to spawn with bulletproof tyres on?
Just like armored kuruma or insurgentsI've looked into vehicles.meta and handling.meta but couldn't figure it out
-
has to be done via a FLAG value in zmod3 afaik
-
I used insurgent's wheel COL model and it still gets damaged. I'm starting to think it should be done in .meta file.
Haven't figure it out yet tho
-
In the handling.meta replace ensure the seventh digit (right to left) in the model flags is a 2, example:
<strModelFlags>2000000</strModelFlags>
-
@M-A-R-I-N-A said in Making specific vehicle to spawn with bulletproof tyres?:
In the handling.meta replace ensure the seventh digit (right to left) in the model flags is a 2, example:
<strModelFlags>2000000</strModelFlags>
Thx, it works like a charm