Jump to content

JokersBro

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by JokersBro

  1. Hello people I have a question, can be convert any one .ggm file into a .txd and .dff file? LG JokersBro Sry for my bad english!
  2. So I mean this when I say "hydra1" is indeed the lift under water when I got up and then it falls through the elevator and exactly the same thing happens when I land I will fall through the lift
  3. Although it funzt but when I got the Hydra land falls by the lift and I can not!
  4. No, no errors but when I got in the Hydra I can not fly away I stay stuck, so to speak
  5. Hello community, I've put together a script (Hydralift). The lift goes under the water. So I've created an attach script. I only have the problem that I can not fly with the hydra. Here is my script: lift = createObject ( 3115, 1515.3249511719, -2945.1364746094, -60, 0, 0, 0) hydra = createVehicle ( 520, 1515.7152099609, -2945.6892089844, -10, 0, 0, 0 ) function Gate_down () moveObject (lift, 3115, 1515.3249511719, -2945.1364746094, 1.7000000476837, 0, 0, 0 ) end addCommandHandler ("hydra1", Gate_down) function Gate_Up () moveObject (lift, 3115, 1515.3249511719, -2945.1364746094, -60, 0, 0, 0 ) end addCommandHandler ("hydra2", Gate_Up) attachElements ( hydra, lift, 0, 0, 2, 0, 0, 0 ) addEventHandler ( "onVehicleEnter", getRootElement(), function ( thePlayer, seat) detachElements ( lift, hydra ) end ) Can one help me? Would be very nice Best regards JokersBro
×
×
  • Create New...