Jump to content

[AJUDA] Fechar automaticamente a porta do veículo assim que o player sair dele.


Recommended Posts

Estou tentando criar uma função que faça com que a porta do veículo em que o Player estava seja fechada assim que ele deixar o carro. Não sei se isso é possível, mas tentei da seguinte maneira, porém sem sucesso:
 

local theVehicle = getPedOccupiedVehicle ( source )

function SairVeiculo (theVehicle, leftSeat, jackerPlayer)

	if leftSeat == 0 and not jackerPlayer then

		setVehicleDoorOpenRatio ( theVehicle, 2, 0, 2500)

		setVehicleDoorOpenRatio ( theVehicle, 4, 0, 2500)

	end
	
end
addEventHandler("onPlayerVehicleExit", root, SairVeiculo)

Se houver alguma maneira e puderem me ajudar, agradeço!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...