String within arrays
#1

Hi! I have a little tricky question:

I want to create a string with certain size within array but it doesn't work. Any questions how to fix this?

The code below works:
Код:
enum MapData
{
...
mPickup_Text[MAX__PICKUPS],
...
}
new Map[MAX_MAPS][MapData];
The code below not work (but I must have it):
Код:
enum MapData
{
...
mPickup_Text[MAX__PICKUPS][64],
...
}
new Map[MAX_MAPS][MapData];
Reply


Messages In This Thread
String within arrays - by Killer#Mummy - 17.05.2012, 14:16
Re: String within arrays - by Killer#Mummy - 18.05.2012, 06:38
Re: String within arrays - by Catalyst- - 18.05.2012, 06:53

Forum Jump:


Users browsing this thread: 2 Guest(s)