CheiN Posted August 27, 2012 Share Posted August 27, 2012 function rep ( ) fixVehicle ( theVehicle ) end bindKey ( "n", "down", rep ) Link to comment
TAPL Posted August 27, 2012 Share Posted August 27, 2012 function rep() veh = getPedOccupiedVehicle(localPlyer) if not veh then return end fixVehicle(veh) end bindKey("n", "down", rep) Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now