SA-MP Forums Archive
[Ayuda] Instalar ELC- Anticheat - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: [Ayuda] Instalar ELC- Anticheat (/showthread.php?tid=373507)



[Ayuda] usar ELC- Anticheat - LatinServerOnline - 30.08.2012

Hola a todos, tengo un problema, vi que este anticheat es muy bueno, ya hice todo lo que dice el post oficial:
https://sampforum.blast.hk/showthread.php?tid=218139
y lo unico que creo que me falta eso esto:

EnablePlayerCheatID(playerid,cheatid,enable);

No se como utilizarlo si alguien sabe como hacerlo y un ejemplo se lo agradeceria mucho.


EDIT:

Tengo un problema con este anticheat, lo que pasa es que me detecta mis teleports " /lv /ls /sf " como si fuera airbreak/teleport cheat y tambien mis armas y dinero del GM GivePlayerWeapon y GivePlayerMoney como soluciono esto?


Respuesta: [Ayuda] Instalar ELC- Anticheat - LatinServerOnline - 30.08.2012

editado


Respuesta: [Ayuda] Instalar ELC- Anticheat - Bu11Sh0t - 31.08.2012

Es para aсadir exepciones al anticheat:

pawn Код:
if(!strcmp(cmdtext, "/noanticheat", true))
{
    for(new i = 0; i > 0 && < 8; i++)
        EnablePlayerCheatID(playerid, i, false);
    return 1;
}
Si no funciona asн, cambia el 'false' por 'true'


Respuesta: [Ayuda] Instalar ELC- Anticheat - LatinServerOnline - 31.08.2012

Editado2