cache_get_field_content_int - no active cache
#11

Quote:
Originally Posted by introzen
View Post
I'm unfamiliar with the mysql plugin for SAMP so I can't help you on that.

I'm unsure what the "." does in this?
pawn Code:
.worldid = HouseInfo[i][HouseExteriorVW], .interiorid = HouseInfo[i][HouseExteriorInt]
You could try disabling the pickups and see if it then goes through and updates the whole loop.

pawn Code:
UpdateHousePickup(id);
If you don't know the plugin or basic pawn, why even reply?

I was going to ask you to post SQLtoNAME, since that was the only part of the first code that looked related to SQL and able to cause this (assuming good naming).

The problem is that you are doing a new query in the middle of your old query, then deleting the cache. You are also doing that new one synchronously instead of asynchronously, and why are you not simply merging the two queries?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)