Jump to content

NETCHK

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by NETCHK

  1. I did, but there is a problem the image is too big local hudS = {} --hudS.bgX, hudS.bgY = ConvertAbsoluteToRelative( 300, 20 ) -- Y position of background hudS.bgW, hudS.bgH = 0, 0 hudS.fX, hudS.fY = 339, 800 -- Y position of fill hudS.fW, hudS.fH = 100, 190 --dxDrawImage(hudS.bgX, hudS.bgY, hudS.bgW, hudS.bgH, myTexture["144"]) local currHeight = hudS.fH / 100 * getElementHealth(localPlayer) dxDrawImageSection(hudS.fX, hudS.fY, hudS.fW-, currHeight, hudS.bgW, hudS.bgH, hudS.fW, currHeight, "heart.png")
  2. Is it the same as the heart system I did in the picture?
  3. sorry my photoshop have a error, I used Paint 3D kkk OK I need a help to create system is life heart person, for on life full and empty, 100% IMAGE SELECTION CUT == 50% life == 0% local life = getElementHealt(source) dxdrawimagesection() -- help ?
  4. Hello Guys ! , Can someone help me please ? ok, I have difficulty in only create a function dxDrawImageSection. I need a function that the image is cut from top to bottom but with the count of the character's life, can someone help me please! local health = getElementHealth(getLocalPlayer()) dxDrawImageSection(screenW * 0.0439, screenH * 0.8000, screenW * 0.045, screenH * 0.18, screenW * 0.0, screenH * 0.0, screenW * 0.045, screenH * 0.18, "health.png")
  5. NETCHK

    Server Error

    I have this Problem !!! I already reinstalled and nothing.
  6. My server not on start (VPS - Windows Server 2008 x86) Becouse :
  7. this ? requestBrowserDomains({"http://25.21.228.242/"}) function download() fetchRemote ( "http://25.21.228.242/all/car.txd", txd, "", false, getLocalPlayer() ) end please !!!
  8. you you have example ??
  9. need other example only client-side, please I have Problem fetchRemote ( "http://25.21.228.242/all/car.dff", txd, "", false, getLocalPlayer(), 400 ) -- not is doing download in Client-Side !!
  10. Hi everyone, I need help only in a fetchRemote function, I need an example to understand in client-side. Thank you all
  11. Vocês pode Por Favor me Ajuda mano como eu uso o : setPedStat
  12. você sabe o programa ?
  13. me ajuda com um sistema de dayz bom é assim eu abaixei os vehicle_spawns descompilado (descompilado) quer dizer q tem como compilar algo assim não é ?
  14. Bom Galera eu Queria Ajuda sobre o Sistemas de Skill De Armas Tipo eu nao quero deixa assim IMG :> http://i40.tinypic.com/5pph6p.png Tipo eu quero deixa assim IMG :> http://oi43.tinypic.com/dbpep.jpg
  15. Bom Galera eu Queria Ajuda sobre o Sistemas de Skill De Armas Tipo eu nao quero deixa assim IMG :> Tipo eu quero deixa assim IMG :>
×
×
  • Create New...