View Single Post
Benoist3012
Veteran Member
Join Date: Mar 2014
Location: CWave::ForceFinish()
Old 12-14-2017 , 08:52   Re: [TF2] Blocking round end when players die on 1 team
Reply With Quote #5

Quote:
Originally Posted by Byte View Post
public MRESReturn Hook_SetWinningTeam(Handle hParams)
{
//Not too sure about last 4 :p
int team = DHookGetParam(hParams, 1);
int iWinReason = DHookGetParam(hParams, 2);
bool bForceMapReset = DHookGetParam(hParams, 3);
bool bSwitchTeams = DHookGetParam(hParams, 4);
bool bDontAddScore = DHookGetParam(hParams, 5);
bool something6 = DHookGetParam(hParams, 6);
}
https://github.com/ValveSoftware/sou...amerules.h#L90
__________________
Benoist3012 is offline