Advertisement
Hodge-1053

Yard of Death Title ACS Script

Jul 7th, 2016
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include "zcommon.acs"
  2.  
  3. script 101 enter
  4. {
  5.   //delay(35*2);
  6.   if(GetCvar("teamlms")!=1)
  7.  
  8.  {
  9.     SetHudSize(640, 400, 0);
  10.     Setfont("bigfont");
  11.     HudmessageBold(s:"Yard of Death Part 1"; HUDMSG_FADEOUT, 55, CR_red, 320.4, 190.0, 3.5, 1.0);
  12.     Setfont("smallfont");
  13.     HudmessageBold(s:"Made by Jamie Hodge"; HUDMSG_FADEOUT, 56, CR_White, 320.4, 205.0, 3.5, 1.0);
  14.   }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement