AntiCheat Teleporting
#2

con gettime creo que funcionaria bien

Код:
new TiempoTrabajado[MAX_PLAYERS];

cuando comienze a trabajar:
TiempoTrabajado = gettime();


cuando llege al cp:
if((gettime() - TiempoTrabajado[playerid]) < 10) //el 10 siginifica 10 segundos, ponle el tiempo que crees tu que se demorarнa el jugador en llegar a ese cp
{
    format(string, sizeof(string), "{AA3333}AdmWarning{FFFF00}: %s (ID %d) es un posible Teleporting Trunker.",   GetPlayerNameEx(playerid), playerid);
    ABroadCast( COLOR_YELLOW, string, 2 );
    format(string, sizeof(string), "%s (ID %d) is possibly teleport truckrunning.", GetPlayerNameEx(playerid),    playerid);
    Info[playerid][pBannedZC] = 2;
    Log("logs/hack.log", string);
}
Reply


Messages In This Thread
AntiCheat Teleporting - by xGenius - 12.12.2015, 15:43
Respuesta: AntiCheat Teleporting - by FelipeAndres - 12.12.2015, 16:10

Forum Jump:


Users browsing this thread: 1 Guest(s)