SA-MP Forums Archive
Query - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Query (/showthread.php?tid=388001)



Query - ScriptWriter - 27.10.2012

Hi Everybody.
I made query but now i have error

Line:
Код:
mysql_format(ConnectionHandle, Query, "SELECT `IP`, `Money`, `Bank`, `EXP`, `Level`, `Sex`, `Skin`, `PosX`, `PosY`, `PosZ`, `PosA`, `Interior`, `Health`, `Armor`, `Warns`, `Admin`, `Job`, `Gun0`, `Ammo0`, `Gun1`, `Ammo1`, `Gun2`, `Ammo2`, `Gun3`, `Ammo3`, `Gun4`, `Ammo4`, `Gun5`, `Ammo5`, `Gun6`, `Ammo6`, `Gun7`, `Ammo7`, `Gun8`, `Ammo8`, `Gun9`, `Ammo9`, `Gun10`, `Ammo10`, `Gun11`, `Ammo11` FROM `players` WHERE `Name` = '%e' AND `Password` = '%e'", PlayerName(playerid), buffer);
Error:
Код:
error 075: input line too long (after substitutions)
I know that line is too long but how decompose this query?


Re: Query - ScriptWriter - 27.10.2012

Bump