top of page

Make a trigger on your map and inside INIT paste following sentence :

​

​

{if(headgear_x != "H_PilotHelmetFighter_I") then {_x setdamage 1;};} foreach thislist;

Si la personne n'a pas un casque de pilote, il mourra.

​

​

{if(goggles_x != "mcu2p2_grey") then {_x setdamage 1;};} foreach thislist;

Si la personne n'a pas un masque (dans la partie lunette) à gaz, il mourra.

​

MAKE RADIATIONS ZONE BY TRIGGER

bottom of page