Advertisement
Brenner650

config.cpp

Nov 11th, 2018
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.61 KB | None | 0 0
  1. class CfgNotifications
  2. {
  3.     class BaseMarkerON
  4.     {
  5.         description = "%1";
  6.         title = "Base Marker";
  7.         iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
  8.         iconText = "";
  9.         color[] = {1, 1, 1, 1};
  10.         duration = 5;
  11.         priority = 0;
  12.         difficulty[] = {};
  13.     };
  14.     class BaseMarkerOFF
  15.     {
  16.         description = "%1";
  17.         title = "Base Marker";
  18.         iconPicture = "\A3\ui_f\data\map\mapcontrol\taskIcon_ca.paa";
  19.         iconText = "";
  20.         color[] = {1, 1, 1, 1};
  21.         duration = 5;
  22.         priority = 0;
  23.         difficulty[] = {};
  24.     };
  25. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement