18.12.2014, 08:42
(
Последний раз редактировалось amirab; 18.12.2014 в 17:35.
)
hey all
in changing password in game
i wanna update the password field
but i'll get errors
this is my code :
can anybody help me? i really need it
in changing password in game
i wanna update the password field
but i'll get errors
this is my code :
PHP код:
mysql_format(g_MySQL, query, sizeof(query), "UPDATE `accounts` SET `Password` = %e WHERE `UserID`=%d" , inputtext, PlayerInfo[playerid][UserID]);