Documentation Index
Fetch the complete documentation index at: https://docs.r-scripts.net/llms.txt
Use this file to discover all available pages before exploring further.
Common Installation Issues
Most issues with come from missing dependencies or incorrect configuration. Follow these steps to resolve the most common problems.Configure Your Framework
Open the For QBCore:For QBX:
config.lua file in each script and set your framework correctly.For ESX:Import SQL Files
Some scripts have
.sql files that must be imported into your database.Option 1: Manual Import- Open your database management tool (HeidiSQL, etc.)
- Import the
.sqlfile from each script folder
- Set
R.EnableAutoinsert = truein config.lua - Start the resource once to create tables automatically
- Set it back to
falseafter first start (if you wish)
Script-Specific Issues
R_Store - Credits not updating
R_Store - Credits not updating
Problem: Player credits don’t update after purchase or admin command.Solutions:
- Check that oxmysql is properly installed and running
- Verify database tables exist:
r_store_playersr_store_purchases
- Check server console for SQL errors
R_FFA - Players stuck in arena
R_FFA - Players stuck in arena
Problem: Players can’t leave the FFA arena.Solutions:
-
Use the leave command:
-
Check that the command is configured:
- Verify the arena zone configuration is correct
- Check for errors in when leaving
Still Having Issues?
If you’ve tried all the solutions above and still experiencing problems:Join Discord Support
Get help from our community and staff
Check Documentation
Read detailed guides for each script
