Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.58 KB | None | 0 0
  1.     global $knife_servers;
  2.     irc($data, "PRIVMSG ".get_chan($data)." : !play train to display  cool servers for trainning (TS/ Bomb with less than 10 players)");
  3.     irc($data, "PRIVMSG ".get_chan($data)." : !play fun to display fun servers (Other modes or TS/Bomb with more than 10 players)");
  4.     irc($data, "PRIVMSG ".get_chan($data)." : !play does not display jump servers.");
  5.     irc($data, "PRIVMSG ".get_chan($data)." : !info <name> to display informations about the named server. <name> could be:");
  6.     foreach($knife_servers as $a=>$b)
  7.     {
  8.         irc($data, "PRIVMSG ".get_chan($data)." : ".$a);
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement