Advertisement
Noneatme

Untitled

Sep 7th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local marker = {}
  2.  
  3.  
  4. marker[1] = createMarker(1399.1143798828, -4128.4008789063, 1,"corona", 6.0, 0, 255, 0, 50)
  5.  
  6. addEventHandler("onClientMarkerHit", marker[1], function(e)
  7. if(e == getPedOccupiedVehicle(localPlayer)) then
  8. local veh = getPedOccupiedVehicle(localPlayer)
  9. setElementVelocity(veh, 0, 0, 1)
  10. end
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement