π¦ 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.fragmentor.io/
2. Add to Resources β
Place the script folder inside your server:
resources/[fixitfy]/fx-scriptname3. Server.cfg β
Add the script to your server config:
ensure fx-scriptname4. 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.fragmentor.io/
π§βπ» 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.
