IDEA: Scripts should be able to activate / disable them on a per user basis - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: IDEA: Scripts should be able to activate / disable them on a per user basis (/showthread.php?tid=61623) IDEA: Scripts should be able to activate / disable them on a per user basis by Bram on 06-26-2006 at 06:38 PM Because on PCs which are shared with verious users right not the script is loaded for everyone, which could cause unwanted problems. What do you think? RE: IDEA: Scripts should be able to activate / disable them on a per user basis by CookieRevised on 06-26-2006 at 07:03 PM
Maybe.... RE: IDEA: Scripts should be able to activate / disable them on a per user basis by Salem on 06-27-2006 at 07:42 AM
quote: I didn't come across the fact the script status was for all Messenger accounts, as i'm just about the only user using this computer. But yes, i think this should be done. Makes MP!L more customizable ~Salem RE: IDEA: Scripts should be able to activate / disable them on a per user basis by Patchou on 06-27-2006 at 10:48 PM
This was not done because of the way the old plugins used to work. Plugins were enabled/disabled on a per user basis and it proved to be a bad idea and caused various problems. RE: IDEA: Scripts should be able to activate / disable them on a per user basis by Mr. Bougo on 06-28-2006 at 05:01 AM
And what about adding a script object with a property like "enabled" ? RE: RE: IDEA: Scripts should be able to activate / disable them on a per user basis by the andyman on 07-01-2006 at 08:41 PM
quote:It always seemed to work for me and I'd like to see it return too ( http://shoutbox.menthix.net/showthread.php?tid=61...d=682626#pid682626 ) The only scripts I've seen so far that do anything like this are ones which allow different settings of the functions per account - I haven't seen one yet (including in the official database) that allows itself to be enabled/disabled per account. RE: IDEA: Scripts should be able to activate / disable them on a per user basis by Squelettor on 07-26-2006 at 01:40 AM
What you can do : code: in the OnEvent_Signin (creat it if don't exist) code: and in all the function OnEvent, on the top : code: If you have a lot of script, It can be long but you just have make this juste 1 on time ^^ Squelettor |