• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anticheat
#1
Hola !

Estoy tratando de instalar el Nex-AC en un gamemode base. Me da muchos warnings cuando trato de compilar en el archivo nex-ac.inc referidos a warning 213 y warning 239. Para ser exacto tengo 224 advertencias en el codigo.
Intente solucionarlos de varias formas, pero se me terminaron los recursos. Dejo algunas lineas con sus respectivas warnings, aver si alguien puede ayudarme. Agradeceria mucho si pueden ayudarme o recomendarme algun otro anticheat sin este inconveniente.
Estoy volviendo a programar despues de mucho tiempo, pero entiendo lo suficiente.

Gracias de antemano, saludos !

Code:
warning 213: tag mismatch: expected tag none ("_"), but found "t_SPECIAL_ACTION"

if(ac_actionid == SPECIAL_ACTION_USEJETPACK || 24 <= ac_actionid <= 25 ||
---------------------------
warning 213: tag mismatch: expected tag "bool", but found none ("_")

if(!SetVehicleParamsEx(vehicleid, ac_engine, ac_lights, ac_alarm, ac_doors, ac_bonnet, ac_boot, ac_objective)) return 0;
---------------------------
warning 239: literal array/string passed to a non-const parameter

return ac_KickWithCode(playerid, "", 0, 29, 2);
  Reply


Messages In This Thread
Anticheat - by Clicked - 2024-05-29, 04:47 PM
RE: Anticheat - by Clicked - 2024-06-01, 08:44 PM
RE: Anticheat - by francocos1488 - 2024-06-23, 01:43 PM

Forum Jump: