fatal error 111: user error: "Please include a_samp or a_npc before foreach"
#1

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
Reply
#2

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>
Reply
#3

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
Reply
#4

make sure you're compiling it in the correct directory. Open the gamemode via pawno.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)