02.09.2016, 15:14
Hi, I have a damage saving system which shows how many times you were shot to where and by which gun using /injuries. It's all saving in a thing like this:
How would it be possible to store everything inside "Injury" here?:
I have that in enum called corpseData. I need this because I want people to be able to see the injuries of a corpse.
Код:
new Injury[MAX_PLAYERS][MAX_BODY_PARTS][MAX_WEAPONS];
Код:
corpseInjuries[MAX_BODY_PARTS][MAX_WEAPONS]