Skip to content

Commit 2850760

Browse files
committed
added grappling hooks
1 parent aa29973 commit 2850760

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

feedback2.smx

40 Bytes
Binary file not shown.

scripting/feedback2.sp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,8 @@ void StartFeedbackRound()
779779

780780
AlltalkBuffer = GetConVarInt(FindConVar("sv_alltalk"));
781781
SetCVAR_SILENT("sv_alltalk",1);
782+
SetCVAR_SILENT("tf_grapplinghook_enable",1);
783+
SetCVAR_SILENT("tf_powerup_mode",1);
782784

783785
//Enable RTV again.
784786
//It should be reset by now.
@@ -1130,7 +1132,6 @@ bool:IsValidClient(iClient)
11301132
\_____\___/|_| |_| |_|_| |_| |_|\__,_|_| |_|\__,_|___/
11311133
--------------------------------------------------------------------------------
11321134
Description: All player commands land here
1133-
11341135
Notes: I see no reason to comment commands
11351136
Because its a really good idea with how complex commands can get
11361137
Its just not fun to do so.
@@ -1601,4 +1602,4 @@ void PopulateSpawnList()
16011602
PushArrayString(SpawnPointEntIDs, entstring);
16021603
}
16031604
}
1604-
}
1605+
}

0 commit comments

Comments
 (0)