Jump to content

bindKey doesn't work


2kristof2

Recommended Posts

Hello, I wanted to make a bind key but when a trailer is attached to vehicle it doesn't work..

example:

local gTick = 0

function DetachTrailer ( key, keyState )

local tick = getTickCount() - gTick

if tick >300 then gTick=getTickCount() else return end

local vehicle = getPlayerOccupiedVehicle(getLocalPlayer())

if ( keyState == "down" ) then

detachTrailerFromVehicle(vehicle)

end

end

bindKey ( "lshift", "down", DetachTrailer )

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...