[Pedido] lag na skin alguem tem o codigo?
#1

lag na skin alguem tem o codigo para eu colocar no meu pawno e qual parte que coloca
Reply
#2

sim, Aqui!
Reply
#3

eu uso esse.
upei prati. http://www.4shared.com/file/sqKWm1wy/lagskin.html?
Reply
#4

Caio_Freeze , seu link nгo abre, Wakayama nгo baixo link suspeitos, se quiser posta o codigo aki
Reply
#5

Tente este: http://forum.sa-mp.com/showpost.php?...08&postcount=4

include alss : https://sampforum.blast.hk/showthread.php?tid=327020
Reply
#6

Quote:
Originally Posted by Wakayama
Посмотреть сообщение
proxima vez que referenciar um code, tenta achar 1є o topico original aqui no forum e mt melhor para todos...
Reply
#7

tenta ae mano


pawn Код:
public OnPlayerGiveDamage(playerid, damagedid, Float:amount, weaponid)
{
    new Float:Life, Float:Colete, Float:Dano;
    GetPlayerArmour(damagedid, Colete);
    GetPlayerHealth(damagedid, Life);
    amount = amount/4;
    SetPlayerArmour(damagedid, 4.0);
    if(Colete > 10)
    {
        if(amount > Colete)
        {
            Dano = amount - Colete;
            Life = Life - Dano;
            SetPlayerArmour(damagedid, 3.0);
            SetPlayerHealth(damagedid, Life);
            return 1;
        }
        Colete = Colete - amount;
        SetPlayerArmour(damagedid, Colete);
    }
    if(Colete < 10)
    {
        Life = Life - amount;
        SetPlayerHealth(damagedid, Life);
    }
    return 1;
}
espero ter ajudado
Reply
#8

Quote:
Originally Posted by CaozinhoDosCorre
Посмотреть сообщение
tenta ae mano


pawn Код:
public OnPlayerGiveDamage(playerid, damagedid, Float:amount, weaponid)
{
    new Float:Life, Float:Colete, Float:Dano;
    GetPlayerArmour(damagedid, Colete);
    GetPlayerHealth(damagedid, Life);
    amount = amount/4;
    SetPlayerArmour(damagedid, 4.0);
    if(Colete > 10)
    {
        if(amount > Colete)
        {
            Dano = amount - Colete;
            Life = Life - Dano;
            SetPlayerArmour(damagedid, 3.0);
            SetPlayerHealth(damagedid, Life);
            return 1;
        }
        Colete = Colete - amount;
        SetPlayerArmour(damagedid, Colete);
    }
    if(Colete < 10)
    {
        Life = Life - amount;
        SetPlayerHealth(damagedid, Life);
    }
    return 1;
}
espero ter ajudado
Qual parte do pawno que coloca?
Reply
#9

Quote:
Originally Posted by Marlonxv
Посмотреть сообщение
Qual parte do pawno que coloca?
Na sua public OnPlayerGiveDamage
Reply
#10

Й sу copiar todo o cуdigo do CaozinhoDosCorre e colar entre suas publics .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)