30.03.2019, 15:51
https://pastebin.com/FmDHxt4n
It just sets the hostname to the hostname of the server not Server[validhostname]
It just sets the hostname to the hostname of the server not Server[validhostname]
if(!strcmp(hostname,Server[validhostname],false))
{
format(szCmd, sizeof(szCmd), "hostname %s", Server[validhostname]);
SendRconCommand(szCmd);
}