Advertisement
icdb

[ArmA3] Useful notifications

May 29th, 2020
1,912
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.51 KB | None | 0 0
  1. ["Countdown",["5 minutes"]] call BIS_fnc_showNotification;
  2.  
  3. ["TaskCreated",["","Example description"]] call BIS_fnc_showNotification;
  4. ["TaskSucceeded",["","Example description"]] call BIS_fnc_showNotification;
  5. ["TaskCanceled",["","Example description"]] call BIS_fnc_showNotification;
  6. ["TaskFailed",["","Example description"]] call BIS_fnc_showNotification;
  7. ["TaskUpdated",["","Example description"]] call BIS_fnc_showNotification;
  8.  
  9. ["IntelAdded",["Example description","picture path"]] call BIS_fnc_showNotification;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement