03.12.2017, 10:34
when the player is on the roof of the machine and when the speed hack anticheat is triggered, then throws out the player who was on the roof, and not the one who drives the car. My english is not so good maybe you understand
. How can i fix it ?

Код HTML:
if(GetPlayerSpeed(playerid) > 350 ) { if(IsPlayerInAnyVehicle(playerid) && GTMODE[ GetPlayerVehicleID( playerid ) ] == true ){ } else { SendClientMessageToAll(0xFF0000FF, f("* %s The player was thrown for Speed hack ", Vardas(playerid))); SetTimerEx("DelayedKick", 10, false, "d", playerid); } }