⚙️Installation

This is how to install our script easy on your server.

Requirements

Additional

Server-Config

start NativeUI
start mfp_blips
start mfp_banking

SQL Imports

CREATE TABLE mfp_player_loans (
    id INT AUTO_INCREMENT PRIMARY KEY,
    player_id VARCHAR(255) NOT NULL,
    amount INT NOT NULL,
    remaining_amount INT NOT NULL,
    repaid TINYINT NOT NULL
);

Thats it. Edit the config.lua the way you want it to. ^^

⚙ CONFIGURATION

Last updated