Advertisement
BloodknightStudios

snooper.gui

Dec 23rd, 2014
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.52 KB | None | 0 0
  1. //--- OBJECT WRITE BEGIN ---
  2. %guiContent = new fxGuiSnooper(SnooperCam) {
  3.    cameraZRot = "0";
  4.    forceFOV = "60";
  5.    reflectPriority = "1";
  6.    margin = "0 0 0 0";
  7.    padding = "0 0 0 0";
  8.    anchorTop = "1";
  9.    anchorBottom = "0";
  10.    anchorLeft = "1";
  11.    anchorRight = "0";
  12.    position = "0 0";
  13.    extent = "1024 768";
  14.    minExtent = "8 2";
  15.    horizSizing = "right";
  16.    vertSizing = "bottom";
  17.    profile = "GuiDefaultProfile";
  18.    visible = "1";
  19.    active = "1";
  20.    tooltipProfile = "GuiToolTipProfile";
  21.    hovertime = "1000";
  22.    isContainer = "1";
  23.    canSave = "1";
  24.    canSaveDynamicFields = "1";
  25.    ViewRotation = "0 0 190";
  26.    ViewOffset = "0 0 -20";
  27.    FOV = "60";
  28.    SweepAmplitude = "0 0 45";
  29.    SweepTime = "0 0 5000";
  30.    AttachedObject = "RedBase";
  31.    OverlayBitmap = "0";
  32.    OverlayTile = "0";
  33.    OverlayColour = "0";
  34.    ColorOverlay = "1 1 1 0.5";
  35.    RedMask = "1";
  36.    GreenMask = "1";
  37.    BlueMask = "1";
  38.  
  39.    new GuiButtonCtrl() {
  40.       text = "Exit Camera 1";
  41.       groupNum = "-1";
  42.       buttonType = "PushButton";
  43.       useMouseEvents = "0";
  44.       position = "935 727";
  45.       extent = "80 30";
  46.       minExtent = "8 2";
  47.       horizSizing = "left";
  48.       vertSizing = "top";
  49.       profile = "GuiButtonProfile";
  50.       visible = "1";
  51.       active = "1";
  52.       command = "Canvas.setContent(\"PlayGui\");";
  53.       tooltipProfile = "GuiToolTipProfile";
  54.       hovertime = "1000";
  55.       isContainer = "0";
  56.       canSave = "1";
  57.       canSaveDynamicFields = "0";
  58.    };
  59. };
  60. //--- OBJECT WRITE END ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement