03.09.2009, 13:31
I think the problem is here:
You do c++ in for loop, that's good, but there is c++ once again in SendFormattedMessage function. Just remove the ++, leave the c.
pawn Код:
for(new c = 0; c <= 8; c++)
{
SendFormattedMessage(playerid, COLOR_WHITE, "%d] %s - %d", c++, GetPlayerNameByPhone(Contacts[playerid][c]), GetPlayerPhoneByName(playerid));
}