Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---------------------------------
- ------- MADE BY NONEATME --------
- ---------------------------------
- local cFunc = {}
- local cSetting = {}
- addEvent("doTrailerEinsteigen", true)
- -- FUNCTIONS --
- addEventHandler("doTrailerEinsteigen", getRootElement(), function(theVehicle)
- if(getVehicleOccupant(theVehicle) == false) then
- warpPedIntoVehicle(source, theVehicle)
- end
- end)
- -- EVENT HANDLERS --
Advertisement
Add Comment
Please, Sign In to add comment