Kill Heli's & Boat's Engine

Started by Saiyan Attack, Apr 28, 2017, 11:44 PM

Previous topic - Next topic

Saiyan Attack

Hello Everyone !!

i am facing a problem since last week that killing heli's and boat's engine ....
i tried player.Vehicle.SetHandlingData(13,0);
player.Vehicle.SetHandlingData(14,0);
but this way not work on both ...
then i try player Vehicle.Speed = Vector(0,0,0); failed :( !!
is there any other way that can kill heli's and boat's engine without freezing player ?

Sorry for my bad english :(

kennedyarz

Quote from: Saiyan Attack on Apr 28, 2017, 11:44 PMHello Everyone !!

i am facing a problem since last week that killing heli's and boat's engine ....
i tried player.Vehicle.SetHandlingData(13,0);
player.Vehicle.SetHandlingData(14,0);
but this way not work on both ...
then i try player Vehicle.Speed = Vector(0,0,0); failed :( !!
is there any other way that can kill heli's and boat's engine without freezing player ?

Sorry for my bad english :(

Hi, I really do not understand, you can use this method to specify better. Use the translator "write your language and translate it into English" then translate from English into the language you speak and re-translate into English and do that process about three times, and you will better understand what it says.

EK.IceFlake

Quote from: kennedyarz on Apr 29, 2017, 01:57 AM
Quote from: Saiyan Attack on Apr 28, 2017, 11:44 PMHello Everyone !!

i am facing a problem since last week that killing heli's and boat's engine ....
i tried player.Vehicle.SetHandlingData(13,0);
player.Vehicle.SetHandlingData(14,0);
but this way not work on both ...
then i try player Vehicle.Speed = Vector(0,0,0); failed :( !!
is there any other way that can kill heli's and boat's engine without freezing player ?

Sorry for my bad english :(

Hi, I really do not understand
heli.KillEngine();
boat.KillEngine();
player.Frozen = false;

Luis_Labarca

:) this Functions to turn off the engine of the vehicle
player.Vehicle.Set Handling Data (13,1);
player.Vehicle.SetHandlingData (14.1);
player.Vehicle.SetHandlingData (28, 555555);
Works for helicopters and vehicles, and boats do not work
My server RP
IP: 51.222.28.159:8194

!

Quote from: EK.IceFlake on Apr 29, 2017, 03:56 AMheli.KillEngine();
boat.KillEngine();
player.Frozen = false;

Quote from: Luis_Labarca on Apr 29, 2017, 04:45 AMplayer.Vehicle.Set Handling Data (13,1);
player.Vehicle.SetHandlingData (14.1);
player.Vehicle.SetHandlingData (28, 555555);


Discord: zeus#5155

Saiyan Attack

Quote from: Luis_Labarca on Apr 29, 2017, 04:45 AM:) this Functions to turn off the engine of the vehicle
player.Vehicle.Set Handling Data (13,1);
player.Vehicle.SetHandlingData (14.1);
player.Vehicle.SetHandlingData (28, 555555);
Works for helicopters and vehicles, and boats do not work
Thanks @Luis_Labarca :) It's Work For Both But Not Work In Plane

Quote from: EK.IceFlake on Apr 29, 2017, 03:56 AM
Quote from: kennedyarz on Apr 29, 2017, 01:57 AM
Quote from: Saiyan Attack on Apr 28, 2017, 11:44 PMHello Everyone !!

i am facing a problem since last week that killing heli's and boat's engine ....
i tried player.Vehicle.SetHandlingData(13,0);
player.Vehicle.SetHandlingData(14,0);
but this way not work on both ...
then i try player Vehicle.Speed = Vector(0,0,0); failed :( !!
is there any other way that can kill heli's and boat's engine without freezing player ?

Sorry for my bad english :(

Hi, I really do not understand
heli.KillEngine();
boat.KillEngine();
player.Frozen = false;
@EK.IceFlake KillEngine Worked Same As Vehicle.Kill(); Function it will make blast vehicles and i don't want to blast it i want to stop it when fuel is end !! So If We Want KillEngine Then We Need To Make Our Self Function !!
Quote from: kennedyarz on Apr 29, 2017, 01:57 AM
Quote from: Saiyan Attack on Apr 28, 2017, 11:44 PMHello Everyone !!

i am facing a problem since last week that killing heli's and boat's engine ....
i tried player.Vehicle.SetHandlingData(13,0);
player.Vehicle.SetHandlingData(14,0);
but this way not work on both ...
then i try player Vehicle.Speed = Vector(0,0,0); failed :( !!
is there any other way that can kill heli's and boat's engine without freezing player ?

Sorry for my bad english :(

Hi, I really do not understand, you can use this method to specify better. Use the translator "write your language and translate it into English" then translate from English into the language you speak and re-translate into English and do that process about three times, and you will better understand what it says.

Hey Friend !! Thanks For Advise thumbs up :) I Will Try It !!

EK.IceFlake

Quote from: Saiyan Attack on Apr 29, 2017, 11:13 AM
Quote from: EK.IceFlake on Apr 29, 2017, 03:56 AM
Quote from: kennedyarz on Apr 29, 2017, 01:57 AM
Quote from: Saiyan Attack on Apr 28, 2017, 11:44 PMHello Everyone !!

i am facing a problem since last week that killing heli's and boat's engine ....
i tried player.Vehicle.SetHandlingData(13,0);
player.Vehicle.SetHandlingData(14,0);
but this way not work on both ...
then i try player Vehicle.Speed = Vector(0,0,0); failed :( !!
is there any other way that can kill heli's and boat's engine without freezing player ?

Sorry for my bad english :(

Hi, I really do not understand
heli.KillEngine();
boat.KillEngine();
player.Frozen = false;
@EK.IceFlake KillEngine Worked Same As Vehicle.Kill(); Function it will make blast vehicles and i don't want to blast it i want to stop it when fuel is end !! So If We Want KillEngine Then We Need To Make Our Self Function !!
This wasn't code which you were supposed to use...
I was explaining what you meant to @kennedyarz