Jump to content
Sign in to follow this  
wyattwic

Disable manual fire

Recommended Posts

Hello everyone!

I am looking for a way to disable manual fire on various vehicles. Been searching for a few hours now, but I am kinda stumped.

Help is appreciated!

Share this post


Link to post
Share on other sites

How about removing the ammo of the vehicle? Could that do the trick?

Share this post


Link to post
Share on other sites

I'm not sure you can remove actions but you can detect manual fire

script

while {alive player} do {  
waituntil {sleep 0.1;isManualFire vehicle player};
 player action ["manualFireCancel", vehicle player];
 sleep 0.2; 
};
};

it will cancel it as soon as it's selected

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×