i dont get enet_reg_ent fully; it says:
Originally Posted By: MANUAL
Through the parameter id, a unique number for identifying the entity type has to be set. This number has to be the same on all participants and must not be used twice

so if i do:

Code:
#define GRENADE 30


does that mean that i can only create one grenade at a time? or would have to use an array to manage grenade IDs and manage it myself ?