Jump to content

Chern17

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Chern17

  1. What gamemode using this XML-file? First remove '?' in the beginning.
  2. quindo, I saw this page, but I was unsure so I ask you. Thank you!
  3. Hello, guys. It is possible to create effect and attach it to player/ped? This code doesn't works, may be I doing something wrong? addCommandHandler('eff1', function() local eff local x, y, z = getElementPosition(localPlayer) eff = createEffect('fire', x, y, z, 0.0, 0.0, 0.0) setElementInterior(eff, getElementInterior(localPlayer)) attachElements(eff, localPlayer) end) Please help
×
×
  • Create New...