14.04.2015, 17:34
Quote:
This is my error, how can I fix this?
Код:
C:\Users\daniel\Documents\PAWNO\include\sscanf2.inc(30) : fatal error 111: user error: Please include <a_npc> or <a_samp> first. Compilation aborted. Pawn compiler 3.10.20150412 Copyright © 1997-2006, ITB CompuPhase Код:
#include <a_samp> #include <a_mysql> #include <zcmd> #include <sscanf2> #include <foreach> |
Just try to add the [#include <a_npc>] after [#include <a_samp>].