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

non-const parameter #249

Closed punkochel closed 2 years ago

punkochel commented 2 years ago

parameter ip_address[] declared as non-const: https://github.com/NexiusTailer/Nex-AC/blob/57232694facd674076fd682eb26ef678b1e4585f/src/v1.9.57/nex-ac.inc#L9435

NexiusTailer commented 2 years ago

Yes, because it's passed to BlockIpAddress native inside this function, which also doesn't have const for its parameter in default samp includes.