Y-Less
Y-Less
The dialog code has completely changed now. But thank you for the PR anyway.
OK, am I right that you're running a gamemode without fixes.inc, going in to an interior, then loading the FS with it on. If so, that's quite a tricky thing...
As an example - take checkpoints. `IsPlayerInCheckpoint` is not correctly set when the server starts, so may return `true` before they've entered one. Thus fixes.inc sets a variable to `false`...
You're just deleting an assertion, without actually fixing the problem it is there to fix. Check the open.mp fork for better 32/64 bit compatibility. Right now, your natives will just...
Sorry, is this caused by fixes.inc, or do you want it solving by fixes.inc?
Well it only took me five years to get around to that! Done...
try the latest version.
I can't reproduce this. Is it still happening?
This is something that should also be similar to openmultiplayer/wiki#103 - function tags. A category is just a single label, but many functions relate to multiple different concepts, they should...