SA-MP Forums Archive
Error While Compile - 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 While Compile (/showthread.php?tid=661766)



Error While Compile - ZigGamerx - 14.12.2018

Код:
G:\Pawno\pawno\include\sscanf2.inc(30) : fatal error 111: user error: Please include <a_npc> or <a_samp> first.

Compilation aborted.

Pawn compiler 3.10.8	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Sscanf2 Include https://imgur.com/a/C5Pjtpr


Re: Error While Compile - SeeNN - 14.12.2018

You must to insert "a_samp" and "a_npc" text document in pawno,in include.


Re: Error While Compile - ZigGamerx - 14.12.2018

Still not working


Re: Error While Compile - Coox - 14.12.2018

Insert <a_samp> and a_npc into sscanf2 code, if that doesn't work try to insert it into the code you are using.


EDIT: The include <a_samp> should always be ahead of others.


Re: Error While Compile - ZigGamerx - 14.12.2018

Not Working

~Same Error.


Re: Error While Compile - CaptainBoi - 14.12.2018

it's saying to include the a_samp and a_npc first where you included them.

like
Код:
#include <a_samp>
#include <a_npc>
/.. Now others .. /



Re: Error While Compile - ZigGamerx - 14.12.2018

That is already like this lol, i know that <a_samp> include is also on top.


Re: Error While Compile - Kaliber - 14.12.2018

Use only a_samp include, remove a_npc...that is non-sense.