28.01.2014, 19:35
The streamer plugin can assign any ID to the pickup, it doesn't have to be zero based, other scripts can too create/remove pickups.
It would be wise to use the vector/map plugin if you want to have array[pickupid] or you will need to create an array with a defined size and an enum which contains the ID of the pickup and all the other information you want to assign to the pickup ID.
It would be wise to use the vector/map plugin if you want to have array[pickupid] or you will need to create an array with a defined size and an enum which contains the ID of the pickup and all the other information you want to assign to the pickup ID.