Jump to content

D.O.G

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by D.O.G

  1. Anything new to share for others? Cuz that link is dead ://
  2. hello MTA Community ? Everyone is so in to script & scripting the servers that we often forget that to bring in new player or even bringing back the old ones we should have talked more about 4K graphics and latest ENB who actually work on MTA. Share the info where we can get them, how to set them up and serve in to the players hands with out struggling , x1001 googling and testing non working trash till most of people just would give up. There could be lot of new MTA users if they could actually see each of us playing online with "breath taking" graphics not the ones they remember back then. So im asking you to share your thoughts and even solutions if you have some ? Much loov to all the MTA Dev & Community Members
  3. Hello developers and all members of the MTA Community. im looking to buy a fresh, optimazed npc hlc traffic system for my roleplay community. If there is anyone who has a intrest or a resource that he could sell to me - let me know. Regards
  4. D.O.G

    Map Converter

    Could anyone know about web pages for map converting (*dlux* / *f.fs*) are they disabled for a short period Do they often disconnect from online. Could it be offline forever? Im working on my interior-furniture system and i can't continue whit out them help. Any other sites i could use? type of the conv. i need is: createObject(14754,83.7000000,1321.9000000,1123.6000000,0.0000000,0.0000000,0.0000000) Thanks in advance
  5. Hey man.
    I have tried all posible ways to use function setInteriorFurnitureEnabled(i, false)

    function removeAll ()
    for i = 0, 1, 2, 3, 4, do -- will Disable All ..
        setInteriorFurnitureEnabled(i, false)
    end
    end
    addEventHandler("onResourceStart",resourceRoot,removeAll)


    _____________________________________________________________

    local Disable = {1,2,3,4} 
    for _,i in ipairs (Disable) do
        setInteriorFurnitureEnabled(i, false)
    end

    _______________________________

    Can you help me man?

    1. Simple0x47

      Simple0x47

      Contact me on skype: killer.68x

×
×
  • Create New...