04.02.2016, 20:01
Eu to fazendo um sistema de salvamento de armas, e й muito extenso, tipo, usa muuitos caracteres numa linha sу.
Gostaria de saber como fazer para usar mais caracteres por linha ou simplesmente fazer uma "quebra" de linha
OBS: o code para criar a table ao todo usa exatos 572 caracteres!
Gostaria de saber como fazer para usar mais caracteres por linha ou simplesmente fazer uma "quebra" de linha
PHP код:
db_query(User_Database,
"CREATE TABLE IF NOT EXISTS `Armas`\
(`User ID` INTEGER PRIMARY KEY AUTOINCREMENT, `Nome` TEXT, `Slot 1` NUMERIC, `Muniзгo 1` NUMERIC, `Slot 2` NUMERIC, `Muniзгo 2` NUMERIC, `Slot 3` NUMERIC, `Muniзгo 3` NUMERIC, `Slot 4` NUMERIC, `Muniзгo 4` NUMERIC, `Slot 5` NUMERIC, `Muniзгo 5` NUMERIC, `Slot 6` NUMERIC, `Muniзгo 6` NUMERIC, `Slot 7` NUMERIC, `Muniзгo 7` NUMERIC, `Slot 8` NUMERIC, `Muniзгo 8` NUMERIC, `Slot 9` NUMERIC, `Muniзгo 9` NUMERIC, `Slot 10` NUMERIC, `Muniзгo 10` NUMERIC, `Slot 11` NUMERIC, `Muniзгo 11` NUMERIC)");
Quote:
xxx.pwn(4350 -- 4351) : error 075: input line too long (after substitutions) xxx.pwn(4352) : error 017: undefined symbol "CREATE" xxx.pwn(4352) : error 017: undefined symbol "TABLE" xxx.pwn(4352) : error 017: undefined symbol "IF" xxx.pwn(4352) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors. |