NexiusTailer / Nex-AC

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

Update the compiler version #257

Closed DEntis-T closed 2 years ago

NexiusTailer commented 2 years ago

It cannot be done as new versions have const-correctness enabled by default so that it break compatibility with default samp compiler & includes. Read this: #96, #144, #134 and #249.

DEntis-T commented 2 years ago

Oh