quote:Originally posted by Jimbodude How would i replace this first if function? code:if(Message.BeginsWith(".Flood") { for(int i = 0; i<20; i++) { ChatWnd.SendMessage(Message.IndexOf( 8); } }
code:if(Message.BeginsWith(".Flood") { for(int i = 0; i<20; i++) { ChatWnd.SendMessage(Message.IndexOf( 8); } }