Jump to content

D.O.G

Members
  • Posts

    6
  • Joined

  • Last visited

Details

  • Gang
    Grove

Recent Profile Visitors

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

D.O.G's Achievements

Newbie

Newbie (4/54)

2

Reputation

Single Status Update

See all updates by D.O.G

  1. 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...