03.05.2013, 20:24
Well this is what i have in my script.
One disadvantage it does is it will spam the crap out of your mysql debug if you have it enabled. I once had bugs which crashed my server because of mysql but when i did the thing above, it stop crashing.
pawn Код:
SetTimer("Free",100,1);
forward Free();
public Free()
{
mysql_store_result();
mysql_free_result();
}

