27.08.2014, 23:00
Try
pawn Код:
// inside of loop
if(strcmp(pName(playerid), vInfo[SavedVeh[d]][Name], false) == 1) // if the comparison tells you that they are the same
{
printf("%s",vInfo[SavedVeh[d]][Name]);
continue;
}