Jump to content

AncienT

Members
  • Posts

    94
  • Joined

  • Last visited

Everything posted by AncienT

  1. I'm trying to create a life bar with dxDrawImageSection, can someone help me?
  2. The function dxDrawCircle is bug? https://wiki.multitheftauto.com/wiki/DxDrawCircle
  3. local fegyverPedP = { {2274.2573242188, -262.47836303711, 9.2684917449951}, {1491.6328125, 295.41278076172, 18.663465499878}, } function createped(fegyverPed,fegyverPedP) posPed = math.random(1,#fegyverPedP) for i,v in ipairs (fegyverPedP) do if i = posPed then fegyverPed = createPed(111, v[1], v[2], v[3]) setElementInterior(fegyverPed, 0) setElementDimension(fegyverPed, 0) setElementFrozen(fegyverPed, true) setElementRotation(fegyverPed, 0, 0, 90) end end end
  4. Only this?
  5. I want create custom weapons, anyone teach me to create custom weapons please
  6. I need teach do how make dxScroll
  7. I need someone to teach me how to use custom animations
  8. What I'm looking for I think it's a shader, not an edit the txd
  9. How change color to anyone object to mta
  10. There is some way to convert any rounded quantity from 5 to 5 for example the amount 893 that rounds to 895 or de quantity 562 is rounded to 560
  11. AncienT

    HELP PLEASE

    As I do so that the rectangle does not appear in the same place, for example the rectangle appears with a table of players but all the names of the players appear where same, as I do so that one name after another appears dxDrawRectangle(screenW * 0.7021, screenH * 0.3151, screenW * 0.2832, screenH * 0.0534, tocolor(0, 0, 0, 150), false)
×
×
  • Create New...