Can someone create a line of code for me?
Like im still stuck on the plane engine, reverse thing fixed but now i wanna add jet engine blur, like yk when the jet engines fan starts to speed up theres this cool blur when your taking off and also a lil when in the air
Like i wanna make a custom throttle for it, still controlled through the main controls
For example i put the throttle up to 100, the blur starts
But when i turn on the killswitch it stops, but the throt is still at 100 so that means if i turn it on again with the throt at 100 the jet engine's fan wont be moving at realistic speeds to create the blur
So i need another variable that acts like the throttle so when i turn the throt up, it goes at the same pace as the throttles acceleration when you turn it up but when you turn the killswitch/fuelfeed off it resets to 0 throttle and when you turn it on, still showing 100 throttle on the panel the variable pulls the 100 throt back up at the same pace as when you pull the throt up
Sorry if its confusing cuz idk how to explain things well
guys how do i make it so that the throttle never goes above 1? (100%)
Like im making a reverse thruster for my plane and i wanna make it so that when i deploy it the main thrust drops if active, heres the code its super simple
Throttle - VTOL*0.75
Problem is if i put the VTOL value below 0 itll get the throttle to 1.75 (175%)
Anyone knows how 2 fix it?
Can someone create a line of code for me?
+1Like im still stuck on the plane engine, reverse thing fixed but now i wanna add jet engine blur, like yk when the jet engines fan starts to speed up theres this cool blur when your taking off and also a lil when in the air
Like i wanna make a custom throttle for it, still controlled through the main controls
For example i put the throttle up to 100, the blur starts
But when i turn on the killswitch it stops, but the throt is still at 100 so that means if i turn it on again with the throt at 100 the jet engine's fan wont be moving at realistic speeds to create the blur
So i need another variable that acts like the throttle so when i turn the throt up, it goes at the same pace as the throttles acceleration when you turn it up but when you turn the killswitch/fuelfeed off it resets to 0 throttle and when you turn it on, still showing 100 throttle on the panel the variable pulls the 100 throt back up at the same pace as when you pull the throt up
Sorry if its confusing cuz idk how to explain things well
@GonzaJP oh thx dude!!
guys how do i make it so that the throttle never goes above 1? (100%)
Like im making a reverse thruster for my plane and i wanna make it so that when i deploy it the main thrust drops if active, heres the code its super simple
Throttle - VTOL*0.75
+1Problem is if i put the VTOL value below 0 itll get the throttle to 1.75 (175%)
Anyone knows how 2 fix it?
@griges oh alright tysm for helping us :D
+1im asking from here again, sorry
But how do you make it so if the VTOL is at max,it enables roll?
@griges oh alright thx dude
+1guys how do i use clamp in a line of code?
+1Like i wanna combine vtol and clamp