04.07.2020, 05:12
Quote:
because my problem is only one, i can't make it to be compiled. may you do that, please?
|
Apart from that, don't use compiler (pawncc) that comes from sa-mp.com but use the community (aka Zeex's) compiler.
If you're uncertain which one you're using, compile this:
pawn Code:
#if defined __PawnBuild
#warning You're using the community compiler!
#else
#error You're using the default compiler!
#endif