Advertisement
nphxboxlive

Untitled

Apr 15th, 2021
903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.52 KB | None | 0 0
  1. AutoNotify()
  2. {
  3.     level.plr.autonotify = newClientHudElem(level.plr);
  4.     level.plr.autonotify.horzAlign = "fullscreen";
  5.     level.plr.autonotify.vertAlign = "fullscreen";
  6.     level.plr.autonotify.alignX = "left";
  7.     level.plr.autonotify.alignY = "middle";
  8.     level.plr.autonotify.color = (1,1,1);
  9.     level.plr.autonotify.x = 220;
  10.     level.plr.autonotify.y = 50;
  11.     level.plr.autonotify.archived = false;
  12.     level.plr.autonotify.font = "default";
  13.     level.plr.autonotify.fontscale = 2;
  14.     level.plr.autonotify setText(&"DEBUG_AUTO_ON");
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement