Advertisement
Guest User

Run.sqf

a guest
May 29th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. /* Use allowed Dialogs ? */ _UDW = true; /* true or false */
  2. /* _allowedDialogs: Insert IDDs here to prevent them from being closed! Default ArmA3 and Altis-Life idds should be in already. */
  3. _allowedDialogs = [-1,602,7777,7778,9999,9980];
  4. /* 5001, -3: Zupas New Hud (Hud-Builder) - https://github.com/DevZupa/ZHB-A3 */
  5. _allowedDialogs pushBack 5001;
  6. _allowedDialogs pushBack -3;
  7. /* 37400: Custom Menu from AltisLife used on some Epoch Servers */
  8. _allowedDialogs pushBack 37400;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement