[AJUDA]AimBot/Velocimetro
#1

Bom queria saber se alguem tem um anti-Aimbot bom!

e queria um velocimetro onde Aparece-se Veiculo,Velocidade e Lataria!

As FS de velocimetro vem com sistema de gasolina no entanto meu gm й de WAR e nao necessita disto!
Reply
#2

И so pegar o sistema normal,e remover a gasolina.
Reply
#3

Tem varios velocimetros kra, й so pegar um e editar, ou estudar e fazer o seu prуprio, quando for assim, use o search, tanto em ingles quanto em portugues, porque ai, vc terб uma grande variedade

http://forum.sa-mp.com/showthread.ph...ht=speedometer

http://forum.sa-mp.com/showthread.ph...ht=speedometer

http://forum.sa-mp.com/showthread.ph...ht=speedometer

http://forum.sa-mp.com/showthread.ph...ht=speedometer

http://forum.sa-mp.com/showthread.ph...ht=speedometer

http://forum.sa-mp.com/showthread.ph...ht=velocimetro

http://forum.sa-mp.com/showthread.ph...ht=velocimetro

http://forum.sa-mp.com/showthread.ph...ht=velocimetro

http://forum.sa-mp.com/showthread.ph...ht=velocimetro

http://forum.sa-mp.com/showthread.ph...ht=velocimetro
Reply
#4

Quote:
Originally Posted by blacktrindade
Посмотреть сообщение
Bom queria saber se alguem tem um Aimbot bom!

e queria um velocimetro onde Aparece-se Veiculo,Velocidade e Lataria!

As FS de velocimetro vem com sistema de gasolina no entanto meu gm й de WAR e nao necessita disto!
Aimbot ou anti-aimbot?
Reply
#5

Quote:
Originally Posted by Los
Посмотреть сообщение
Aimbot ou anti-aimbot?
Anti-Aimbot
Reply
#6

pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
{
    if(GetPlayerCameraMode(issuerid) != 53 || !IsPlayerConnected(issuerid)) return 1
    switch(weaponid)
    {
        case 22..34:
        {
            if(GetPlayerTargetPlayer(issuerid) == INVALID_PLAYER_ID)
            {
                new string[61], Nome[24];
                GetPlayerName(issuerid, Nome, 24);
                format(string, sizeof(string), "PTAC: [%d]%s estб usando AimBot.", issuerid, Nome);
                for(new i, PT = MAX_PLAYERS; i < PT; i++) if(IsPlayerConnected(i) && IsPlayerAdmin(i)) SendClientMessage(i, -1, string);
            }
        }
    }
    return 1;
}
Ta ae minha prost... UhsUhshusUsH
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)