29.04.2012, 09:40
This is how strcmp works, it returns 0 if one of the strings is empty. So you should just check if they are not empty
pawn Код:
if(abKanep[x][kanep_rajaja][0] && strcmp(abKanep[x][kanep_rajaja], sendername) == 0)