12.12.2015, 16:10
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); }