Skip to main content
This is a common issue that is resolved by simply understanding how the script operates. By default, the metadata features are enabled in the script. You can see this by visiting lation_weed/config/config.lua and looking at line 15, does it show metadata set to true? If so, this is likely why. When metadata is enabled, you cannot spawn the items. When spawned, the items will not contain the metadata the script is looking for.You have two options from here. First, drop, remove or delete the watering can and/or fertilizer items you already have. Then visit the “Smoke on the Water” supply shop that is included with the script and purchase the watering can and/or fertilizer items from there. Now, the items will contain the necessary metadata and watering/fertilizing will work as expected.The second option is, if you wish, you can disable the metadata features in this script by setting the metadata option mentioned above to false. When disabled, the script will now use and consume the items on a single use and it will work as expected even when the items are spawned.
This is a common issue that is resolved by simply understanding how the script operates. By default, the metadata features are enabled in this script. You can verify this by visiting lation_weed/config/config.lua and looking at line 15, does it show metadata set to true? If so, this is likely why. When metadata is enabled, you cannot spawn the items. When spawned, the items will not contain the metadata the script is looking for.The only way to properly test or use the rolling and/or bagging tables when metadata is enabled is by growing a weed plant, harvesting it, and using those specific items obtained. When done this way, the items will contain the necessary metadata the script is looking for during the rolling or bagging process and work as expected.The only other option is disabling the metadata option mentioned above to false. When disabled, the script will no longer look for or consider the metadata values and will now allow you to use spawned items, since it no longer takes the metadata values into account.
By default the script will only allow weed planting on specific soils and surfaces. You can verify this by looking inside lation_weed/config/config.lua and finding the Config.Planting section. Inside this section of the config you will find all the planting related settings. If you scroll down you’ll find a “soil” and a “collision” section. These are the settings most likely restricting your ability to plant anywhere you want.If you wish to allow planting on any surface, the first thing you would want to do is set the soil.enable option to false. Once it is set to false, you will be able to plant anywhere! However, if you are attempting to plant indoors, such as in housing shells or similar, then you may also need to set the collision option to false.
No, in the weed script the lab is a shared public location. However with that said, inside the lation_weed/client/functions.lua file is an open source function called CanEnterLab() that can be edited to suit your needs and customize who can and cannot enter if you have the knowledge to do so! Please note, we cannot help you write custom code, so any changes you wish to make must be done yourself.
Sorry about that! Please reach out to us on Discord or via email at support@lationscripts.com regarding your issue.
When working with, testing, or tweaking this resource; do not restart the script! To properly restart this resource you first must stop lation_weed then ensure lation_weed. Failure to do so can cause issues, errors, and unexpected behavior.