new ac_ouvu_js[MAX_PLAYERS], ac_ouvu_vid[MAX_PLAYERS], ac_ouvu_tick[MAX_PLAYERS]; public OnPlayerConnect(playerid) { ac_ouvu_vid[playerid]=INVALID_VEHICLE_ID; ac_ouvu_tick[playerid]=0; ac_ouvu_js[playerid]=0; return 1; } public OnVehicleStreamIn(vehicleid, forplayerid) { ac_ouvu_js[forplayerid]=gettime(); return 1; } public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z) { if(ac_ouvu_vid[playerid] != vehicleid && GetTickCount()-ac_ouvu_tick[playerid] > 100 && gettime()-ac_ouvu_js[playerid] > 3) Kick(playerid); //99% use troll-hack ac_ouvu_vid[playerid]=vehicleid; ac_ouvu_tick[playerid]=GetTickCount(); return 1; }
(2020-10-03, 09:47 PM)BoNNe Wrote: In order for this solution to work, the cheater will need at least two vehicles for which to act the cheat. Code:new ac_ouvu_js[MAX_PLAYERS], ac_ouvu_vid[MAX_PLAYERS], ac_ouvu_tick[MAX_PLAYERS]; public OnPlayerConnect(playerid) { ac_ouvu_vid[playerid]=INVALID_VEHICLE_ID; ac_ouvu_tick[playerid]=0; ac_ouvu_js[playerid]=0; return 1; } public OnVehicleStreamIn(vehicleid, forplayerid) { ac_ouvu_js[forplayerid]=gettime(); return 1; } public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z) { if(ac_ouvu_vid[playerid] != vehicleid && GetTickCount()-ac_ouvu_tick[playerid] > 100 && server_gettime-ac_ouvu_js[playerid] > 3) Kick(playerid); //99% use troll-hack ac_ouvu_vid[playerid]=vehicleid; ac_ouvu_tick[playerid]=GetTickCount(); return 1; }
new ac_ouvu_js[MAX_PLAYERS], ac_ouvu_vid[MAX_PLAYERS], ac_ouvu_tick[MAX_PLAYERS]; public OnPlayerConnect(playerid) { ac_ouvu_vid[playerid]=INVALID_VEHICLE_ID; ac_ouvu_tick[playerid]=0; ac_ouvu_js[playerid]=0; return 1; } public OnVehicleStreamIn(vehicleid, forplayerid) { ac_ouvu_js[forplayerid]=gettime(); return 1; } public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z) { if(ac_ouvu_vid[playerid] != vehicleid && GetTickCount()-ac_ouvu_tick[playerid] > 100 && server_gettime-ac_ouvu_js[playerid] > 3) Kick(playerid); //99% use troll-hack ac_ouvu_vid[playerid]=vehicleid; ac_ouvu_tick[playerid]=GetTickCount(); return 1; }
(2020-10-04, 09:20 AM)BoNNe Wrote: Try now.
(2020-10-04, 09:29 AM)yukie Wrote: Thank man! You're life saver!! +REP
(2020-10-04, 10:40 AM)yukie Wrote: (2020-10-04, 09:20 AM)BoNNe Wrote: Try now. Sir there was a little bug.. every time I relog, i always kick with the detector even im not using the cheat how do I fix this
(2020-10-04, 09:40 PM)BoNNe Wrote: (2020-10-04, 10:40 AM)yukie Wrote: (2020-10-04, 09:20 AM)BoNNe Wrote: Try now. Sir there was a little bug.. every time I relog, i always kick with the detector even im not using the cheat how do I fix this Be sure you did everything I told you. Inclusive "OnPlayerConnect"
(2020-10-05, 06:37 AM)yukie Wrote: (2020-10-04, 09:40 PM)BoNNe Wrote: (2020-10-04, 10:40 AM)yukie Wrote: (2020-10-04, 09:20 AM)BoNNe Wrote: Try now. Sir there was a little bug.. every time I relog, i always kick with the detector even im not using the cheat how do I fix this Be sure you did everything I told you. Inclusive "OnPlayerConnect" I did everything but still kicking me out of game
(2020-10-05, 06:53 PM)BoNNe Wrote: (2020-10-05, 06:37 AM)yukie Wrote: (2020-10-04, 09:40 PM)BoNNe Wrote: (2020-10-04, 10:40 AM)yukie Wrote: (2020-10-04, 09:20 AM)BoNNe Wrote: Try now. Sir there was a little bug.. every time I relog, i always kick with the detector even im not using the cheat how do I fix this Be sure you did everything I told you. Inclusive "OnPlayerConnect" I did everything but still kicking me out of gameIt doesn't happen for me. I have tested many times.