Posts: 737
Threads: 338
Joined: Jan 2013
Hi,
Why i get tag mismatch, and how to fix it?
Код:
new bool:ASDQWEQEWQE;
ASDQWEQEWQE = cache_get_field_content_int(0, "weqwe");
When i make variable without bool, and i don't get tag mismatch. Then how to do with bool variable?
Posts: 737
Threads: 338
Joined: Jan 2013
Thanks.
Another questions:
1. Is threaded queries faster then non-threaded queries (i mean mysql Blueg).
2. Do i need do after OnPlayerDisconnect delete_cache(sdasdasd[ playerid ]), when i for ex: sdasdasd[ playerid ] = save_cache . And if yes, what variable is null for cache? because variable look like this:
new cache

dasdasd[ MAX_PLAYERS ];
If i do that (when player connect, or disconnect to know when variable is not -500 or whatever then not delete:
sdasdasd[ playerid ] = -500 i get tag mismatch.