Heya, Im new in pawn development, but know something about C++ language.
And my questions goes here. I want to write a plugin that shows to player its stats on each round end, but dunno how to do it.
I wanted to create my struture (in c++ its possible, thats why im asking about this topic here) and create as many object of the structure as is players logged atm. And store the reference of each object in a array.
Is this possible in pawn?
If yes, i would be thankfull if someone wrote short code with strut implementation and creating an array to store objects.
If no, what can I do to realize this subject.