Y-Less
Y-Less
Currently I have this line in the code: ```cpp __pragma(comment(linker, "/EXPORT:_" #func "=_NATIVE_" #func)); ``` That is so that other plugins can import the natives from this one directly and...
Also @IstuntmanI I'm already using range-based for loops and several other C++?? features (don't know their exact spec dates, but recent). As long as it builds for older OSes, it...
Well I think I fixed the import on Linux problem (but I have not even tried to compile the code, so...)
Also @Jeroen52 probably the biggest problem with Linux right now (since I think I solved the other one) is just compiling - there is no makefile or anything.
Just saw someone linked me to this post: http://forum.sa-mp.com/showthread.php?p=1479967#post1479967 Check the date...
It is already fixed in at least fixes.inc, maybe YSF as well.
Oh. Well it's pretty easy to fix, since fixes already does this for normal animations.
> Does this fix include file 2.9.4 and 2.9.5 causing the amx to die on `Run time error 17: "Invalid/unsupported P-code file format"`? > > Edit: nope, it doesn't for...
That's a very good thought. In fact, even normal errors can't be ignored (since they're code that can't be compiled).
That's brilliant timing! I had this issue just yesterday on a new computer.