12.12.2015, 04:05
Una pregunta, Quiero que al detectar el hack lo banee entonces quiero saber si aqui esta bien especificado
(Yo le aсadн el Info[playerid][pBannedZC] = 2; (que supongo servirб para eso pero no estoy seguro))
(Yo le aсadн el Info[playerid][pBannedZC] = 2; (que supongo servirб para eso pero no estoy seguro))
Quote:
if(GetPVarInt(playerid, "tpTruckRunTimer") != 0) { format(string, sizeof(string), "{AA3333}AdmWarning{FFFF00}: %s (ID %d) posiblemente use cheat de teleport.", 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); } |