29.01.2014, 13:05
hi there,
I've got a problem with sscanf2.inc.
it outputs that error when I replace the pawnc.dll and pawncc.exe to Zeex's pawno patch.
Zeex's patch I downloaded.
now, I've already tried removing these 2 lines from sscanf2.inc.
but that gives me another 18 errors.
is there any way to fix this? I need Zeex's patch for the multi-dimensional array stuff.
I've got a problem with sscanf2.inc.
Код:
D:\Program Files\NextGen Streetracers\pawno\include\sscanf2.inc(30) : fatal error 111: user error: Please include <a_npc> or <a_samp> first. Compilation aborted. Pawn compiler 3.2.3664.samp Copyright © 1997-2006, ITB CompuPhase 1 Error.
Zeex's patch I downloaded.
now, I've already tried removing these 2 lines from sscanf2.inc.
pawn Код:
#elseif !defined _inc_a_samp
#error Please include <a_npc> or <a_samp> first.
is there any way to fix this? I need Zeex's patch for the multi-dimensional array stuff.