04.05.2015, 09:26
2.8.2 have a bug with Zeex's compiler ...
I "bypassed" this by removing
But i don't think it's a good solution.
Код:
pawno\include\sscanf2.inc(33) : fatal error 111: user error: Please include <a_npc> or <a_samp> first. Compilation aborted. Pawn compiler 3.10.20150503 Copyright © 1997-2006, ITB CompuPhase 1 Error. [Finished in 0.1s]
Код:
#if defined _inc_a_npc #pragma library sscanf #elseif !defined _inc_a_samp #error Please include <a_npc> or <a_samp> first. #endif