05.10.2018, 13:24
Quote:
The loop starts from 0 so the index will never be -1 as the run time error indicates. The only part of code which is yet unknown (as to what value it returns) is
pawn Код:
Код:
format(string, sizeof(string),"~w~Rank:%s",gRank[rank][r_name]); If you want to know the exact line, you can use -d3 flag. Learn more here: https://github.com/Zeex/samp-plugin-...ith-debug-info |