22.11.2018, 05:39
Assuming that
is the warning line, two things pop out.
1. I've never seen %h in native SA-MP code so unless that's added from another include, that's probably not doing anything.
2. You have 5 specifiers (including the %h) but only gave information to 4 of them.
pawn Код:
format(string, sizeof(string), "%d. %s\t{%h} %s\t%s\tTemporarily disabled", number, Points[i][Name],Points[i][Owner],Points[i][CapperName]);
1. I've never seen %h in native SA-MP code so unless that's added from another include, that's probably not doing anything.
2. You have 5 specifiers (including the %h) but only gave information to 4 of them.