Script Guide
Welcome to the official Fixitfy documentation. This guide will help you install, configure, and run our premium RedM scripts quickly and correctly.
On this page (21)
- 1📦 Fixitfy Script Guide
- 1.1⚡ Requirements
- 1.2📥 Installation
- 1.2.11. Download Script
- 1.2.22. Add to Resources
- 1.2.33. Server.cfg
- 1.2.44. Database Setup (if required)
- 1.2.55. Restart Server
- 1.3⚙️ Configuration
- 1.4🔥 Features
- 1.5🧪 Testing
- 1.6❗ Common Issues
- 1.6.1Script not starting
- 1.6.2Database errors
- 1.6.3UI not opening
- 1.7⚙️ Config Tips
- 1.8💬 Support
- 1.9🛒 Store
- 1.10🧑💻 GitHub
- 1.11💎 Pro Tips
- 1.12🚀 Final Note
#📦 Fixitfy Script Guide
Welcome to the official Fixitfy documentation.
This guide will help you install, configure, and run our premium RedM scripts quickly and correctly.
#⚡ Requirements
Before installing any Fixitfy script, make sure your server meets the following requirements:
- ✅ RedM server (latest build recommended)
- ✅ OneSync enabled
- ✅ Framework:
- VORP or
- RSG Core
- ✅
oxmysqlinstalled and working - ✅ Basic knowledge of server resource management
#📥 Installation
Follow these steps to install any Fixitfy script:
#1. Download Script
Download your script from our official store:
👉 https://fixitfy.com.tr/store
#2. Add to Resources
Place the script folder inside your server:
resources/[fixitfy]/fx-scriptname
#3. Server.cfg
Add the script to your server config:
ensure fx-scriptname
#4. Database Setup (if required)
Some scripts require database tables.
Run the provided .sql file:
-- example
CREATE TABLE fx_example (
id INT AUTO_INCREMENT PRIMARY KEY
);
#5. Restart Server
Restart your server or run:
refresh
ensure fx-scriptname
#⚙️ Configuration
Each Fixitfy script includes a config.lua.
Example:
Config.Debug = false
Config.Framework = "VORP" -- or "RSG"
Config.SyncDistance = 50.0
👉 Always read the config before using the script.
#🔥 Features
Fixitfy scripts are built with:
- ⚡ Optimized performance
- 🔄 Real-time synchronization
- 🧠 Smart logic systems
- 💎 Modern UI integration
- 🔒 Secure server-side validation
#🧪 Testing
After installation:
- Join your server
- Trigger the script (command / item / UI)
- Check console for errors
If something doesn’t work:
F8 → check errors
server console → check logs
#❗ Common Issues
#Script not starting
- Check
ensure fx-scriptname - Verify folder name is correct
#Database errors
- Make sure SQL is imported
- Check
oxmysqlconnection
#UI not opening
- Check NUI focus
- Verify HTML files are loaded
#⚙️ Config Tips
- Keep debug mode off in production
- Always match framework config correctly
- Do not rename script folders unless instructed
- Use latest server artifacts for best compatibility
#💬 Support
Need help?
👉 Discord: https://discord.gg/vFumUbCet5
#🛒 Store
Browse all Fixitfy products:
👉 https://fixitfy.com.tr/store
#🧑💻 GitHub
Open-source tools & updates:
👉 https://github.com/Fixitfy
#💎 Pro Tips
For best performance:
- Avoid running too many heavy scripts together
- Keep your server updated
- Monitor server performance regularly
Fixitfy systems are optimized — but your server setup still matters.
#🚀 Final Note
Fixitfy is built for serious servers that care about:
- Stability
- Performance
- Player experience
We don’t just make scripts — we build systems.