strfind inputtext
#10

Quote:
Originally Posted by Misiur
Посмотреть сообщение
Strcmp is a little different, you have to check if the return IS 0. So
pawn Код:
if(strcmp(inputtext, PI[playerid][pKod]) == 0)
Or
pawn Код:
if(!strcmp(inputtext, PI[playerid][pKod]))
Tryied with if(!strcmp(inputtext, PI[playerid][pKod]))
And result is still same ( NO )
Reply


Messages In This Thread
strfind inputtext - by maksicnm - 08.01.2018, 19:26
Re: strfind inputtext - by MEW273 - 08.01.2018, 19:35
Re: strfind inputtext - by Misiur - 08.01.2018, 19:36
Re: strfind inputtext - by maksicnm - 08.01.2018, 19:41
Re: strfind inputtext - by MEW273 - 08.01.2018, 19:50
Re: strfind inputtext - by Misiur - 08.01.2018, 19:52
Re: strfind inputtext - by maksicnm - 08.01.2018, 19:57
Re: strfind inputtext - by MEW273 - 08.01.2018, 20:02
Re: strfind inputtext - by Misiur - 08.01.2018, 20:03
Re: strfind inputtext - by maksicnm - 08.01.2018, 20:07

Forum Jump:


Users browsing this thread: 1 Guest(s)