Jump to content

MultiNo

Members
  • Posts

    29
  • Joined

  • Last visited

Details

  • Gang
    OM

Recent Profile Visitors

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

MultiNo's Achievements

Advanced Member

Advanced Member (8/54)

0

Reputation

  1. could you send me the image of the map that you used on your radar please ? Sorry, no. It is a quite big file. I have really bad upload speed. I don't want to upload it until someone buy the radar. smoothly since found a very similar to that on the internet, thanks anyway, and good luck I did not want the map to copy it, I just needed a radar with many details like that. Before I was editing the map style of the GTA V, but had no details of what I wanted
  2. MultiNo

    [Solved]

    local startTime = 0 local rootElement = getResourceRootElement(getThisResource()) local totalTime = 5000 local sx,sy = guiGetScreenSize() local px,py = 1600,900 local x,y = (sx/px), (sy/py) local RR = math.random(100, 255) local BB = math.random(100, 255) local GG = math.random(100, 255) function createText() local aux = getTickCount() - startTime dxDrawText("Your Text Here",x*280, y*400, x*1320, y*120, tocolor(RR, BB, GG, 255), 2, "bankgothic" ) if aux > totalTime then removeEventHandler("onClientRender", root, createText) end end function ShowText() startTime = getTickCount() addEventHandler("onClientRender", root, createText) end addEventHandler("onClientResourceStart", rootElement, ShowText)
  3. MultiNo

    [Solved]

    Edit the coordinates, try putting a little more to the left I had tested with those coordinates before, and everything works perfectly. sx,sy = guiGetScreenSize() px,py = 1600,900 x,y = (sx/px), (sy/py) dxDrawText("Your Text Here",x*280, y*400, x*1320, y*120, tocolor(255, 255, 255, 255), 2, "bankgothic" )
  4. MultiNo

    [Solved]

    Edit line 10 with your text, coordinates, and other things necessary.
  5. MultiNo

    [Solved]

    local startTime = 0 local rootElement = getRootElement() local totalTime = 5000 function createText() local aux = getTickCount() - startTime dxDrawText("Text",x,y, etc... ) if aux > totalTime then removeEventHandler("onClientRender", rootElement, createText) end end function ShowText() startTime = getTickCount() addEventHandler("onClientRender", rootElement, createText) end addEventHandler("onClientResourceStart", rootElement, ShowText) Try this
  6. MultiNo

    [Solved]

    Where you set the value of X, y, sh, sw?
  7. https://community.multitheftauto.com/ind ... s&id=10109 This feature is stolen from Gangwar server, the Unit-Games community, and even has a text with the link of the forum. The original authors of this script are Ruun and Zolo. I do not know if this is a good test, but that link you can see the owners of the community: http://unit-games.com/forum/index.php?s ... t&filter=4
  8. And one more thing, the HUD ALREADY EXISTS FOR GTA, none of us created the designer of it! it's hard 2 people have the idea of ​​creating a similar Hud one that found ne one of the largest sites for GTA mods world? and besides everything. if I had actually stolen, you would have already posted proof of how I got the code.
  9. Translate = Download Locked Funny thing, since you said that the original author is DNL291 because on your website, you judge the author? It may be that DNL291 has also created this HUD, but this has nothing to do. If I knew it and I had access to his HUD like you, because I waste my time asking for help in the community to create such a function? Functions to create HUD'S DX are the same, I mean that all use the same functions.
  10. could you send me the image of the map that you used on your radar please ?
  11. MultiNo

    [HELP]Skin

    getAccountName getPlayerAccount engineLoadTXD engineImportTXD engineLoadDFF engineReplaceModel
×
×
  • Create New...