Hi, I was looking for a script that makes a weapon that could disable a car, for example, shooting a bullet from heli disables the car.
there’s a visual reference of what im looking for thanks.
Hi, I was looking for a script that makes a weapon that could disable a car, for example, shooting a bullet from heli disables the car.
there’s a visual reference of what im looking for thanks.
Not Possible lol. sorry bud
Why is it not possible and did you try making something like that before that you said it’s not possible?
it is impossible because it does not follow the games code. you cant re code the bullets. you would have to make a new gun which is impossible. so yeah.
It’s totally possible.
Try with ‘GetEntityPlayerIsFreeAimingAt(PlayerId())’ and ‘SetVehicleEngineOn(vehicle,false,true,false)’
http://runtime.fivem.net/doc/reference.html
oh wow you are right nice work man!
where do I put this one?
where do you put this one bro?
Where did you add this code too? Totally sick.