15.02.2010, 13:32
Like this??:
Not Tested i am still learning Pawno
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;
}