SA-MP Forums Archive
[FilterScript] Server And Map Name Changer!! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Server And Map Name Changer!! (/showthread.php?tid=385265)



Server And Map Name Changer!! - ReD_Boii - 15.10.2012

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


Re: Server And Map Name Changer!! - KP2 - 15.10.2012

Why my country there?


Re: Server And Map Name Changer!! - ReD_Boii - 18.10.2012

Thnx


Re: Server And Map Name Changer!! - WizBoy - 27.12.2012

Very simple but nice idea bro


Re: Server And Map Name Changer!! - ReD_Boii - 27.12.2012

Thanks but i added this simply


Re: Server And Map Name Changer!! - nor15 - 27.12.2012

Nice one


Re: Server And Map Name Changer!! - ReD_Boii - 27.12.2012

Thanks