Jump to content

Homie3

Members
  • Posts

    3
  • Joined

  • Last visited

Details

  • Gang
    GTD

Homie3's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. https://community.multitheftauto.com/in ... ls&id=7733 DONE
  2. Thanks for the fast reply! But now when I'm changing the x, y or z position of the "heli" it's standing at the same position of the boat, everytime. ---------------------------------- Okay now i solved the Problem!
  3. Hey Ho, I want to move the attached object "heli" with "setElementAttachedOffsets"... When I type the command "hoch" it just disappears... Please help me guys I tried everything. function boot ( player, command ) local derspieler = ( player ) local x, y, z = getElementPosition ( derspieler ) boot1 = createVehicle(453, x + 30, y, z) bahn = createObject(8171, x + 30, y, z) bahn1 = createObject(8171, x + 30, y, z) bahn2 = createObject(8171, x + 30, y, z) heli = createObject(9241, x + 30, y, z) setVehicleDamageProof(boot1, true) attachElements ( bahn, boot1, 25, 0, 1, 0, 0, 0 ) attachElements ( bahn1, boot1, -25, 0, 1, 0, 0, 0 ) attachElements ( bahn2, boot1, 0, 0, 0.5, 0, 0, 0 ) attachElements ( heli, boot1, 0, -50, 0.5, 0, 0, 0 ) local myBlib = createBlipAttachedTo ( boot1, 57 ) end addCommandHandler ( "boot", boot ) function nachOben ( player, command ) local x, y, z = getElementPosition ( boot1 ) [color=#FF0000] setElementAttachedOffsets (heli, x, y, 1)[/color] end addCommandHandler ( "hoch", nachOben )
×
×
  • Create New...