Results 1 to 10 of 12

Thread: iPrintBold or sayallcenter

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Corporal voron00's Avatar
    Join Date
    Nov 2014
    Posts
    248
    Thanks
    64
    Thanked 216 Times in 116 Posts
    PHP Code:
    saybold()
    {
        
    setcvar("saybold","");
        for(;;) {
            
    wait 0.05;
            if(
    getcvar("saybold")!="") {
                
    iprintlnbold(getcvar("saybold"));
                
    setcvar("saybold","");
                
    wait 0.05;
            }
        }
        
    wait .1;

    sudo apt-get rekt

  2. The Following 3 Users Say Thank You to voron00 For This Useful Post:

    kung foo man (23rd March 2016),suck000 (23rd March 2016),thOuMta (23rd March 2016)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •