How to type player's hash password in a string? (+REP)
#1

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;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)