y_ini weird enough! +rep
#1

I need help in this I faced some problems already, argument type mismatch 2 code:
[pawn]

INI_String("Password", PlayerInfo[playerid][Pass],129);

Dis toooo:

INI_WriteString(file,"Password",hashpass);
Reply
#2

The Hashed password is an integer as i know, so try:
pawn Код:
INI_WriteInt(file,"Password",udb_hash(inputtext));
or go to Y_INI Register/Login System tutorial and look how it should be, here you go: https://sampforum.blast.hk/showthread.php?tid=273088
Reply
#3

can't u see dat am trying to use whirlpool ? please man no need to negative posts ! :/
Reply
#4

gotta imp ma ride
Reply
#5

in enum of player the password in enum should look like this
Password[100],
Reply
#6

To add on BroZeus' advice, the size of the string for Whirlpool should be 129

Quote:
Originally Posted by ******
Посмотреть сообщение
To use simply call the function, passing a buffer of at least 129 characters, the size of that buffer and the string you want to hash. You need 128 for the hash and 1 for the NULL terminator
Reply
#7

the problem didn't got solved yet, help please
Reply
#8

comeon guys I need help please post some solutions!
Reply
#9

bump again!
Reply
#10

@killerStrike23, Add me on Skype and i'll try solve the problem.

Skype: Adam_Hawk1
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)