Introduction
This documentation will guide you through using our scripts. Here you’ll find information on how to install, use, and troubleshoot them.
Note: Make sure you have all the necessary permissions to use these scripts. If you have questions or encounter issues, don’t hesitate to contact us.
For the best experience, we recommend reading the documentation thoroughly before starting. The scripts are designed to be flexible and easy to integrate, and the examples will help you adapt them to your specific needs.
Documentation structure:
- 🔧 Step-by-step installation
- ⚙️ Configuration guide
- 📚 Usage examples
- 🛠️ Troubleshooting
- ❓ Frequently asked questions
- 📞 Support & Contact
This documentation is updated regularly to reflect the latest changes in our scripts. We often release improvements, so check back from time to time.
Suggestions: If you have ideas on how we could improve this documentation or want to contribute, your feedback is welcome! You can send suggestions via the contact form or by email.
Thank you for choosing our scripts! Good luck with implementation, and remember — we’re here to help.
Installation
Follow these steps to properly install our scripts:
1. Download: Go to the Downloads section on our website and download the latest version of the scripts.
2. Extract: Unzip the files into a dedicated working folder.
3. Permissions: Ensure all files have the proper execution permissions.
4. Initial setup: Open the config file and adjust it to your needs.
5. Testing: Run a basic test to make sure everything works as expected.
If you run into issues during installation, check the “Troubleshooting” section.
Configuration
After installation, the scripts can be configured to suit your needs:
Start Script: To start the script, use the command refresh;ensure scriptname
, where scriptname
is your script’s name.
Configuration file: Open config.lua
, server.lua
, main.lua
or client.lua
(depending on the package used). Here you can set values like IDs and permissions.
Custom parameters: Each script allows unique parameters. You’ll find the complete list in internal comments or in the README file.
Reloading: After changes, make sure to restart the script or use refresh;restart scriptname
to apply the updates.
Don’t forget to back up your config before updates!
Usage Examples
Some quick examples:
1. Activate script via command: refresh;ensure script_name
2. Use in an event: TriggerEvent("script_name:start", parameters)
3. Integration with other scripts: You can call internal functions from other scripts using exports["script_name"]:useful_function()
.
For more detailed examples or if you run into difficulties, feel free to contact our SUPPORT team — we’re here to help!
Troubleshooting
If you encounter issues, check the list below:
🔴 Script won’t start: Make sure all files are in the correct folder and have execution permissions.
⚠️ 'nil value' error: Check the configuration file — an essential value may be missing.
📛 Commands not working: Ensure the script is properly registered in server.cfg
.
🌐 Compatibility issues: Some scripts may conflict with others. Test them individually to isolate the problem.
For extra help, visit the support page or contact us directly.
Frequently Asked Questions
💬 How do I install a script?
See the “Installation” section for detailed steps.
🔒 Do the scripts require special permissions?
Yes, some features require admin privileges. These are detailed in the config file.
🌍 Is it available in multiple languages?
The documentation is only in English, and some scripts are only in Romanian.
🆕 What happens when there’s an update?
You can download the new version, and your existing configs will remain valid if compatible.