22.07.2015, 02:50
Quote:
As I said before, use my code to fix yours or debug your script and provide information from it - that's the least you can do. Still, I assume "DB[playerid][Password]" is null and that is making the function return always 0.
|
PHP Code:
CMD:pw(playerid,params[]){
format(String,sizeof(String),"PW: %s",DB[playerid][Password]);
MSG(playerid,-1,String);
return 1;}