[Ajuda] Limite de caractere por linha samp
#1

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

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.

OBS: o code para criar a table ao todo usa exatos 572 caracteres!
Reply


Messages In This Thread
Limite de caractere por linha samp - by F1N4L - 04.02.2016, 20:01
Re: Limite de caractere por linha samp - by iBolivaRevolutioN - 04.02.2016, 20:22
Re: Limite de caractere por linha samp - by MtC - 04.02.2016, 20:24
Re: Limite de caractere por linha samp - by F1N4L - 04.02.2016, 20:35
Re: Limite de caractere por linha samp - by HaRdiiZin - 04.02.2016, 23:02
Re: Limite de caractere por linha samp - by F1N4L - 04.02.2016, 23:20
Re: Limite de caractere por linha samp - by PT - 05.02.2016, 14:59
Re: Limite de caractere por linha samp - by F1N4L - 05.02.2016, 18:50

Forum Jump:


Users browsing this thread: 1 Guest(s)