Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. REF_safetyIndex =
  2. [
  3. {
  4. if ((inputAction "DefaultAction") > 0 || (inputAction "Throw") > 0) then
  5. {
  6. closedialog 0;
  7. createDialog "REF_fakeDialog";
  8. closedialog 5656;
  9. };
  10. }, 0, []
  11. ] call CBA_fnc_addPerFrameHandler;
  12.  
  13. // Where the REF_fakeDialog is just an empty dialog screen:
  14.  
  15. class REF_fakeDialog
  16. {
  17. idd = 5656;
  18. onLoad = "";
  19. onUnload = "";
  20. movingEnable = false;
  21.  
  22. controls[] ={};
  23.  
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement