
I want your help again because I want to create an attribute in a CTmPlayer class in order to store the amount of times a player pressed the 'Restart' button but I read somewhere in the ManiaPlanet documentation (I'm not sure) that it was not possible.
So my decision was to create an array with the Player object as index and the count as value but I think there is a better solution for that so i'm wondering the following question :
My Question :
Is there an easier way to attach this data (The amount of restart times) to a player ?
Do you use this kind of array for these datas ? Else, which solution you use ?