SA-MP Forums Archive
Need help - 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: Need help (/showthread.php?tid=502366)



Need help - ThanosGalio - 23.03.2014

How to fix these errors?
Код:
C:\Users\JimGalio\Desktop\Call of duty\pawno\include\foreach.inc(87) : warning 216: nested comment
C:\Users\Thanosgalio\Desktop\Call of duty\pawno\include\foreach.inc(402) : error 017: undefined symbol "YSI_g_OPC"
C:\Users\Thanosgalio\Desktop\Call of duty\pawno\include\foreach.inc(545) : error 017: undefined symbol "YSI_g_OPC"
C:\Users\Thanosgalio\Desktop\Call of duty\pawno\include\foreach.inc(545) : warning 215: expression has no effect
C:\Users\Thanosgalio\Desktop\Call of duty\pawno\include\foreach.inc(546) : error 017: undefined symbol "YSI_g_OPDC"
C:\Users\Thanosgalio\Desktop\Call of duty\pawno\include\foreach.inc(546) : warning 215: expression has no effect
C:\Users\Thanosgalio\Desktop\Call of duty\pawno\include\foreach.inc(593) : error 017: undefined symbol "YSI_g_OPDC"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.



Re: Need help - MP2 - 23.03.2014

Try re-downloading foreach.


Re: Need help - ThanosGalio - 23.03.2014

Can u give me a link?


Re: Need help - MP2 - 23.03.2014

No. Use ******. That's how I'd find it.


Re: Need help - ThanosGalio - 23.03.2014

Код:
C:\Users\Thanosgalio\Desktop\Call of duty\pawno\include\YSI\y_iterate.inc(217) : fatal error 111: user error: "Please include a_samp or a_npc before foreach"


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


1 Error.



Re: Need help - ]Rafaellos[ - 23.03.2014

The solution is obvious. Include foreach after a_samp.


Re: Need help - ThanosGalio - 23.03.2014

Thnx REP++