19.05.2018, 14:50
Quote:
No, absolutely not, you should never need to modify dependencies.
Just install the correct YSI version which has that constant, as in the latest version. sampctl can do that for you painlessly but you can do it manually by just grabbing it from https://github.com/pawn-lang/YSI-Includes ITER_NONE was added years ago as a response to an issue where iterator function returns were inconsistent. Now, failed Iter_Free returns ITER_NONE. |
PHP код:
#define ITER_NONE (cellmin) // Temporary fix for https://github.com/Misiur/YSI-Includes/issues/109