How to make Moving Host Name?
#3

Like this??:
Not Tested i am still learning Pawno
pawn Code:
forward HostName();
SetTimer("HostName",100000,true);
new HostName;
public HostName()
{
    switch (HostName)
    {
      case 0: {SendRconCommand("hostname [0.3] blabla Fun Fun Fun");} // first message
      case 1: {SendRconCommand("hostname [0.3] blabla Stunting Server!");}
      case 2: {SendRconCommand("hostname [0.3] blabla Free Roam Also :P");}
    }
    return 1;
}
Reply


Messages In This Thread
How to make Moving Host Name? - by [WSM]Deadly_Evil - 15.02.2010, 13:19
Re: How to make Moving Host Name? - by Correlli - 15.02.2010, 13:24
Re: How to make Moving Host Name? - by [WSM]Deadly_Evil - 15.02.2010, 13:32
Re: How to make Moving Host Name? - by Correlli - 15.02.2010, 13:34
Re: How to make Moving Host Name? - by [WSM]Deadly_Evil - 15.02.2010, 13:37
Re: How to make Moving Host Name? - by Correlli - 15.02.2010, 13:44
Re: How to make Moving Host Name? - by [WSM]Deadly_Evil - 15.02.2010, 13:50
Re: How to make Moving Host Name? - by Correlli - 15.02.2010, 14:45

Forum Jump:


Users browsing this thread: 1 Guest(s)