public OnGameModeInit(){ // Will load the filterscript named BOB when the // game mode starts. SendRconCommand("loadfs BOB"); return 1;}