Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
IDL 0.21 KB | None | 0 0
  1. function MarkerHit( thePed )
  2.     if thePed then
  3.         setElementVelocity ( thePed, 0, 0, 0 )
  4.         local henk = getPedOccupiedVehicle ( thePed )
  5.         if henk then
  6.             setVehicleRotation ( henk, 0, 0, 0 )
  7.         end
  8.     end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement