Jump to content

Try

Members
  • Posts

    136
  • Joined

  • Last visited

Everything posted by Try

  1. Sorry i don't understand
  2. And How can i give it one Gun
  3. Hellloo Guys I want one code for del all peds (all the peds dead or live) My code for peds is this if it help addCommandHandler ("createped", function (player) local x,y,z = getElementPosition (player) ped = createPed (165,x,y,z) end) Can you help me? Thanks
  4. OK THE CODE NOW WORK AND ITS DONE Marker = createMarker (1686,-2434,12.6,"cylinder", 1.5, 0, 255, 0, getRootElement() ) function MarkerHit ( hitElement, dimension ) if source == Marker then if getElementType ( hitElement ) == "player" then setElementPosition ( hitElement, 1686,-2434,1000) end end end addEventHandler ( "onMarkerHit", getRootElement(), MarkerHit ) THIS WORK ;D Cya Later!
  5. The kid Again no! but wait i solving the problem i found one people go help me! please don't close this after i go edit this topic and put the correct code
  6. The Kid your code don't worked Only 2 question WHY DON"T GO and NEED ADD MORE FILES? I only putted the meta, script.lua and need one image??????
  7. Nothing good i solve all but continue don't creating the blip and not teleporting fly = createMarker(1686,-2434,12.5,"cylinder",1.5,0,255,0). createBlipAttachedTo(fly,41) function marker(player) if source == fly and getElementType(player) == "player" then setElementPosition(player,0,0,3) end end addEventHandler("onMakerHit",getResourceRootElement(getThisResource()),maker)
  8. fly = createMarker(1686,-2434,12.5,"cylinder",1.5,0,255,0). createBlipAttchedTo(fly,41) function marker(player) if source == fly and getElementType(player) == "player" then setElementPosition(player,0,0,3) end end addEventHandler("onMakerHit",getResourceRootElement(getThisResource()),maker)
  9. THE MAKER GO BUT DON"T TELEPORT AND DON"T CREAT ONE BLIP IN THE HUD
  10. I tested what Solidsnake14 said but nothing i see in other server this code i posted and i changed createBlipAttched << this to this >> createBlipAttchedTo and nothing
  11. I created one maker teleport but don't go the maker don't show in map this is the code ____________________________________________________________________________ fly = createMaker(1686,-2434,14,"cylinder",1.5,0,255,0). createBlipAttched(fly,41) function maker(player) if source == fly and getElementType(player) == "player" then setElementPosition(player,1688,-2425,14) end end addEventHandler("onMakerHit",getResourceRootElement(getThisResource()),maker) ____________________________________________________________________________ i mean its cuz this createBlipAttched(fly,41) this don't create the blip and i mean cuz this don't go Can you Help me?
×
×
  • Create New...