Installations

Step 1 โžก Dependencies

This is one of the most important parts, since without the dependencies, the resource will never work or not start, here we will list the dependencies with their respective links for you to download and add them to your server.

Step 2 โžก Resources in server.cfg

if you are using ESX โžก NEVER, but NEVER, you must place the resources above es_extended, if you do this they will never work and will throw errors

The correct order of the resources is as follows, always keeping es_extended and its cores above, but the other normal resources below

ensure sffishing

Step 3 โžก Database

Run query/SQL query and paste below code

CREATE TABLE `sffishing` (
  `id` int(11) NOT NULL,
  `playerid` varchar(64) NOT NULL,
  `exp` int(11) NOT NULL,
  `level` int(11) NOT NULL,
  `catalog` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

ALTER TABLE `sffishing` ADD PRIMARY KEY (`id`);
ALTER TABLE `sffishing` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1;

Step 4 โžก folder install-need-data

Copy the data to the appropriate scripts, everything is described there.

Step 5 โžก Click on Config

Last updated