28.08.2017, 16:33
That doesn't matter, they still have the same name "map.inc". To fix this, there are two steps.
1. Drop the .inc from your #include, like so: #include "path\map"
2. On top of each map.inc file, add this:
1. Drop the .inc from your #include, like so: #include "path\map"
2. On top of each map.inc file, add this:
pawn Код:
#if defined _inc_map
#undef _inc_map
#endif

