Jump to content

Simple0x47

Members
  • Posts

    1,518
  • Joined

  • Last visited

  • Days Won

    8

Reputation Activity

  1. Haha
    Simple0x47 got a reaction from kieran for a status update, MTA is like a drug, it's hard to exit from it.   
    MTA is like a drug, it's hard to exit from it. 
  2. Haha
    Simple0x47 got a reaction from koragg for a status update, MTA is like a drug, it's hard to exit from it.   
    MTA is like a drug, it's hard to exit from it. 
  3. Haha
    Simple0x47 reacted to D.O.G for a status update, Hey man. I have tried all posible ways to use function setInteriorFurnitureEnabled(i,   
    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?
  4. Like
    Simple0x47 got a reaction from iPrestege for a status update, Game developing here I'm coming!   
    Game developing here I'm coming!
  5. Like
    Simple0x47 got a reaction from ^iiEcoo'x_) for a status update, Game developing here I'm coming!   
    Game developing here I'm coming!
  6. Like
    Simple0x47 got a reaction from koragg for a status update, Game developing here I'm coming!   
    Game developing here I'm coming!
×
×
  • Create New...