Jump to content

NETCHK

Members
  • Posts

    20
  • Joined

  • Last visited

About NETCHK

  • Birthday 22/01/1998

Details

  • Gang
    BRAZIL

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

NETCHK's Achievements

Civilian

Civilian (7/54)

0

Reputation

  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
×
×
  • Create New...