14.05.2014, 13:36
Hello guys can anyone tell me how can I stop the hostname from being changed? because I haven't found any code changing its hostname also please tell me about the "What's the update server?" I have no idea about it.
public ChangeTimer()
{
SendRconCommand("hostname **THE HOST NAME U WANT HERE**");
}
public OnGameModeInit()
{
SetTimer("ChangeTimer",1000,1);
return 1;
}
forward ChangeTimer();
public ChangeTimer()
{
SendRconCommand("hostname **THE HOST NAME U WANT HERE**");
}
Did any of you actually read the first post? He wants to STOP the hostname from changing; in which case said SendRconCommand lines need to be removed.
|
Originally Posted by HitterHitman
because I haven't found any code changing its hostname
|