C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(13) : fatal error 100: cannot read from file: "YSI-Includes\YSI\y_iterate" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
just because it's an old script, you don't understand what "cannot read from file" means? get a pair of new eyes then.
|
Delete the file YSI from includes, then put this one instead.
|
#include <a_samp> #include <a_http> #include <YSI-Includes\YSI\y_iterate> #include <streamer> #include <sscanf2> #include <zcmd>
#include <YSI-Includes\YSI\y_iterate>
#include <YSI\y_iterate>
Oh... It's just mis-included. (don't know if the word exists lol)
Try PHP Code:
|
C:\Users\Luisaura\Desktop\SFR3\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\..\YSI_Core\..\YSI_Storage\..\YSI_Internal\y_thirdpartyinclude.inc(138) : fatal error 111: user error: Please update "https://github.com/Zeex/amx_assembly" to get "deref()" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Oh... It's just mis-included. (don't know if the word exists lol)
Try PHP Code:
|
C:\Users\Luisaura\Desktop\SFR3\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\y_compilerdata.inc(350) : error 031: unknown directive C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(1087) : error 037: invalid string (possibly non-terminated string) C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(1499) : error 037: invalid string (possibly non-terminated string) C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(1721) : error 037: invalid string (possibly non-terminated string) C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(2138) : error 037: invalid string (possibly non-terminated string) C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(4479) : warning 202: number of arguments does not match definition C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(6689) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors.
#include <YSI-Includes\YSI\y_iterate>
#include <YSI\y_iterate>
<YSI\y_iterate>
This is very old version of YSI, I prefer you to download YSI 4.x from here https://github.com/pawn-lang/YSI-Includes then you include
PHP Code:
|
This is very old version of YSI, I prefer you to download YSI 4.x from here https://github.com/pawn-lang/YSI-Includes then you include
PHP Code:
|
It's compiling with no errors for me, redownload the package, move it to a new server folder, configure it, put the plugins/includes needed then download the latest YSI Library, and replace this line:
pawn Code:
pawn Code:
|
This one (auto-download, source: github)
|
C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(1832) : error 001: expected token: "-identifier-", but found "(" C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(32953) : error 017: undefined symbol "Iter_Clear" C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(32966) : error 017: undefined symbol "Iter_Add" C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(33057) : error 017: undefined symbol "Iter_Count" C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(33059) : error 017: undefined symbol "Iter_Random" C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(33062) : error 017: undefined symbol "Iter_Remove" C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(33201) : error 017: undefined symbol "Iter_Clear" C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(33244) : error 017: undefined symbol "Iter_Random" C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(33296) : error 017: undefined symbol "Iter_Random" C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(37663) : warning 203: symbol is never used: "FALL_OBJECTS" C:\Users\Luisaura\Desktop\SFR3\gamemodes\SFR3.pwn(37663) : warning 203: symbol is never used: "USE@YSI_Data@y_iterate" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 9 Errors.