Quote:
Originally Posted by ByPass
The thing is that I want to create an array for each player where I can store an undetermined number of entities.
|
Either you have to set MAX_ENTITIES_PER_PLAYER to a large number and make sure you have code to deal with the situation where you run out or you have to get tricky with a bunch of dynamic arrays. I'd recommend former.
__________________