SA-MP Forums Archive
YSI Compiling errors [0.3z] - 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: YSI Compiling errors [0.3z] (/showthread.php?tid=499997)



YSI Compiling errors [0.3z] (+REP for who solves the problem) - Smikkeltoetje - 10.03.2014

Hello SA-MP forum.

When i compile my script i get the following errors:
pawn Код:
C:\Users\Izzy\Desktop\SG RP\pawno\include\YSI\internal\..\y_scriptinit.inc(258) : error 017: undefined symbol "ScriptInit_OnGameModeExit"
C:\Users\Izzy\Desktop\SG RP\pawno\include\YSI\internal\..\y_scriptinit.inc(270) : error 017: undefined symbol "ScriptInit_OnGameModeExit"
C:\Users\Izzy\Desktop\SG RP\pawno\include\sscanf2.inc(227) : error 017: undefined symbol "SSCANF_OnPlayerDisconnect"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


3 Errors.
I've tried to install the new include files which i found on this forum for 0.3z but somehow it doesn't seem
to fix that problem for me.

Can anyone help me with that error here, cause i don't know what to do at the moment.
If you need more information, like the lines of the inc file, i will provide them.

Thanks in advance for reading and helping me to solve the problem.


Re: YSI Compiling errors [0.3z] - Blademaster680 - 10.03.2014

Did you update all the inc files? or just some?


Re: YSI Compiling errors [0.3z] - Smikkeltoetje - 10.03.2014

Quote:
Originally Posted by Blademaster680
Посмотреть сообщение
Did you update all the inc files? or just some?
I downloaded the .zip file which contains all the files.
So i think i replaced them all (Unless they wern't included in the zip file on github)


Re: YSI Compiling errors [0.3z] - yvoms - 10.03.2014

Did you put the files in the correct folders etc,
Heb je alles op de goede plek gezet enzovoort?
heb je
Код:
#include <Sscanf2>
#include <YSI>
bovenaan je script?

-- do you have those 2 lines above in ur script? hence the error tells me outdated files, or forgotten to include within the script.


Re: YSI Compiling errors [0.3z] - Smikkeltoetje - 11.03.2014

I included all the #include 's
pawn Код:
#include <foreach>
#include <sscanf2>
#include <zcmd>
#include <YSI>
I tried updating it to the beta version 0.3z version (All the options there were basicly...)
But still i get that error.

I get that error with all the gamemodes i try unless they dont require YSI.
I will try your option again, by re-adding it, #include <YSI> and try some other options aswell like YSI\something
And put the ones in manually...
(Didn't try that yet!)

Thanks for the help Hope we can fix this!