SA-MP Forums Archive
Weird YSI Errors while compiling - 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: Weird YSI Errors while compiling (/showthread.php?tid=510399)



Weird YSI Errors while compiling - JakeGuzik - 01.05.2014

C:\Users\BAHA\Desktop\BAHA\SAMP\DB Gaming\NGRP\DB RP\pawno\include\YSI\y_debug.inc(390) : error 017: undefined symbol "Debug_OnScriptInit"
C:\Users\BAHA\Desktop\BAHA\SAMP\DB Gaming\NGRP\DB RP\pawno\include\YSI\y_amx.inc(74) : warning 225: unreachable code
C:\Users\BAHA\Desktop\BAHA\SAMP\DB Gaming\NGRP\DB RP\pawno\include\YSI\y_amx.inc(74) : error 029: invalid expression, assumed zero
C:\Users\BAHA\Desktop\BAHA\SAMP\DB Gaming\NGRP\DB RP\pawno\include\YSI\y_amx.inc(75) : warning 217: loose indentation
C:\Users\BAHA\Desktop\BAHA\SAMP\DB Gaming\NGRP\DB RP\pawno\include\YSI\y_amx.inc(75) : error 017: undefined symbol "AMX_HEADER_SIZE"
C:\Users\BAHA\Desktop\BAHA\SAMP\DB Gaming\NGRP\DB RP\pawno\include\YSI\y_amx.inc(75 -- 83) : error 017: undefined symbol "AMX_HEADER_COD"
C:\Users\BAHA\Desktop\BAHA\SAMP\DB Gaming\NGRP\DB RP\pawno\include\YSI\y_amx.inc(75 -- 95) : error 017: undefined symbol "AMX_REAL_ADDRESS"
C:\Users\BAHA\Desktop\BAHA\SAMP\DB Gaming\NGRP\DB RP\pawno\include\YSI\y_amx.inc(75 -- 95) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


6 Errors.


Re: Weird YSI Errors while compiling - Dignity - 01.05.2014

Did you try updating your <a_samp> include?


Re : Weird YSI Errors while compiling - JakeGuzik - 01.05.2014

Can you link me?


Re: Weird YSI Errors while compiling - MattTucker - 01.05.2014

You'll find it in the 0.3z package -> pawno -> includes


Re : Weird YSI Errors while compiling - JakeGuzik - 01.05.2014

Solution then?


Re: Re : Weird YSI Errors while compiling - AndySedeyn - 01.05.2014

Quote:
Originally Posted by JakeGuzik
Посмотреть сообщение
Solution then?
Update your version or look for the missing brace in your code.


Re : Weird YSI Errors while compiling - JakeGuzik - 01.05.2014

How to update version?