botter4dayz Posted February 28, 2016 Posted February 28, 2016 I have a list of scripts in my scripts folder but only some of them register as local scripts making them usable. The rest don't show up in the client?
Muffins Posted February 28, 2016 Posted February 28, 2016 install adobe reader and update, then refresh your scripts, should fix your issue. 6
Salty as fuck Posted February 28, 2016 Posted February 28, 2016 install adobe reader and update, then refresh your scripts, should fix your issue. I did the same thing when I was having issues. Can confirm this works.
Eagle Scripts Posted February 28, 2016 Posted February 28, 2016 If they have the same classnames it becomes an issue. If the main class of two local scripts is called 'main' for both, it will only register one of the two.
botter4dayz Posted February 28, 2016 Author Posted February 28, 2016 install adobe reader and update, then refresh your scripts, should fix your issue. Thanks for the response. Unfortunately that didn't work....I updated my adobe reader and clicked the refresh button on the scripts....nothing. 5
Zappster Posted February 28, 2016 Posted February 28, 2016 If they have the same classnames it becomes an issue. If the main class of two local scripts is called 'main' for both, it will only register one of the two. This. Also, are you missing the manifest in any of these scripts?
Vilius Posted February 28, 2016 Posted February 28, 2016 If they have the same classnames it becomes an issue. If the main class of two local scripts is called 'main' for both, it will only register one of the two. That is false, all of my local scripts have their main class named "Main" and all of the scripts show up in the list.
Eagle Scripts Posted February 28, 2016 Posted February 28, 2016 That is false, all of my local scripts have their main class named "Main" and all of the scripts show up in the list. Well, this happened to me when i got into scripting. Only thing that fixed it for me was using different classnames (:
botter4dayz Posted February 28, 2016 Author Posted February 28, 2016 (edited) Well, this happened to me when i got into scripting. Only thing that fixed it for me was using different classnames (: I know they have different class names... Edit: The scripts are kinda old. Maybe like 5-6 months? Edited February 28, 2016 by botter4dayz
Eagle Scripts Posted February 28, 2016 Posted February 28, 2016 I know they have different class names... Edit: The scripts are kinda old. Maybe like 5-6 months? How old the scripts are shouldn't really matter.
botter4dayz Posted February 28, 2016 Author Posted February 28, 2016 How old the scripts are shouldn't really matter. Ok well shoot. I guess I'll go without. A lot of the scripts are still available on the SDN now anyway...Only be missing out on a few I wanted.
Eagle Scripts Posted February 28, 2016 Posted February 28, 2016 Ok well shoot. I guess I'll go without. A lot of the scripts are still available on the SDN now anyway...Only be missing out on a few I wanted. Sorry we haven't been able to fix your problem
botter4dayz Posted February 28, 2016 Author Posted February 28, 2016 Sorry we haven't been able to fix your problem No, thanks for trying to help Is appreciated.
lisabe96 Posted February 29, 2016 Posted February 29, 2016 When there is no manifest they will not show up, also when the same manifest title is used in multiple scripts only one will show up
Aeonx Posted February 29, 2016 Posted February 29, 2016 When there is no manifest they will not show up, also when the same manifest title is used in multiple scripts only one will show up ++ on that!