Ghostyyy

gsa

Dec 17th, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. _c = "<t color='#ffff33'>";
  2. sepa = [_c + "Put on ear plugs</t>",{
  3. _u = _this select 1;
  4. _i = _this select 2;
  5. if (soundVolume == 1) then {
  6. 1 fadeSound 0.5;
  7. _u setUserActionText [_i,_c + "Take off ear plugs</t>"]
  8. } else {
  9. 1 fadeSound 1;
  10. _u setUserActionText [_i,_c + "Put on ear plugs</t>"]
  11. }
  12. },[],-90,false,true,"","_target == vehicle player"];
  13. _this addAction sepa;
  14. _this addEventHandler ["Respawn",{
  15. 1 fadeSound 1;
  16. (_this select 0) addAction sepa;
  17. }];
Add Comment
Please, Sign In to add comment