password
#1

Removed, Thanks
Reply
#2

Which MySQL plugin do you use? Which version?
Reply
#3

Removed
Reply
#4

Quote:
Originally Posted by Fernado Samuel
Scripting MySQL for $
Just PM me if you need me.
Hmmmm?

@Topic you need to UPDATE players data for that

EXAMPLE
pawn Код:
new pName[24];
GetPlayerName(playerid,pName,sizeof(pName));
format(Query, sizeof(Query), "UPDATE `users` SET `Password` = '%s' WHERE Username = '%s';",params,pName);
mysql_query(Query);
Reply
#5

Removed
Reply
#6

Quote:
Originally Posted by Fernado Samuel
Посмотреть сообщение
It is saving only numbers for example if i type /mypass fuck >> then it wont save and if i type /mypass 12345 >
then it will save.
Use this
pawn Код:
format(Query, sizeof(Query), "UPDATE `users` SET `Password` = SHA1('%s') WHERE Username = '%s'",params,pName);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)