Map Name
#6

put this were foward is

Код:
forward ChangeMapName();
then this were timer is i suggest ongamemodeinit

Код:
SetTimer("ChangeMapName",1500,1);
this finaly this to change diffrent map names

Код:
public ChangeMapName()
{
   new var = random(2); //(Change the 2 to a different number if you are adding more message or deleting)
   switch (var)
   {
     case 0: SendRconCommand("mapname |name here|"); // WARNING: Do not delete "mapname"
     case 1: SendRconCommand("mapname |name here|"); // WARNING: Do not delete "mapname"
   }
}
just incase you wanted something better
Reply


Messages In This Thread
Map Name - by Plastic - 11.04.2012, 13:30
Re: Map Name - by Mark™ - 11.04.2012, 13:41
Re: Map Name - by Shabi RoxX - 11.04.2012, 13:43
Re: Map Name - by Plastic - 11.04.2012, 13:43
Re: Map Name - by afa_handler - 11.04.2012, 13:53
Re: Map Name - by [Ez]Panther - 12.04.2012, 09:15

Forum Jump:


Users browsing this thread: 1 Guest(s)