28.03.2013, 14:22
Guys i notice recently
when i use "strcmp"
i do use this one
sometimes
it will never accept the password
or sometimes even if it's a wrong password
it will accept it
what is wrong with it?
and what do i need to do?
I think it's a bug
when i use "strcmp"
i do use this one
pawn Код:
if(!strcmp(ystring,zstring))
it will never accept the password
or sometimes even if it's a wrong password
it will accept it
what is wrong with it?
and what do i need to do?
I think it's a bug