Issues with three dimensional array
#4

I think I fixed it guys, if anyone is curious as to how:

Код:
enum E_CUSTOM_GROUP_RANK
{
	gRank_number,
	gRank_name[32]
}
All I did was basically create an enumerator so that the compiler would know the maximum string size, and it did seem to solve it.
Reply


Messages In This Thread
Issues with three dimensional array - by CXdur - 04.04.2017, 18:50
Re: Issues with three dimensional array - by Vin Diesel - 04.04.2017, 19:56
Re: Issues with three dimensional array - by CXdur - 04.04.2017, 20:02
Re: Issues with three dimensional array - by CXdur - 04.04.2017, 20:20

Forum Jump:


Users browsing this thread: 1 Guest(s)