Jump to content

Simple0x47

Members
  • Posts

    1,518
  • Joined

  • Last visited

  • Days Won

    8

Simple0x47 last won the day on January 12 2020

Simple0x47 had the most liked content!

About Simple0x47

  • Birthday 21/02/2001

Details

  • Gang
    I'm not a gangster
  • Location
    Spain
  • Occupation
    None
  • Interests
    IT

Recent Profile Visitors

11,375 profile views

Simple0x47's Achievements

Loc

Loc (38/54)

307

Reputation

Single Status Update

See all updates by Simple0x47

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