16.05.2014, 17:11
Quote:
If you just want to count the amount of objects, you only need one cell to add the amount from each player.
pawn Код:
If you want to "mark" or "flag" streamer entities, don't store that data in the AMX space as streamer entities have no internal limit due to dynamic memory. You can store as much information as you want with each streamer entity by using the E_STREAMER_EXTRA_DATA array (which was updated today, check out 2.7.2). |
I'll check the updated verion