#define SERVER_NAME "This is the server name"new SendCommand[128];format(SendCommand, sizeof(SendCommand), "hostname %s", SERVER_NAME);SendRconCommand(SendCommand);