SA-MP Forums Archive
What is wrong with this? - 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: What is wrong with this? (/showthread.php?tid=492113)



.... - Ryan_Bowe - 02.02.2014

....


Re: What is wrong with this? - Konstantinos - 02.02.2014

The query is too small to store the whole query. Change to:
pawn Код:
new query[517];
350 (without placeholders) + 1 (NULL) + 21 (20 max characters for the name) + 129 (hashed password) + 16 (max ip) = 517




Re: What is wrong with this? - Ryan_Bowe - 02.02.2014

....