23.11.2015, 19:09
Yup, Because it doesn't generate a cache unless it's in a callback
It's a relatively cheap cost for a smooth threaded mysql query that won't lag the s... out of your server xD
Here let me give you the code, use this query and add that callback and you are good to go
It's a relatively cheap cost for a smooth threaded mysql query that won't lag the s... out of your server xD
Here let me give you the code, use this query and add that callback and you are good to go
PHP код:
mysql_tquery(mysql, query, "OnHouseCreate","i",hid);
forward OnHouseCreate(houseid);
public OnHouseCreate(houseid)
{
HouseInfo[houseid][hID] = cache_insert_id();
}