[FilterScript] Server And Map Name Changer!!
#1

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

Код:
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;
}
Download: Click Me

Comment + rep
Reply


Messages In This Thread
Server And Map Name Changer!! - by ReD_Boii - 15.10.2012, 04:55
Re: Server And Map Name Changer!! - by KP2 - 15.10.2012, 05:50
Re: Server And Map Name Changer!! - by ReD_Boii - 18.10.2012, 20:55
Re: Server And Map Name Changer!! - by WizBoy - 27.12.2012, 20:28
Re: Server And Map Name Changer!! - by ReD_Boii - 27.12.2012, 20:42
Re: Server And Map Name Changer!! - by nor15 - 27.12.2012, 20:44
Re: Server And Map Name Changer!! - by ReD_Boii - 27.12.2012, 20:58

Forum Jump:


Users browsing this thread: 1 Guest(s)