04.07.2014, 14:47
Remove the numbers in the array; really unnecessary. You could just do it like:
pawn Код:
for(new i = 0; i < sizeof(GW_Name_ID); ++i)
{
printf("ID: %i Name: %s", i, GW_Name_ID[i]);
}