[PEDIDO/AJUDA] Anti-Speed, Portugues !
#8

pawn Код:
public OnPlayerUpdate(playerid)
{
    if(GetSpeedKM(playerid) > 130)
    {
        new s[128],n[24];
        GetPlayerName(playerid,n,24);
        format(s,128,"-Server- '%s' foi banido do servidor [Motivo: Speed hacker |Velocidade:'%d'|",n,GetSpeedKM(playerid));
        SendClientMessage(playerid,-1,s);
        Ban(playerid);
    }
    return 1;
}

stock GetSpeedKM(playerid)
{
    new Float:Pos[3],Float:Speeddistance;
    GetVehicleVelocity(GetPlayerVehicleID(playerid), Pos[0], Pos[1], Pos[2]);
    Speeddistance = floatmul(floatsqroot(floatadd(floatadd(floatpower(Pos[0], 2), floatpower(Pos[1], 2)),  floatpower(Pos[2], 2))), 170.0);
    new spe = floatround(Speeddistance * 1);
    return spe;
}

Testa ae;
Reply


Messages In This Thread
[PEDIDO/AJUDA] Anti-Speed, Portugues ! - by .Skool_. - 01.09.2011, 16:19
Re: [AJUDA] Anti-Speed, Portugues ! - by MaGnO_357 - 01.09.2011, 16:23
Re: [AJUDA] Anti-Speed, Portugues ! - by .Skool_. - 01.09.2011, 16:24
Re: [PEDIDO/AJUDA] Anti-Speed, Portugues ! - by CocaC0la - 01.09.2011, 16:43
Re: [PEDIDO/AJUDA] Anti-Speed, Portugues ! - by .Skool_. - 01.09.2011, 18:05
Re: [PEDIDO/AJUDA] Anti-Speed, Portugues ! - by CocaC0la - 01.09.2011, 18:06
Re: [PEDIDO/AJUDA] Anti-Speed, Portugues ! - by .Skool_. - 01.09.2011, 18:08
Re: [PEDIDO/AJUDA] Anti-Speed, Portugues ! - by CocaC0la - 01.09.2011, 18:28
Re: [PEDIDO/AJUDA] Anti-Speed, Portugues ! - by Vai_Besta - 01.09.2011, 18:30
Re: [PEDIDO/AJUDA] Anti-Speed, Portugues ! - by CocaC0la - 01.09.2011, 18:34

Forum Jump:


Users browsing this thread: 4 Guest(s)