25.06.2012, 12:35
try to increase this
your querys where being cut off at the end.
so if the above still dont work you may have to go bigger,
I have one global var strQuery[1024]
that i use across my mode but in a functions like yours
a local should be close to the size of the data
pawn Code:
new Query[150]
//too something bigger like
new Query[300]
your querys where being cut off at the end.
so if the above still dont work you may have to go bigger,
I have one global var strQuery[1024]
that i use across my mode but in a functions like yours
a local should be close to the size of the data