MySQL
#8

Replace this:
PHP код:
mysql_format(mysqlquerysizeof(query), "INSERT INTO `players` (`Username`, `Password`, `IP`, `Admin`, `VIP`,`Kills`,`Cookies`,`Cakes`,`Icecream`,`Deaths`,`Score`, `Money`) VALUES ('%e', '%s', '%s', 0, 0, 0, 0, 0, 50000)"pName(playerid), pData[playerid][Password], IP[playerid]); 
with this:

PHP код:
mysql_format(mysqlquerysizeof(query), "INSERT INTO `players` (`Username`, `Password`, `IP`, `Admin`, `VIP`,`Kills`,`Cookies`,`Cakes`,`Icecream`,`Deaths`,`Score`, `Money`) VALUES ('%e', '%s', '%s', '0', '0', '0', '0', '0','0','0','0', '50000')"pName(playerid), pData[playerid][Password], IP[playerid]); 
Note: It can be found OnDialogResponse.

And also, never do this. This is a public forum. Don't PM me for help, just post it here.
Reply


Messages In This Thread
MySQL - by Loinal - 26.12.2016, 09:21
Re: MySQL - by AjaxM - 26.12.2016, 09:39
Re: MySQL - by Konstantinos - 26.12.2016, 09:41
Re: MySQL - by Younes44 - 26.12.2016, 09:42
Re: MySQL - by Loinal - 26.12.2016, 09:42
Re: MySQL - by Loinal - 26.12.2016, 09:44
Re: MySQL - by Konstantinos - 26.12.2016, 09:51
Re: MySQL - by AjaxM - 26.12.2016, 09:53
Re: MySQL - by Younes44 - 26.12.2016, 09:53
Re: MySQL - by Loinal - 26.12.2016, 09:59

Forum Jump:


Users browsing this thread: 1 Guest(s)