Vehicle disable weapon

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

2 Likes

Why is it not possible and did you try making something like that before that you said it’s not possible?

1 Like

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

4 Likes

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.