error 006: must be assigned to an array
#2

You need a multidimensional array (Not sure whether it's called like that)

Код:
new
  aranks[5][32]= {
  //aranks[5][]= { Works too
	"Temporary administrator",
	"Administrator",
	"Administrator manager",
	"Lead administrator",
	"Server owner"
	};
Reply


Messages In This Thread
error 006: must be assigned to an array - by Manuel4 - 10.04.2009, 13:23
Re: error 006: must be assigned to an array - by Goldkiller - 10.04.2009, 15:09

Forum Jump:


Users browsing this thread: 1 Guest(s)