Host name changer?
#2

Quote:
Originally Posted by uhumaham
How can I make an automatic host name changer?
Have You Searched as many topics have been made for this.

pawn Код:
new Name;

forward ChangeName();

public ChangeName()
{
  switch(Name)
  {
    case 0:
    {
      SendRconCommand("hostname your new name 1");
      Name++;
    }
    case 1:
    {
      SendRconCommand("hostname your new name 2");
      Name= 0;
    }
  }
  return 1;
}

// add this under ongamemodeinit it will change every 17 seconds
SetTimer("ChangeName",17000,1);
Reply


Messages In This Thread
Host name changer? - by uhumaham - 13.09.2009, 00:09
Re: Host name changer? - by shady91 - 13.09.2009, 00:27
Re: Host name changer? - by uhumaham - 13.09.2009, 00:46
Re: Host name changer? - by shady91 - 13.09.2009, 00:53

Forum Jump:


Users browsing this thread: 4 Guest(s)