[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
#2

Why my country there?
Reply
#3

Thnx
Reply
#4

Very simple but nice idea bro
Reply
#5

Thanks but i added this simply
Reply
#6

Nice one
Reply
#7

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)