SA-MP Forums Archive
[Pedido] FS No Lag - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Pedido] FS No Lag (/showthread.php?tid=377559)



FS No Lag - FenixBorn - 14.09.2012

o titulo ja diz tudo,,nгo estou conseguindo criar um,vou um pronto mesmo,,agradeзo se alguem puder passar aew


Re: FS No Lag - Lord_Style - 14.09.2012

https://sampforum.blast.hk/showthread.php?tid=327020


Re: FS No Lag - FenixBorn - 15.09.2012

nгo exatamente


Re: FS No Lag - Spectro_BR - 15.09.2012

sу encontrei um aplicativo ant lag,dizem que funciona,nгo testei
Este aplicativo tem as seguintes vantagem do seu servidor:
• Retira o Lag
• Decorficia DLL's
• Checa o IP
• Atualiza o Servidor
• Atualiza o Ping
Como utilizar o Aplicativo em meu servidor?
• Baixe o aplicativo.
• Execute o Arquivo .exe ([HomeHots] Anti Lag)
• Lembre-se o aplicativo sу funcionara se estiver no mesmo computador, em que o servidor, encontra-se online.

http://www.4shared.com/get/BrtsbyAV/..._Anti_Lag.html


Re: FS No Lag - FenixBorn - 15.09.2012

nгo й isso cara,,eu quero um FilterScript de No-Lag,,perder vida com tiro na skin,entende?


Re: FS No Lag - Kelvin_Cesar - 15.09.2012

Entao cara, usa a include que o cara passou ali


Re: FS No Lag - FenixBorn - 15.09.2012

Vc tbm nao entendeu,,olha o titulo do topico,, FS.. [ FS ],, nгo include


Re: FS No Lag - Smith. - 15.09.2012

Isso?

pawn Код:
public OnPlayerGiveDamage(playerid, damagedid, Float:amount, weaponid)
{
    new Float:Life, Float:Coleete, Float:Dano;
    GetPlayerArmour(damagedid, Coleete);
    GetPlayerHealth(damagedid, Life);
    if(Coleete > 0)
    {
        if(amount > Coleete)
        {
            Dano = amount - Coleete;
            Life = Life - Dano;
            SetPlayerArmour(damagedid, 0.0);
            SetPlayerHealth(damagedid, Life);
            return 1;
        }
        Coleete = Coleete - amount;
        SetPlayerArmour(damagedid, Coleete);
    }
    if(Coleete < 1)
    {
        Life = Life - amount;
        SetPlayerHealth(damagedid, Life);
    }
    return 1;
}



Re: FS No Lag - Kuddy - 15.09.2012

Compila a include e joga como FS ¬¬'


Re: FS No Lag - FenixBorn - 15.09.2012

Muito obrigado Smith,,funfou