Unoccupied vehicle damage
#1

pawn Код:
if(hittype == BULLET_HIT_TYPE_VEHICLE)
    {
        new Float:vhp;
        GetVehicleHealth(hitid, vhp);
        SetVehicleHealth(hitid, vhp-random(100));
    }
//my code
Look, I tried that simple command, it doesn't work, any of Unoccupied Vehicle Damage I've downloaded doesn't work.
This is part of my code that I tried, it doesn't work in-game.
Thanks in advance.
Reply


Messages In This Thread
Unoccupied vehicle damage - by TheSimpleGuy - 21.06.2014, 10:27
Re: Unoccupied vehicle damage - by Konstantinos - 21.06.2014, 10:27
Re: Unoccupied vehicle damage - by TheSimpleGuy - 21.06.2014, 10:34

Forum Jump:


Users browsing this thread: 1 Guest(s)