Quote:
Originally Posted by Robin96
debugging time
Change the code to:
PHP код:
new pass = PlayerInfo[playerid][pPassword];
printf("pass = %s, enum pPassword = %s", pass, PlayerInfo[playerid][pPassword]);
format(string,sizeof(string),"Your account has been successfully created.Password(%s)",pass); \\When they register it shows random numbers and sometimes only "0".
SendClientMessage(playerid,COLOR_YELLOW,string);
Run it and tell me what the output is in the console
|
It will be the exact same result, check the line above your printf uh...