[FilterScript] K-RCON - Simple RCON system based on dialogs
#9

Code:
public OnFilterScriptInit()
{
	SendRconCommand("hostname Kevin's Server");
	SendRconCommand("language Any");
	SendRconCommand("mapname K-MAP");
	SetGameModeText("K-SERVER");
	print("\n--------------------------------");
	print("           K-RCON loaded.");
	print("      By Kevin Burke/KevinExec");
	print("---------------------------------\n");
	return 1;
}
why you do that? why you change the hostname, mapname, and language?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)