General Exports
exports['r_grab']:GrabPlayer(player)
Export to drag the player
exports['r_grab']:PutCar()
Export to put the dragged player in the nearby vehicle
exports['r_grab']:ExitCar()
Export to get out the player of the nearby vehicle
exports['r_grab']:IsGrabbed()
Return:
true if the player is dragged, false if the player is not dragged
Last updated