02.11.2010, 16:04
Hello,
I have made this script:
Whats wrong?
He insert by Name and Password this: %s And he must me insert the playername? (PlayerInfo[playerid][pName] is good)
Thanks.
Wouter0100.
I have made this script:
Код:
mysql_query("INSERT INTO `users` (`Name`, `Password`, `Admin`, `Money`, `Score`, `Language`) VALUES ('%s', '%s', '0', '10000', '0', '0')", PlayerInfo[playerid][pName], udb_hash(inputtext));
He insert by Name and Password this: %s And he must me insert the playername? (PlayerInfo[playerid][pName] is good)
Thanks.
Wouter0100.