Fishing
Installation
Full installation guide to get this script up & running in no time.
Download Asset(s)
Login to your Granted Assets - CFX Portal
Download RxFishing
Download Dependencies
Configure Items
The script comes pre-configured with items, including default items from a framework and/or custom items provided by us. Review all config files to ensure these items exist in your inventory.
RxFishing/[INSTALLATION]/items
within the script Head to
Open the file with the name of your inventory & copy the items
If there is no file for the inventory you're using, take them from another file and create the items on your own.
Paste the items in your inventory
RxFishing/[INSTALLATION]/images
& copy all images Head to
Paste all images in your inventory
Modify Database
RxFishing/[INSTALLATION]/rx_fishers.sql
Head to
Open the file in HeidiSQL or phpMyAdmin
Execute the query
Ensuring Asset(s)
To make sure the asset(s) starts & works properly we need to make sure all asset(s) start in the correct order in your server.cfg. Below you can find an example of how it can look like.
You can also create a folder called
[rx]
in your resource folder. If you own multiple scripts from RX, you will not need to add them all to your server.cfg seperately.server.cfg
# 1. Start oxmysql
ensure oxmysql
# 2. Start your framework
ensure es_extended or qb-core or qbx_core
# 3. Start ox_lib
ensure ox_lib
# 4. Start fmLib (MUST be ensured below frameworks, inventories & such)
ensure fmLib
# 5. Finally, start our asset singularly
ensure RxFishing
# Or, start all of our assets at once
ensure [rx]