05.09.2013, 17:14
Yes, it's possible. Pawn can create any string size, as long as the computer the script is being compiled on has enough memory to process those cells (remember, 2048 cells is 8192 bytes, around 8 kb).
Start by adding 128 to the string size each time until your queries are perfectly in size and execute correctly.
Start by adding 128 to the string size each time until your queries are perfectly in size and execute correctly.