Quote:
Originally Posted by Depresie
So bassicaly i want to add the damage of all the players within togheter into a group damage bool , then display it on a hud
I tried several things, so far i only managed to count their damage togheter in a bool, but when a player joined, for him the group damage was 0...
|
Do you understand what a bool\boolean is? It's a data-type that stores a false (0) or true (non-zero) value only. When you say bool, do you mean array?
__________________