02.01.2015, 09:35
So Yeah. Need help creating tables. I'll get this straight.
When I create the Table under 'OnGamemode', when I exceed some like 10 lines, it gives error in Compiling.
Here is a little of the Factions Table.
And I get this error when I exceed a Specific lines in the Tables. Let's say, if I add
After Skin 0, It gives that error. When I remove 'one' line. Any could it be, Rank5 for Instance. It'd work fine.
When I create the Table under 'OnGamemode', when I exceed some like 10 lines, it gives error in Compiling.
Here is a little of the Factions Table.
pawn Код:
mysql_function_query(handle, "CREATE TABLE IF NOT EXISTS `factions` ( \
`Rank1` varchar(50) NOT NULL, \
`Rank2` varchar(50) NOT NULL, \
`Rank3` varchar(50) NOT NULL, \
`Rank4` varchar(50) NOT NULL, \
`Rank5` varchar(50) NOT NULL, \
`Rank6` varchar(50) NOT NULL, \
`Rank7` varchar(50) NOT NULL, \
`Skin0` int(11) NOT NULL DEFAULT '0', \
.... and so on.
And I get this error when I exceed a Specific lines in the Tables. Let's say, if I add
pawn Код:
`Skin1` int(11) NOT NULL DEFAULT '0', \