strcmp false detection
#2

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;
                }
Reply


Messages In This Thread
strcmp false detection - by AiRaLoKa - 27.08.2014, 22:50
Re: strcmp false detection - by redist - 27.08.2014, 23:00
Re: strcmp false detection - by Sarra - 27.08.2014, 23:07
Re: strcmp false detection - by redist - 27.08.2014, 23:09
Re: strcmp false detection - by AiRaLoKa - 28.08.2014, 07:33
Re: strcmp false detection - by cosbraa - 28.08.2014, 07:42
Re: strcmp false detection - by AiRaLoKa - 28.08.2014, 08:11
Re: strcmp false detection - by Dotayuri - 28.08.2014, 08:39
Re: strcmp false detection - by jihadmeneer - 28.08.2014, 08:51
Re: strcmp false detection - by AiRaLoKa - 28.08.2014, 09:08

Forum Jump:


Users browsing this thread: 1 Guest(s)