View Single Post
reji
Junior Member
Join Date: Aug 2013
Location: Russia
Old 12-14-2013 , 04:26   Re: [TF2] gScramble (Redux)
Reply With Quote #61

Top players being autobalanced regardless of settings. Look at the line #2447 of gscramble.sp:
Code:
new Totalscore = GetEntProp(entity, Prop_Send, "m_iScore", _, client);
This should be:
Code:
new Totalscore = GetEntProp(entity, Prop_Send, "m_iScore", _, i);

Last edited by reji; 12-14-2013 at 04:53.
reji is offline