21.09.2014, 01:32
u can do something:
and then insert it to the db, keep on doing it on each message until u finish them
pawn Код:
format(query, sizeof(query), "INSERT INTO `accounts` (`Username`, `Password`, `IP`, `Skin`, `Cash`, `Bank`, `Gold` ,`Level`, `Respect`, `Admin`, `Helper`, `VIP`, `Tutorial`, `X`, `Y`, `Z`, `A`, `INT`, `VW`, `Health` VALUES (values here)");