input line too long (after substitutions)
#1

Hey i have an error:

Quote:

C:\Users\Linus\Desktop\SA-MP0.3c\filterscripts\SQLite.pwn(250) : error 075: input line too long (after substitutions)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Here's the error line:
pawn Code:
format(Query, sizeof(Query),  "INSERT INTO `USERS` (`NAME`, `PASSWORD`, `IP`, `SCORE`, `CASH`, `ADMINLEVEL`, `KILLS`, `DEATHS`, `VIPLEVEL`, `Hours`, `Minutes`, `Seconds`, `RegisteredDate`, `LastX`, `LastY`, `LastZ`, `Interior`, `Armour`, `Health`, `GamingPoints`, `Wantedlevel`, `Skin`, `FightStyle`, `LastOn`) VALUES('%s','%s','%s', '0', '500', '0', '0', '0', '0', '0', '0', '0', '%s', '0', '0', '0', '0', '0', '0', '0', '0', '%d', '%s', '0')",  name, inputtext, ip, strdate, Skin, GetPlayerFightStyleName(playerid)); // Error line (250)
db_free_result(db_query(Database, Query));
How to fix it? please help me please.
Reply


Messages In This Thread
input line too long (after substitutions) - by Linus- - 30.08.2011, 13:14
Re: input line too long (after substitutions) - by TTJJ - 30.08.2011, 13:18
Re: input line too long (after substitutions) - by Jochemd - 30.08.2011, 13:18
Re: input line too long (after substitutions) - by [MWR]Blood - 30.08.2011, 13:18
Re: input line too long (after substitutions) - by AndreT - 30.08.2011, 13:20
Re: input line too long (after substitutions) - by Linus- - 30.08.2011, 13:20
Re: input line too long (after substitutions) - by Jochemd - 30.08.2011, 13:22
Re: input line too long (after substitutions) - by JaTochNietDan - 30.08.2011, 13:25

Forum Jump:


Users browsing this thread: 1 Guest(s)