24.04.2016, 00:58
Hello, I started working to transfer my mode on MySQL
Can I do this shorter ? (Originally from newbienoob's tutorial)
(Registration)
I have 345 columns in my .ini and it's too long to write
Can I do this shorter?
Same for loading a character
Can I do this shorter ? (Originally from newbienoob's tutorial)
(Registration)
PHP код:
mysql_format(mysql, query, sizeof(query), "INSERT INTO `players` (`Username`, `Password`, `IP`, `Admin`, `VIP`, `Money`, `PosX` ,`PosY`, `PosZ`) VALUES ('%e', '%s', '%s', 0, 0, 0, 0.0, 0.0, 0.0)", Name[playerid], pInfo[playerid][Password], IP[playerid]);
Can I do this shorter?
Same for loading a character