08.03.2014, 17:28
So lets say I create a enum:
This is where I'll be making my weed plants for example. So I can specifically have each plant have its own information, I'll be needing something to fill in for MAX_PLANTS (Not good with terms yet so I'm guessing this is array, Right?)
What's the way for creating specific IDs for each plant for MAX_PLANTS?
pawn Код:
static wPLant[MAX_PLANTS][WeedPlant];
This is where I'll be making my weed plants for example. So I can specifically have each plant have its own information, I'll be needing something to fill in for MAX_PLANTS (Not good with terms yet so I'm guessing this is array, Right?)
What's the way for creating specific IDs for each plant for MAX_PLANTS?