October 15, 2020 at 7:22 am
#204887
No, that’s not how it should work. It’s an issue with the score coding. I think you can fix it by doing a find and replace. Change B2SSetScore to B2SSetScorePlayer
I tested it with one player and it seems to work.
I change the lines 191-194 to:
Controller.B2SSetScorePlayer 1,Score(1)
Controller.B2SSetScorePlayer 2,Score(2)
Controller.B2SSetScorePlayer 3,Score(3)
Controller.B2SSetScorePlayer 4,Score(4)
Line 1029 to:
If B2SOn Then Controller.B2SSetScorePlayer Player,Score(Player)
Lines 1303-1306 to:
Controller.B2SSetScorePlayer 1,0
Controller.B2SSetScorePlayer 2,0
Controller.B2SSetScorePlayer 3,0
Controller.B2SSetScorePlayer 4,0
I hope, that this is correct.
You need to login in order to like this post: click here

