[Ajuda] Dano em veiculo desocupados
#6

PHP код:
#define DEAGLE_DAMAGE 60
#define COMBATSHOTGUN_DAMAGE 64
#define SHOTGUN_DAMAGE 52
#define MP5_DAMAGE 28
#define SNIPER_DAMAGE 45
#define RIFLE_DAMAGE 38
#define M4_DAMAGE 35
#define AK47_DAMAGE 30
#define MINIGUN_DAMAGE 500
new Float:VidaCarro[MAX_VEHICLES];
public 
OnPlayerWeaponShot(playeridweaponidhittypehitidFloat:fXFloat:fYFloat:fZ
{
    if(
hittype == BULLET_HIT_TYPE_VEHICLE
    {
        
GetVehicleHealth(vehicleidVidaCarro[hitid]); 
        switch(
weaponid)
        {
            case 
24VidaCarro[hitid] -= DEAGLE_DAMAGE);
            case 
25VidaCarro[hitid] -= SHOTGUN_DAMAGE);
            case 
27VidaCarro[hitid] -= COMBATSHOTGUN_DAMAGE);
            case 
29VidaCarro[hitid] -= MP5_DAMAGE);
            case 
30VidaCarro[hitid] -= AK47_DAMAGE);
            case 
31VidaCarro[hitid] -= M4_DAMAGE);
            case 
33VidaCarro[hitid] -= RIFLE_DAMAGE);
            case 
34VidaCarro[hitid] -= SNIPER_DAMAGE);
            case 
38VidaCarro[hitid] -= MINIGUN_DAMAGE);
        }
        
SetVehicleHealth(vehicleidVidaCarro[hitid]);
        if(
VidaCarro[hitid] < 250.0)
        {
            
SetVehicleHealth(hitid0);
        }
    }
    return 
1;

Reply


Messages In This Thread
Dano em veiculo desocupados - by binnyl - 14.10.2017, 22:15
Re: Dano em veiculo desocupados - by Jonorusc - 14.10.2017, 22:32
Re: Dano em veiculo desocupados - by Dayvison_ - 14.10.2017, 22:34
Re: Dano em veiculo desocupados - by ThiagoMikael - 14.10.2017, 22:38
Re: Dano em veiculo desocupados - by Jonorusc - 15.10.2017, 14:09
Re: Dano em veiculo desocupados - by IlanZ - 15.10.2017, 14:36
Re: Dano em veiculo desocupados - by binnyl - 17.10.2017, 02:58
Re: Dano em veiculo desocupados - by ZaHHak - 17.10.2017, 13:36
Re: Dano em veiculo desocupados - by binnyl - 18.10.2017, 23:55
Re: Dano em veiculo desocupados - by binnyl - 20.10.2017, 18:36

Forum Jump:


Users browsing this thread: 1 Guest(s)