I'm trying to make the taru pods indestructible, therefore I edited the EPOCH_load_vehicles.sqf in @epochhive\addons\a3_epoch_server and put
if (_vehicle in ["Land_Pod_Heli_Transport_04_bench_F","Land_Pod_Heli_Transport_04_covered_F","Land_Pod_Heli_Transport_04_medevac_F","Land_Pod_Heli_Transport_04_box_F","Land_Pod_Heli_Transport_04_fuel_F","Land_Pod_Heli_Transport_04_repair_F","Land_Pod_Heli_Transport_04_ammo_F"]) then
{
_vehicle allowDamage false;
};
in there. Would that work?
Thanks in advance,
Siro
EDIT:
I just thought it could work to just edit the taru_init.sqf and add _pod allowDamage false; --> Is that a better solution?
Question
siro07
Hello,
I'm trying to make the taru pods indestructible, therefore I edited the EPOCH_load_vehicles.sqf in @epochhive\addons\a3_epoch_server and put
in there. Would that work?
Thanks in advance,
Siro
EDIT:
I just thought it could work to just edit the taru_init.sqf and add _pod allowDamage false; --> Is that a better solution?
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now