14.05.2014, 14:31
pawn Code:
public ChangeTimer()
{
SendRconCommand("hostname **THE HOST NAME U WANT HERE**");
}
public OnGameModeInit()
{
SetTimer("ChangeTimer",1000,1);
return 1;
}
I hope this helps.
public ChangeTimer()
{
SendRconCommand("hostname **THE HOST NAME U WANT HERE**");
}
public OnGameModeInit()
{
SetTimer("ChangeTimer",1000,1);
return 1;
}