Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
You never set 'skinid' to anything, so it stays at 0. It'll only show that message if the player is using skin ID 0.
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
So what's the problem?
Your string array (which should really be named better) is only 32 cells - allowing a string of 31 characers. Your second message can be 60 characters long. You need a 61-cell array for the string (might as well round it up to 64).