theSpool
theSpool
It would also be faster to store the 50 garage's positions in a table rather than calling the function repeatedly, right?
Ah, it's true, AMX has that SA-MP specific change, I just forgot about it when changing the AMX version. I'll have to put it back in.
OK, there's a small inconsistency with SA-MP in the previous AMX. SA-MP uses a single path for the scriptfiles of every AMX script, and, for security reasons (to avoid malicious...
Check in your script for wrong `fread` or `fgetchar` usage (namely the File: parameter being 0): https://github.com/multitheftauto/amx/blob/9ccf54e3c988d1a69d6dfbe8062b063cc462a55c/amx-deps/src/amx/amxfile.c#L583 iirc in SA-MP the assertion check is removed so it's just an instant...