09.04.2013, 16:52
Im storing the records made by players of specific arena's which are declared as ID'S. In each arena you can make a Hit record with a weapon which I do HitRec[35], 35 is the 0-34 weapon id's. And I want to store the name for the record. Storing the name like this: HitRecName[MAX_PLAYER_NAME] won't do, because each weapon id will have a different record holder.