27.04.2016, 09:22
if i'll make the command like this it'd just show the hash password which would be like SDG363GSD23AF9SG7BA256VBDSS263G8D9FX21J9, how can i show the real password?
PHP код:
CMD:checkpw(playerid,params[])
{
new String[128];
format(String,sizeof(String),"Your password is: %s",DB[playerid][Password]);
SendClientMessage(playerid,-1,String);
return 1;
}