ERROR Progress2 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: ERROR Progress2 (
/showthread.php?tid=654030)
ERROR Progress2 -
Daynox12 - 19.05.2018
PHP код:
C:\Users\Win 10\Desktop\samp037_svr_R2-1-1_win32\pawno\include\progress2.inc(73) : error 017: undefined symbol "ITER_NONE"
What is the solution ?
Re: ERROR Progress2 -
dani18 - 19.05.2018
Код:
#define ITER_NONE (cellmin)
* Inside of the include "progress2"
Re: ERROR Progress2 -
dani18 - 19.05.2018
Quote:
Originally Posted by [HLF]Southclaw
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.
|
I also had the same error in the include "progress2", my solution was g o o g l e and this appeared, i checked and it worked well.
Re: ERROR Progress2 -
Daynox12 - 19.05.2018
Quote:
Originally Posted by [HLF]Southclaw
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.
|
No longer the error but at the time of executing the code does not work.
I'm testing the bar editors
Re: ERROR Progress2 -
dani18 - 19.05.2018
Quote:
Originally Posted by Daynox12
No longer the error but at the time of executing the code does not work.
I'm testing the bar editors
|
Try with a blank gamemode, "grandlarc, bare"..
Re: ERROR Progress2 -
Daynox12 - 19.05.2018
Quote:
Originally Posted by dani18
Try with a blank gamemode, "grandlarc, bare"..
|
If yes, use a blank gm
Re: ERROR Progress2 -
dani18 - 19.05.2018
Quote:
Originally Posted by Daynox12
If yes, use a blank gm
|
Try this my friend, uploaded for me.
http://www.mediafire.com/file/ow2ou2zgfaahco6/bar.rar
Re: ERROR Progress2 -
Daynox12 - 19.05.2018
I think I found the error, add the crashdetect plugin.
I did not know he used this plugin