09.03.2011, 20:05
Код:
for(new i = 0; i <= MAX_PLAYERS; ++i)
Код:
if(PlayerInfo[i][numero])
Код:
new tnome[MAX_PLAYER_NAME]; GetPlayerName(i, tnome, sizeof(tnome) );
Код:
if(strcmp(tnome, i, true, strlen(i)) == 0)
strcmp only needs the name of two strings as arguments to compare.
Can you explain a little more on exactly what "number" means in this code?

