10.07.2010, 16:35
How do I change the server name? I mean, what's the SendRconCommand thing? I can't find it on the wiki, it doesn't show it with the other commands.
#define SERVER_NAME "This is the server name"
new SendCommand[128];
format(SendCommand, sizeof(SendCommand), "hostname %s", SERVER_NAME);
SendRconCommand(SendCommand);