Help with string size.
#1

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.

Code:
new AttList[256], AttKills[256], AttScore[256], AttDamage[256], DefList[256], DefKills[256], DefScore[256], DefDamage[256], TopScore[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?
Reply


Messages In This Thread
Help with string size. - by m1kas - 09.03.2018, 16:37
Re: Help with string size. - by jasperschellekens - 09.03.2018, 16:47
Re: Help with string size. - by m1kas - 09.03.2018, 16:53
Re: Help with string size. - by Meller - 09.03.2018, 17:15
Re: Help with string size. - by m1kas - 09.03.2018, 17:25
Re: Help with string size. - by Meller - 09.03.2018, 17:31
Re: Help with string size. - by m1kas - 09.03.2018, 17:40
Re: Help with string size. - by Meller - 09.03.2018, 17:41
Re: Help with string size. - by m1kas - 09.03.2018, 17:44
Re: Help with string size. - by NaS - 10.03.2018, 01:10

Forum Jump:


Users browsing this thread: 1 Guest(s)