SA-MP Forums Archive
NPC cannot read? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: NPC cannot read? (/showthread.php?tid=103604)



NPC cannot read? - Darekfred - 20.10.2009

Hey guys,

I have a problem i made all what i had to do, in that npc this and now if im trying to compile it it says cannot read a_Npc?
filterscripts\Crazytaxi.pwn(4) : fatal error 100: cannot read from file: "a_npc"
#include <a_npc>
What i have to do, to fix this?


Re: NPC cannot read? - Mechscape - 20.10.2009

You dont have include "a_npc.inc" in Pawno includes.


Re: NPC cannot read? - Darekfred - 20.10.2009

Yes i do have it in there.


Re: NPC cannot read? - Mechscape - 20.10.2009

Quote:
Originally Posted by TeRRoRism
Yes i do.
Close Pawno, and put "a_npc.inc" into Pawno includes, then open Pawno and compile.