25.02.2014, 13:39
It's funny how you linked Y_Less's thread, but explained something completely diffrent.
http://forum.sa-mp.com/showthread.ph...593#post819593
1. Include guards are already built-in
2. #include <a/b> should be #include <a\b>
3. In case you have #include <b> and #include <a\b> you might have to get rid of default include guards and substiture them with your implementation
4. #pragma dynamic doesn't change cell size. Cell is always 4 bytes on 32 bit builds
http://forum.sa-mp.com/showthread.ph...593#post819593
1. Include guards are already built-in
2. #include <a/b> should be #include <a\b>
3. In case you have #include <b> and #include <a\b> you might have to get rid of default include guards and substiture them with your implementation
4. #pragma dynamic doesn't change cell size. Cell is always 4 bytes on 32 bit builds