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