Advertisement
Phronk

arsenalClosed

Jul 15th, 2023
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.34 KB | Gaming | 0 0
  1. [ missionNamespace , "arsenalClosed" ,
  2. {
  3.     private _p = player;
  4.  
  5.     [_p,"NoVoice"]remoteExecCall["SetSpeaker",0,true];
  6.    
  7.     _p setVariable["Saved_Loadout",getUnitLoadout _p];
  8.  
  9.     titleText["<a font='PuristaBold' align='center' size='2' shadow='2'>LOADOUT SAVED</a>","PLAIN",0,true,true];titleFadeOut 8;
  10. }]call BIS_fnc_addScriptedEventHandler;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement