BRB Wanted Poster System - Installation Guide
Welcome to the official installation guide for the BRB Wanted Poster System. Follow these steps to quickly set up the system on your RedM server using the VORP Framework.
π¦ Step 1: Download and Extract
Download the latest version of the BRB Wanted Poster System.
Extract the contents to your RedM
resources
folder.
βοΈ Step 2: Configure the Resource
Open the
config.lua
file located inside thebrb-wanted
folder.Adjust the settings to fit your server, including:
PoliceJobs: Set the roles allowed to create posters (e.g.,
police
,sheriff
).Bounty Limits: Configure minimum and maximum bounty amounts.
Save the changes.
ποΈ Step 3: Database Setup
Ensure you have MySQL installed and running on your server.
Import the provided SQL file using your preferred MySQL management tool with the following command:
Verify that the following tables are created:
wanted_posters (Stores poster data like name, crime, and bounty)
Confirm your database connection settings in the
server.cfg
file.
π οΈ Step 4: Add to Server.cfg
Navigate to your server's root folder.
Open the
server.cfg
file.Add the following line to start the resource:
Save and close the file.
π Step 5: Start Your Server
Launch your RedM server.
Verify that
brb-wanted
is running using the console or server logs.Youβre all set! Use
/createposter
as a police officer or sheriff to create your first wanted poster.
π§βπ» Troubleshooting Tips
Resource Not Starting? Ensure you have
oxmysql
installed and properly configured.Posters Not Displaying? Check the database tables using a MySQL client.
UI Not Loading? Verify that the files in the
ui
folder are accessible and correctly linked.
π― Final Words
The BRB Wanted Poster System brings a new level of realism and excitement to your roleplay server. Track criminals, deliver justice, and create immersive scenarios for your players.
If you encounter any issues or need further assistance, feel free to reach out through our support channels.
Enjoy the Wild West with BRB Wanted Poster System!
Last updated