Witam, potrzebuje aby plugin tworzył około 30 kolumn, po dodaniu czternastej kolumny do pluginu zaczyna wywalać błędy:
Error:
testowy.sma(132 -- 146) : error 075: input line too long (after substitutions) testowy.sma(149) : warning 217: loose indentation testowy.sma(149) : error 017: undefined symbol "authid" testowy.sma(149) : error 029: invalid expression, assumed zero testowy.sma(149 -- 150) : warning 215: expression has no effect testowy.sma(150) : warning 217: loose indentation testowy.sma(150) : error 029: invalid expression, assumed zero testowy.sma(150) : fatal error 107: too many error messages on one line
Fragment pluginu:
public plugin_cfg(){
gTuple = SQL_MakeDbTuple(gszHost, gszUser, gszPassword, gszDB, 90);
SQL_ThreadQuery(gTuple, "handleMySQLInit",
"CREATE TABLE IF NOT EXISTS `proba`( \
authid VARCHAR(32) NOT NULL, \
p228 INT(11) NOT NULL DEFAULT 0, \
scout INT(11) NOT NULL DEFAULT 0, \
grenade INT(11) NOT NULL DEFAULT 0, \
xm1014 INT(11) NOT NULL DEFAULT 0, \
mac10 INT(11) NOT NULL DEFAULT 0, \
aug INT(11) NOT NULL DEFAULT 0, \
elite INT(11) NOT NULL DEFAULT 0, \
fiveseven INT(11) NOT NULL DEFAULT 0, \
ump45 INT(11) NOT NULL DEFAULT 0, \
sg550 INT(11) NOT NULL DEFAULT 0, \
galil INT(11) NOT NULL DEFAULT 0, \
usp INT(11) NOT NULL DEFAULT 0, \
PRIMARY KEY(authid) \
)"
);
}


Dodatki SourceMod




Moja zawartość
Mężczyzna