Problem with a_mysql
#8

Consider understanding the method instead of requesting everything pre-made, anyway here you go:

PHP код:
new query[500];
strcat(query"CREATE TABLE IF NOT EXISTS `players` (`id` int(11) NOT NULL AUTO_INCREMENT,`username` varchar(24) NOT NULL,`password` char(64) NOT NULL,`salt` char(16) NOT NULL,`kills` mediumint(8) NOT NULL DEFAULT '0',`deaths` mediumint(8) NOT NULL DEFAULT '0',`x` float NOT NULL DEFAULT '0',`y` float NOT NULL DEFAULT '0',`z` float NOT NULL DEFAULT '0',`angle` float NOT NULL DEFAULT '0',`interior` tinyint(3) NOT NULL DEFAULT '0',`Score` mediumint(8) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `username` (`username`))");
mysql_tquery(g_SQLquery""""); 
Reply


Messages In This Thread
Problem with a_mysql - by akib - 15.05.2017, 13:02
Re: Problem with a_mysql - by akib - 15.05.2017, 13:04
Re: Problem with a_mysql - by akib - 15.05.2017, 13:25
Re: Problem with a_mysql - by iLearner - 15.05.2017, 13:30
Re: Problem with a_mysql - by akib - 15.05.2017, 13:59
Re: Problem with a_mysql - by iLearner - 15.05.2017, 14:11
Re: Problem with a_mysql - by akib - 15.05.2017, 14:25
Re: Problem with a_mysql - by iLearner - 15.05.2017, 14:33
Re: Problem with a_mysql - by akib - 15.05.2017, 14:33
Re: Problem with a_mysql - by DRIFT_HUNTER - 15.05.2017, 15:46

Forum Jump:


Users browsing this thread: 1 Guest(s)