13.07.2015, 20:56
Native:
y_ini:
Player File:
It doesn't get inputtext and writing in in the player file, why?
PHP код:
native WP_Hash(buffer[], len, const str[]);
PHP код:
WP_Hash(HashPass, sizeof(HashPass), inputtext);
new INI:ini = INI_Open(pFile(playerid));
INI_WriteString(ini, "Password", HashPass);
INI_Close(ini);
PHP код:
Password =