20.07.2015, 14:10
Hello,
When I register on the server, I appear on Blueberry Farm.
I edited this:
But still does not work
When I register on the server, I appear on Blueberry Farm.
I edited this:
Code:
mysql_format(mysql, query, sizeof(query), "INSERT INTO `accounts` (`Name`, `Password`, `IP`, `Admin`, `VIP`, `Money`, `PosX`, `PosY`, `PosZ`, `PosA`) VALUES ('%e', '%e', '%e', 0, 0, 0, this, this, this, this)", playername, Player[playerid][Password], playerip);