📝How to Install

If you face any issues, you can contact us on our Discord and we will help you to the utmost of our abilities.

Dependencies:

  • nopixel4_3dp_cashexchange MLO

Setup Guide

Follow the steps below:

  1. Download the script from keymaster.fivem.net

  2. Extract the provided files.

  3. Add the following items to your qb-core. Images have been provided already.:

        ["bandedcash"] 							= {["name"] = "bandedcash",  	     		["label"] = "Banded Cash",	 		["weight"] = 0.1, 		["type"] = "item", 		["image"] = "bandedcash.png", 				["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,   	["combinable"] = nil,   ["description"] = ""},
        ['hack_usb'] 				 		 = {['name'] = 'hack_usb', 			    		['label'] = 'USB', 					['weight'] = 200, 	['type'] = 'item', 		['image'] = 'usb_device.png', 				['unique'] = false, 	['useable'] = false, 	['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = 'The real deal...'},
  4. ONLY FOR OX_DOORLOCK USERS. RUN THE SQL BELOW


INSERT INTO `ox_doorlock` (`id`, `name`, `data`) VALUES
	(439, 'cashexbackdoor', '{"coords":{"x":139.42642211914063,"y":-1337.7818603515626,"z":29.35242080688476},"groups":{"police":0},"doors":false,"heading":309,"state":1,"model":-326499531,"maxDistance":2,"hideUi":true}'),
	(440, 'cashexcase1', '{"coords":{"x":131.18772888183595,"y":-1338.3568115234376,"z":29.83489036560058},"doors":false,"heading":226,"state":1,"model":254199918,"maxDistance":2,"hideUi":true}'),
	(441, 'cashexcase2', '{"coords":{"x":134.31080627441407,"y":-1345.26123046875,"z":29.83489036560058},"doors":false,"heading":316,"state":1,"model":254199918,"maxDistance":2,"hideUi":true}'),
	(442, 'cashexpersonal', '{"coords":{"x":125.31749725341797,"y":-1342.05517578125,"z":29.83489036560058},"groups":{"police":0},"doors":false,"heading":136,"state":1,"model":498591120,"maxDistance":2,"hideUi":true}'),
	(443, 'cashexpersonal2', '{"state":0,"model":254199918,"coords":{"x":127.431396484375,"y":-1342.24072265625,"z":29.83489036560058},"hideUi":true,"maxDistance":2,"heading":226,"doors":false}');
  1. After running the SQL, go ahead and configure the script to your liking.

  2. Enjoy the script.

If you face any difficulties, you can contact us anytime on our Discord by creating a support ticket.

Discord: https://discord.gg/storm-dev

Last updated