03.02.2014, 09:35
Got some problems:
error 075: input line too long (after substitutions)
error 037: invalid string (possibly non-terminated string)
at this lines:
What's wrong?
error 075: input line too long (after substitutions)
error 037: invalid string (possibly non-terminated string)
at this lines:
pawn Код:
WP_Hash(PlayerInfo[playerid][Password], 129, inputtext);
mysql_format(mysqlc, query, sizeof(query),"INSERT INTO playerdata(user, password, Scores, Cash, Admin, Deaths, Nopm, Muted, Vip, Warn, RegisterDate, Jailed, AdminActions, Cookies, Rank, VipTime, Class, PrototypesStolen, KillAsUsaTeam, KillAsGermanyTeam, KillAsItalyTeam, KillAsJapanTeam, KillAsMercTeam, KillAsMexicoTeam, IP, DaysAlive, Banned, PlayersBanned, PlayersKicked, PlayersMuted, PlayersWarned, TimesKicked) VALUES('%e', '%e', 0, 0, 0, 0, 0, 0, 0, 0, '%e', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '%e', '0', '0', '0', '0', '0', '0', '0')",
pname, PlayerInfo[playerid][Password], InsertTimeStamp(), IP);
mysql_tquery(mysqlc, query, "", "");
mysql_real_escape_string(inputtext,query);