how to make like this
#2

Код HTML:
forward UpdateHostName();

public GameModeInit()
{
   SetTimer("UpdateHostName",1000,1); // Update your timer as you wish.
   return 1;
}

public UpdateHostName()
{
   new hostname = random(3);
   switch (hostname)
   {
     case 0: SendRconCommand("hostname HOSTNAME #1");
     case 1: SendRconCommand("hostname HOSTNMAME #2");
     case 2: SendRconCommand("hostname HOSTNAME #3");
   }
Reply


Messages In This Thread
how to make like this - by SilverMapper - 06.08.2017, 10:44
Re: how to make like this - by Fratello - 06.08.2017, 10:52
Re: how to make like this - by Matz - 06.08.2017, 10:54
Re: how to make like this - by SilverMapper - 06.08.2017, 11:03

Forum Jump:


Users browsing this thread: 1 Guest(s)