09.03.2018, 16:37
Hey, so recently I've started to make an end round score box, which displays player names, score, kills and damage, however when creating it it shows its an unknown command, the string sizes are all 256.
However when I change the string sizes to 10 they all work fine, however I need more than 10 cells for each one. What's the problem here?
Code:
new AttList[256], AttKills[256], AttScore[256], AttDamage[256], DefList[256], DefKills[256], DefScore[256], DefDamage[256], TopScore[256];