22.05.2012, 04:19
I'm sure it's probably something right under my nose, but I can't figure out for the life of me.
For some reason, the code above me is not writing the data to the database.
pawn Код:
format(Query, 256, "INSERT INTO `Users` SET (`Name`, `Password`) VALUES ('%s', '%s')", DB_Escape(GetPlayerNameEx(playerid)), DB_Escape(PlayerInfo[playerid][pKey]));
db_query(Database, Query);