May be this question has asked before a few times, but I have not found anything useful.
What I'm doing is reading users.ini file and storing admins name and id in double dimension array. Now I cant assign array size for number of admins in the file (ie: No of lines in users.ini). I have to calculate the number of lines in the file first and then create that size of array.
In C I've done this with malloc but that is not supported by PAWN. Instead of hardcoding users.ini max line can it be done anyway ?