Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 13

Threaded View

  1. #13
    Master frontzosd's Avatar
    Join Date
    Jun 2012
    Location
    Greece
    Age
    55
    Posts
    616
    Rep Power
    1447

    Default

    There is something in lua which, we can unload a zip

    And , it has nothing to do with the Author and his code of this zip!


    It is..
    ui.Plugin.unload("A_Alain57_RoundDir3D")

    And we write in other zip of course!!
    like this:
    With giving a condition in a Menu..

    if MODEL.lua.aDircRound() then
    ui.Plugin.unload("A_Alain57_RoundDir3D")
    end


    function sc_enableDiricons()
    MODEL.lua.aDircRound = not MODEL.lua.aDircRound()
    end

    MODEL.SETPERSISTENT.lua.aDircRound = BOOL_MODEL(true)

    BUT UNFORTUNATELY dear friend Titanic.
    it doesn't work!!

    But for other zip s it works!!!
    Last edited by frontzosd; 5th June 2018 at 07:47 AM.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •