Anti Speed
#1

does anyone know, people keep jumping off from Chiliad and anti speed detects them .. and if I jump with car from chiliad I get about 352km/h .. and with nrg 252km..


PHP Code:
stock GetVehicleSpeed(vehicleid)
                    {
                        new 
Float:V[3];
                        
GetVehicleVelocity(vehicleidV[0], V[1], V[2]);
                        return 
floatround(floatsqroot(V[0] * V[0] + V[1] * V[1] + V[2] * V[2]) * 180.00);
                    } 
PHP Code:
for(new playerid 0playerid MAX_PLAYERSplayerid++)
                            {
                                new 
veh GetPlayerVehicleID(playerid);
                                if(
GetVehicleSpeed(veh) >= 350 && (GetPlayerState(playerid)== PLAYER_STATE_DRIVER))
                                {
                                    
format(stringsizeof(string), "%s got kicked for Speed Hack",sendername);
                                    
SendClientMessageToAll(COLOR_REDstring);
                                    
Kick(playerid); 
                                }
                            } 
Reply


Messages In This Thread
Anti Speed - by Ugaustin - 16.06.2016, 20:01
Re: Anti Speed - by Micko123 - 16.06.2016, 20:29
Re: Anti Speed - by WhiteGhost - 16.06.2016, 20:33
Re: Anti Speed - by Micko123 - 16.06.2016, 20:34
Re: Anti Speed - by WhiteGhost - 16.06.2016, 20:36
Re: Anti Speed - by Ugaustin - 16.06.2016, 20:45
Re: Anti Speed - by $Marco$ - 16.06.2016, 20:58
Re: Anti Speed - by Micko123 - 16.06.2016, 21:01
Re: Anti Speed - by $Marco$ - 16.06.2016, 21:05
Re: Anti Speed - by Micko123 - 16.06.2016, 21:06
Re: Anti Speed - by Vince - 16.06.2016, 21:09
Re: Anti Speed - by $Marco$ - 16.06.2016, 21:10
Re: Anti Speed - by Micko123 - 16.06.2016, 21:12
Re: Anti Speed - by $Marco$ - 16.06.2016, 21:19
Re: Anti Speed - by Ugaustin - 16.06.2016, 21:20
Re: Anti Speed - by Micko123 - 17.06.2016, 06:29
Re: Anti Speed - by Sjn - 17.06.2016, 07:51

Forum Jump:


Users browsing this thread: 1 Guest(s)