04.04.2016, 02:19
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; }