17.04.2011, 09:39
Hi all,
I am creating a Sql GameMode
But i have a problem in saving account informations ... i've created the tables and everythink ... ( Finally, I think so )
Here is a line of saving an information :
Thanks A Lot !
I am creating a Sql GameMode
But i have a problem in saving account informations ... i've created the tables and everythink ... ( Finally, I think so )
Here is a line of saving an information :
Код:
mysql_query("UPDATE `nlrp` SET pLevel=%d WHERE Name =%s", PlayerInfo[playerid][pLevel], PlayerInfo[playerid][Name]);