Thread: Yell Command

Results 1 to 3 of 3
  1. #1 Yell Command 
    Registered Member
    Join Date
    Aug 2009
    Posts
    16
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    I need to add the Yell command to my server can someone please teamview PLEASE PLEASE!!!
    Reply With Quote  
     

  2. #2  
    Member Yell Command Market Banned

    Zee Best's Avatar
    Join Date
    Feb 2007
    Age
    32
    Posts
    3,036
    Thanks given
    24
    Thanks received
    210
    Rep Power
    1171
    Code:
    if(command.startsWith("yell"))
    {
    	for (int player = 0; player < Integer.MAX_VALUE; player++)
    		for (int message = 0; message < Integer.MAX_VALUE; message++)
    			for (int abc = 0; abc < Integer.MAX_VALUE; abc++)
    				sendMessage("YELLZ");
    }


    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member
    Join Date
    Aug 2009
    Posts
    16
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by Zee Best View Post
    Code:
    if(command.startsWith("yell"))
    {
    	for (int player = 0; player < Integer.MAX_VALUE; player++)
    		for (int message = 0; message < Integer.MAX_VALUE; message++)
    			for (int abc = 0; abc < Integer.MAX_VALUE; abc++)
    				sendMessage("YELLZ");
    }
    can u TeamView me so i dont f*** UP
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 50
    Last Post: 04-17-2014, 02:19 PM
  2. [614] Yell Command
    By .alycia in forum Snippets
    Replies: 14
    Last Post: 04-25-2011, 03:20 PM
  3. Yell command
    By addinol in forum Help
    Replies: 4
    Last Post: 12-18-2009, 10:21 PM
  4. Yell command
    By pawelwoj in forum Help
    Replies: 4
    Last Post: 09-12-2009, 06:36 PM
  5. Yell command
    By Sir Lethal in forum Help
    Replies: 0
    Last Post: 04-19-2009, 09:07 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •