Best way to break this up?(Line too long)
#1

pawn Код:
mysql_tquery(Database, "CREATE TABLE IF NOT EXISTS `PLAYERS` (`ID` int(11) NOT NULL AUTO_INCREMENT,`USERNAME` varchar(24) NOT NULL,`PASSWORD` char(65) NOT NULL,`SALT` char(11) NOT NULL,`SCORE` mediumint(7), `KILLS` mediumint(7), `CASH` mediumint(7) NOT NULL DEFAULT '0',`DEATHS` mediumint(7) NOT NULL DEFAULT '0',`BANK` mediumint(7) NOT NULL DEFAULT '0',`ATTEMPTS` mediumint(7) NOT NULL DEFAULT '0',`COMPLETED` mediumint(7) NOT NULL DEFAULT '0',`ARRESTMADE` mediumint(7) NOT NULL DEFAULT '0',`ARRESTED` mediumint(7) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), UNIQUE KEY `USERNAME` (`USERNAME`))");
EDIT:
strcat Fixed the issue.
Reply


Messages In This Thread
Best way to break this up?(Line too long) - by Lynn - 08.01.2019, 09:57
Re: Best way to break this up?(Line too long) - by KrYpToDeN - 08.01.2019, 10:16
Re: Best way to break this up?(Line too long) - by Lynn - 08.01.2019, 10:43

Forum Jump:


Users browsing this thread: 1 Guest(s)