Command in "init" array vehicle doesn't repeat when respawn #1412
-
Hello, Sorry in advance, I already did a research in this repository and none come up with precise problem as mine, Thank You in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, I thought it was supported by https://community.bistudio.com/wiki/BIS_fnc_getVehicleCustomization which return an array with what they call "texture" But it only support texture already in game or https://community.bistudio.com/wiki/Arma_3:_Vehicle_Customization Also it is Cheers |
Beta Was this translation helpful? Give feedback.
Hello,
I thought it was supported by https://community.bistudio.com/wiki/BIS_fnc_getVehicleCustomization which return an array with what they call "texture"
It used here
btc_veh_fnc_propertiesGet
and called when the heli is added to the respawn system https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/fnc/veh/addRespawn.sqf#L47And restored on respawn here https://github.com/Vdauphin/HeartsAndMinds/blob/master/%3DBTC%3Dco%4030_Hearts_and_Minds.Altis/core/fnc/veh/respawn.sqf#L65
But it only support texture already in game or https://community.bistudio.com/wiki/Arma_3:_Vehicle_Customization
Also it is
argb
notrgb
Cheers