01.02.2012, 09:48
I'm not an expert on this
edit:
it'd be good to know why you need to run a query x times per 3 minutes, you could use variables depending on what you're doing
pawn Код:
format(gQuery, sizeof(gQuery), "SELECT `Test1`, `Test2`, `Test3`, `Test4`, `Test5`, `Test6`, `Test7` FROM `Tests` WHERE `IP` = '%s'", gPIP[i]);
it'd be good to know why you need to run a query x times per 3 minutes, you could use variables depending on what you're doing