[Ajuda] HELP !
#1

E ae galera to aki criando meu game mode e to meio ocupado pq tenho aula e nao da para fazer muita coisa no gm alguem tem ou sabe de algum FS ou sistema de tiro na skin 100% na skin sem leg obrigado vlw desculpa encomodarar vocКS



Aguardando uma resposta..
Reply
#2

Pow Ninguem ? tipo quem nem tava no BPF uma vez que era tipo na skin si ninguem intendeu ? Tipo o BPO tbm ... alguem por favor me ajuda !
Reply
#3

creio que nao tem nenhum sistema desse tipo postado.
Reply
#4

Achei num tуpico de ajuda :

pawn Код:
// SCRIPT NO-LAG, Dano de armas editavel

#define FILTERSCRIPT
#include <a_samp>
#include <alss>

public OnPlayerGiveDamage(playerid, damagedid, Float:amount, weaponid)
{
    new Float:HP, Float:Colete, Float:Dano;
    GetPlayerArmour(damagedid, Colete);
    GetPlayerHealth(damagedid, HP);
    if(weaponid == 24){amount = 10;}//eagle
    if(weaponid == 23){amount = 50;}//silencedcolt
    if(Colete > 0)
    {
        if(amount > Colete)
        {
            Dano = amount - Colete;
            HP = HP - Dano;
            SetPlayerArmour(damagedid, 0.0);
            SetPlayerHealth(damagedid, HP);
            return 1;
        }
        Colete = Colete - amount;
        SetPlayerArmour(damagedid, Colete);
    }
    if(Colete < 1)
    {
        HP = HP - amount;
        SetPlayerHealth(damagedid, HP);
    }
    return 1;
}
Include <ALSS>.
https://sampforum.blast.hk/showthread.php?tid=327020



Tente ai ...
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)