08.01.2018, 20:03
Strcmp is a little different, you have to check if the return IS 0. So
Or
pawn Код:
if(strcmp(inputtext, PI[playerid][pKod]) == 0)
pawn Код:
if(!strcmp(inputtext, PI[playerid][pKod]))