19.05.2018, 14:28
PHP код:
C:\Users\Win 10\Desktop\samp037_svr_R2-1-1_win32\pawno\include\progress2.inc(73) : error 017: undefined symbol "ITER_NONE"
C:\Users\Win 10\Desktop\samp037_svr_R2-1-1_win32\pawno\include\progress2.inc(73) : error 017: undefined symbol "ITER_NONE"
#define ITER_NONE (cellmin)
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. |
#define ITER_NONE (cellmin) // Temporary fix for https://github.com/Misiur/YSI-Includes/issues/109
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. |