NAme help
#1

Please I need help with how to create mapname in Server hostname
Reply
#2

Changing your host name you mean?
Reply
#3

No,
I want I have zombie tdm,and maps name want in hostname
Reply
#4

Quote:
Originally Posted by itachi
Посмотреть сообщение
No,
I want I have zombie tdm,and maps name want in hostname
Use /rcon login yourpassword then /rcon hostname whateveryouwanthere or if you want to change your mapname then /rcon mapname whatevermapname
Reply
#5

No,No,No

I need

I Have HOSTNAME : ZOMBIE BLABLABLA
I Have MAPNAME : ZombieInterior

so I want to HOSTNAME : Zombie | MAP : ZombieInterior

if round end,so new map MAPNAME : DeadCity


so I want to HOSTNAME : Zombie | MAP : DeadCity

I want to automatic change mapname to hostname
Reply
#6

Код:
// above main()
forward Hostchange();

public OnFilterScriptInit()// or gamemodeinti
{
   SetTimer("Hostchange",1000,1); // Change 1000 to whatever you want this is in milliseconds.
   return 1;
}

public Hostchange()
{
   new var = random(3);
   switch (var)
   {
     case 0: SendRconCommand("hostname server name 1");
     case 1: SendRconCommand("hostname Server name 2");
     case 2: SendRconCommand("hostname servre name 3");
   }
}
Add this.
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)