15.10.2012, 04:55
Hello!!!! Guyz Today Im gonna show you my fave FS: Server Name Changer!!
It Change Server Name every 2 second And it also change the mapname too
Download: Click Me
Comment + rep
It Change Server Name every 2 second And it also change the mapname too
Код:
forward HostNameUpdate(); public HostNameUpdate() { new RandomGo = random(4); switch(RandomGo) { //Don't Remove hostname Otherwise nothing will work case 0: SendRconCommand("hostname Need Admins & Scripter"); case 1: SendRconCommand("hostname Join The Fun Server"); case 2: SendRconCommand("hostname Add Us To Your Fave"); case 3: SendRconCommand("hostname Dr.Lozer's Home Of True Gamers"); } return 1; } forward MapNameUpdate(); public MapNameUpdate() { new RandomGo = random(3); switch(RandomGo) { //Don't Remove mapname Otherwise nothing will work case 0: SendRconCommand("mapname San Andreas"); case 1: SendRconCommand("mapname Pakistan"); case 2: SendRconCommand("mapname Hell"); } return 1; }
Comment + rep