Jump to content

Marker hit by object


Marcus15

Recommended Posts

This is the script nut is mot working :/

function localRoot ()
   if isPedInVehicle ( source ) then
      local vehicle = getPedOccupiedVehicle(source)
      local x, y, z = getElementPosition ( vehicle )
      local radar = createMarker (0+x, 0+y, 0+z, "cylinder", 2.0, 255, 0, 0, 150)
      local check = radar
      attachElements(check, vehicle, 0, 5, -0.1)
      outputChatBox ( "A szkript lefutott!")
   end
end
addEventHandler ( "onPlayerVehicleEnter", getRootElement(), localRoot )

 
function VehicleHit(hitElement,matchingDimension)
if getElementType(hitElement)=="vehicle" then
outputChatBox ( "A marker jó!")
end
end
addEventHandler("onMarkerHit",radar,VehicleHit)

 

create marker and if the the vehicle hit then outputChatBox ( "A marker jó!")

but Bad Argument in addEventHandler 2 element got nil

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...