fatal error 111: user error: "Please include a_samp or a_npc before foreach" - 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: fatal error 111: user error: "Please include a_samp or a_npc before foreach" (
/showthread.php?tid=486035)
fatal error 111: user error: "Please include a_samp or a_npc before foreach" -
AustinWeerdGuy - 06.01.2014
hello everyone..
When I am trying to compile my script this comes up:
Код:
fatal error 111: user error: "Please include a_samp or a_npc before foreach"
but look this:
Код:
#include <streamer>
#include <a_zones>
#include <a_samp>
#include <foreach>
#include <yom_buttons>
#include <djson>
#include <progress>
#include <YSI\y_timers>
#include <ZCMD>
#include <sscanf2>
#include <audio>
the a_samp is before foreach...
What should I do? Please help
AW: fatal error 111: user error: "Please include a_samp or a_npc before foreach" -
Skimmer - 06.01.2014
Try to add the a_samp on top.
pawn Код:
#include <a_samp>
#include <streamer>
#include <a_zones>
#include <foreach>
#include <yom_buttons>
#include <djson>
#include <progress>
#include <YSI\y_timers>
#include <ZCMD>
#include <sscanf2>
#include <audio>
Re: AW: fatal error 111: user error: "Please include a_samp or a_npc before foreach" -
AustinWeerdGuy - 06.01.2014
Quote:
Originally Posted by Skimmer
Try to add the a_samp on top.
pawn Код:
#include <a_samp> #include <streamer> #include <a_zones> #include <foreach> #include <yom_buttons> #include <djson> #include <progress> #include <YSI\y_timers> #include <ZCMD> #include <sscanf2> #include <audio>
|
Same error
Re: fatal error 111: user error: "Please include a_samp or a_npc before foreach" -
sammp - 06.01.2014
make sure you're compiling it in the correct directory. Open the gamemode via pawno.