Jump to content

Simple0x47

Members
  • Posts

    1,518
  • Joined

  • Last visited

  • Days Won

    8

Status Replies posted 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

  2. Sorry Bro for that

    But Can You FIX my script ERROR 

    [16:12:08] ERROR: tr-lobby/server.lua:139: bad argument #2 to 'random' (interval is empty)

    AND

    [16:12:11] ERROR: Client ([COT]Zyper) triggered serverside event onClientReady2, but event is not added serverside

     

    1. Simple0x47

      Simple0x47

      It seems the message has been cut when you were to say the errors. Please try again and be sure the errors get posted.

    2. (See 3 other replies to this status update)

  3. Sorry Bro for that

    But Can You FIX my script ERROR 

    [16:12:08] ERROR: tr-lobby/server.lua:139: bad argument #2 to 'random' (interval is empty)

    AND

    [16:12:11] ERROR: Client ([COT]Zyper) triggered serverside event onClientReady2, but event is not added serverside

     

×
×
  • Create New...