Advertisement
Qent

SCRIPTS

Dec 11th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. script 999 OPEN CLIENTSIDE {
  2. str name = "XHUSTR_10";
  3. str auth = "AUTHOR_10";
  4. SetHUDSize(640, 480, 1);
  5. HUDMessage(s:"\cg\"\cq", l:name, s:"\cg\" \crby \cq", l:auth; HUDMSG_PLAIN | HUDMSG_LOG, 0, CR_RED, 0.2, 0.2, 1.0);
  6. SetHUDSize(0, 0, 0);
  7. Delay(35);
  8. SetFont("BigFont");
  9. HUDMessage(s:"\cg\"\cq", l:name, s:"\cg\""; HUDMSG_FADEINOUT, 0, CR_RED, 0.05, 0.80, 2.0, 4.0);
  10. Delay(35);
  11. SetFont("SmallFont");
  12. HUDMessage(s:"\crby \cq", l:auth; HUDMSG_FADEINOUT, 0, CR_RED, 0.06, 0.82, 2.0, 4.0);
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement