Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script 999 OPEN CLIENTSIDE {
- str name = "XHUSTR_10";
- str auth = "AUTHOR_10";
- SetHUDSize(640, 480, 1);
- 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);
- SetHUDSize(0, 0, 0);
- Delay(35);
- SetFont("BigFont");
- HUDMessage(s:"\cg\"\cq", l:name, s:"\cg\""; HUDMSG_FADEINOUT, 0, CR_RED, 0.05, 0.80, 2.0, 4.0);
- Delay(35);
- SetFont("SmallFont");
- HUDMessage(s:"\crby \cq", l:auth; HUDMSG_FADEINOUT, 0, CR_RED, 0.06, 0.82, 2.0, 4.0);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement