09.07.2016, 19:16
I'm trying to create tables like... LogFactionID12, LogFactionID52... but i don't have ideia how to put that in code..
How could i put a variable in 'Herethenumber' like... new Herethenumber = FactionData[factionid][factionID]
Код:
mysql_tquery(g_iHandle,"CREATE TABLE `LogFaccaoID(Herethenumber)` (`ID` INT(12) AUTO_INCREMENT,`Data` VARCHAR(64) DEFAULT 'NULL',`Nome` VARCHAR(25) DEFAULT 'NULL',`Arma` VARCHAR(25) DEFAULT 'NULL', PRIMARY KEY(`ID`));");