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

Multiple warnings #314

Closed Clicked47 closed 3 months ago

Clicked47 commented 3 months ago

Hi! I have a problem trying to install this anticheat on a base gamemode. Multiple warnings (> 200) in the nex-ac.inc file, which are related to labels in special actions, weapons (warning 213). In addition to some more related to literal array/string passed to a non-const paramete (warning 239). I am using the latest version of the qawno compiler. I would greatly appreciate any help. I'm getting back into programming after 5 years away. Greetings

NexiusTailer commented 3 months ago

All those warnings do not related to nex-ac itself, it's the fault of qawno and its omp-stdlib includes which have wrong tags (since they're not backwards compatible with samp ones)

NexiusTailer commented 3 months ago

As the solution, use samp standart includes