Guest User

Untitled

a guest
Oct 22nd, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function void displayRankupMessage (void) //Display messages for people
  2. {
  3. SetFont("bigfont");
  4. HudMessageBold(n:0, s:" has ranked up!"; HUDMSG_FADEOUT, 38, CR_ORANGE, 0.5, 0.4, 2.75);
  5. HudMessage(s:"You have ranked up!"; HUDMSG_FADEOUT, 38, CR_ORANGE, 0.5, 0.4, 2.75);
  6. }
Add Comment
Please, Sign In to add comment