[Y_INI] Can login with any password O.o
#1

*Fixed on my OWN.
Reply
#2

Are you Parsing the player's password when he connects ?
Reply
#3

Yes i do
Reply
#4

Instead of
pawn Код:
if(strcmp(HashPass, PlayerInfo[playerid][pPass], true))
Try
pawn Код:
if(!strcmp(HashPass, PlayerInfo[playerid][pPass]))
Not sure if it works.
Reply
#5

Tried.. now you can't even login.. with any pass -_-
Reply
#6

try this
https://sampforum.blast.hk/showthread.php?tid=273088
its a tut
Reply
#7

It didn't worked XtremeR
Reply
#8

Or maybe try this -
pawn Код:
if ( strcmp ( aInfo [ playerid ] [ pPass ] , buf , true ) == 0 )
Reply
#9

https://sampforum.blast.hk/showthread.php?tid=352703

Take a look at the last sentence. Try it with your LoadUser_%s.
Reply
#10

i tried each and everything.. ! still
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)