Enums question
#1

How can I use something else instead of MAX_PLANTS to be unlimited?
Код:
enum PLANTS_INFO
{
	pID,
	pPlanter[MAX_PLAYER_NAME],
	pGrowTime,
	Float:pX,
	Float:pY,
	Float:pZ,
	pMade,
	pObject,
	Text3D:pLabel,
	pPlanted
}
new CropsInfo[MAX_PLANTS][PLANTS_INFO];
Reply


Messages In This Thread
Enums question - by PaulDinam - 12.05.2013, 16:52
Re: Enums question - by RajatPawar - 12.05.2013, 16:54
Re: Enums question - by PaulDinam - 12.05.2013, 16:58
Re: Enums question - by ReVo_ - 12.05.2013, 17:36
Re: Enums question - by PaulDinam - 12.05.2013, 18:34
Re: Enums question - by Cameltoe - 12.05.2013, 18:43
Re: Enums question - by Vince - 12.05.2013, 19:22

Forum Jump:


Users browsing this thread: 1 Guest(s)