Whats wrong with this - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Whats wrong with this (
/showthread.php?tid=426261)
Whats wrong with this -
RicaNiel - 28.03.2013
Guys i notice recently
when i use "strcmp"
i do use this one
pawn Код:
if(!strcmp(ystring,zstring))
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
Re: Whats wrong with this -
yanir3 - 28.03.2013
if(!strcmp(ystring,zstring,true))