For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

If you aren't familiar with programming or just you don't know how to set up the script, we present our installation guide which is as comprehensive as possible so you don't have any difficulties.


1

Download

Download mst_crypto from Portal.

2

Dependencies

Required:

Optional:

3

Resources Order

SERVER.CFG
ensure es_extended/qb-core/qbx_core
ensure oxmysql
ensure ox_lib

ensure inventory
ensure phone
ensure clothing
ensure banking
ensure fuel
ensure target

ensure k4mb1_hardware
ensure k4mb1-operations
ensure k4mb1-hideout

ensure mst_bridge
ensure mst_placement
ensure mst_crypto
4

Database

  • Add the images from the inventory_images folder inside mst_crypto to your inventory system’s image directory.

INSERT INTO `items` (`name`, `label`, `weight`) VALUES
	('k4mb1_pc_case1', 'PC Case - Compact', 5),
	('k4mb1_pc_case2', 'PC Case - Standard', 5),
	('k4mb1_pc_case3', 'PC Case - Full Tower', 6),
	('k4mb1_pc_mthrbrd1', 'Basic Motherboard', 1),
	('k4mb1_pc_mthrbrd2', 'Pro Motherboard', 1),
	('k4mb1_pc_cpu1', 'Entry CPU', 1),
	('k4mb1_pc_cpu2', 'Performance CPU', 1),
	('k4mb1_pc_gpu1', 'Mining GPU G1', 1),
	('k4mb1_pc_gpu2', 'Mining GPU G2', 1),
	('k4mb1_pc_gpu3', 'Mining GPU G3', 2),
	('k4mb1_pc_gpu4', 'Mining GPU G4', 2),
	('k4mb1_pc_ram1_8gb', 'RAM 8GB Kit', 1),
	('k4mb1_pc_ram1_16gb', 'RAM 16GB Kit (Basic)', 1),
	('k4mb1_pc_ram1_32gb', 'RAM 32GB Kit (Basic)', 1),
	('k4mb1_pc_ram2_16gb', 'RAM 16GB Kit (Pro)', 1),
	('k4mb1_pc_ram2_32gb', 'RAM 32GB Kit (Pro)', 1),
	('k4mb1_pc_ram2_64gb', 'RAM 64GB Kit (Pro)', 1),
	('k4mb1_pc_ram3_32gb', 'RAM 32GB Kit (Elite)', 1),
	('k4mb1_pc_ram3_64gb', 'RAM 64GB Kit (Elite)', 1),
	('k4mb1_pc_ram3_128gb', 'RAM 128GB Kit (Elite)', 1),
	('k4mb1_pc_psu1', 'PSU 550W', 2),
	('k4mb1_pc_psu2', 'PSU 850W', 2),
	('k4mb1_pc_psu3', 'PSU 1200W', 2),
	('k4mb1_pc_psu2-3', 'PSU 1200W', 2),
	('k4mb1_pc_cpu_fan1', 'Air CPU Cooler', 1),
	('k4mb1_pc_cpu_fan2', 'AIO CPU Cooler', 1),
	('k4mb1_pc_w_cooler', 'Custom Water Cooler', 1),
	('k4mb1_pc_ssd', '2.5" SSD', 1),
	('k4mb1_pc_ssd_m2', 'M.2 SSD', 1),
	('k4mb1_pc_hdd', '3.5" HDD', 1),
	('k4mb1_pc_front_fans', 'Front Fan Kit', 1),
	('k4mb1_pc_top_fans', 'Top Fan Kit', 1),
	('k4mb1_pc_back_fan', 'Rear Exhaust Fan', 1),
	('k4mb1-miningrig-tier1', 'Mining Rig T1', 15),
	('k4mb1-miningrig-tier2', 'Mining Rig T2', 18),
	('k4mb1-miningrig-tier3', 'Mining Rig T3', 22),
	('k4mb1_pc_keyboard1_mini', 'Keyboard 1 Mini', 1),
	('k4mb1_pc_keyboard1_half', 'Keyboard 1 Half', 1),
	('k4mb1_pc_keyboard1_full', 'Keyboard 1 Full', 1),
	('k4mb1_pc_keyboard2', 'Keyboard 2', 1),
	('k4mb1_pc_keyboard3', 'Keyboard 3', 1),
	('k4mb1_pc_keyboard4', 'Keyboard 4', 1),
	('k4mb1_pc_keyboard5', 'Keyboard 5', 1),
	('k4mb1_pc_keyboard6', 'Keyboard 6', 1),
	('k4mb1_pc_keyboard7', 'Keyboard 7', 1),
	('k4mb1_pc_monitor1', 'Monitor 1', 3),
	('k4mb1_pc_monitor1_curved1', 'Monitor 1 Curved', 3),
	('k4mb1_pc_monitor1_curved2', 'Monitor 1 Curved Pro', 3),
	('k4mb1_pc_monitor2_ultra_wide', 'Monitor 2 Ultrawide', 3),
	('k4mb1_pc_monitor3', 'Monitor 3', 3),
	('k4mb1_pc_monitor4', 'Monitor 4', 3),
	('k4mb1_pc_monitor5', 'Monitor 5', 3),
	('k4mb1_pc_monitor6', 'Monitor 6', 3),
	('k4mb1_pc_monitor7', 'Monitor 7', 3),
	('k4mb1_pc_monitor8', 'Monitor 8', 3),
	('k4mb1_pc_mouse1', 'Mouse 1', 1),
	('k4mb1_pc_mouse2', 'Mouse 2', 1),
	('k4mb1_pc_mouse3', 'Mouse 3', 1),
	('k4mb1_pc_mouse4', 'Mouse 4', 1),
	('k4mb1_pc_mouse5', 'Mouse 5', 1),
	('k4mb1_pc_mouse6', 'Mouse 6', 1)
;
5

Any other configurations?

You will also no longer have to change the framework manually, for each script, as well as the language, notifications, etc. Everything happens through the config.lua file of mst_bridge.

6

Not working?

We hope you won’t need this step, but if you do, feel free to join our Discord and open a support ticket. :)

Last updated