NexiusTailer / Nex-AC

Anticheat system
https://pawn.wiki/index.php?/topic/27641-nex-ac/
GNU Lesser General Public License v3.0
212 stars 156 forks source link

error qawno build #305

Closed Wisnoe26 closed 6 months ago

Wisnoe26 commented 6 months ago

I experienced compile problems in my open.mp gamemode project when installing include next-ac. the compiler I use is v3.10.11

Screenshot (5)

NexiusTailer commented 6 months ago

All these problems are from compiler's and omp includes side:

  1. Zeex compiler, starting from 3.10.9, added breakable changes enabling warnings 214 and 239 by default (they are absent in original pawn compiler);
  2. omp includes has incompatible modifications of some native parameters, including wrong tags and const for string parameters which didn't have it in original samp includes