how to make like this
#1

how can i script like this
i want to make this names how can i make 2 names of 1 server pls tell me


pls tell needed help

thnx
a.PNG
s.PNG
Reply
#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
#3

Files are in attachment
Reply
#4

thnx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)