[OUTDATED]Trifecta's Black Market Mod [LUA] 0.1b
8.350
183
8.350
183
IMPORTANT QUICK FIX
Open BlackMarketMod.lua and add the following lines under "local BlackMarketMod = {}" :
http://pastebin.com/5L66TvFJ
Save the file and play the game!
The Black Market Mod adds a Black Market Dealer marked with a red skull on the map.
This dealer will sell you the EOD bomb suit for Trevor, Michael and Franklin for a cost.
He will sell you Armored Vehicles like the Insurgent, Duke O' Death, Technical and Kuruma.
Keep In Mind That I Will Follow The Same Procedure I Did On My Heist Mod.
This means that I will use your constructive (hopefully) criticism to fix and balance this mod. Basically, you will be the ones that will shape this mod. Just give ideas and opinions.
It's in very early stages.
INSTALLATION:
Make sure you have Scripthook V and LUA for Scripthook V plugin. (Yes, even the GUI... Will change that next update)
Copy the contents of the Black Market Mod Trifecta Folder into the scripts folder and replace everything.
Enjoy and I excuse myself for the bugs you will encounter.
Open BlackMarketMod.lua and add the following lines under "local BlackMarketMod = {}" :
http://pastebin.com/5L66TvFJ
Save the file and play the game!
The Black Market Mod adds a Black Market Dealer marked with a red skull on the map.
This dealer will sell you the EOD bomb suit for Trevor, Michael and Franklin for a cost.
He will sell you Armored Vehicles like the Insurgent, Duke O' Death, Technical and Kuruma.
Keep In Mind That I Will Follow The Same Procedure I Did On My Heist Mod.
This means that I will use your constructive (hopefully) criticism to fix and balance this mod. Basically, you will be the ones that will shape this mod. Just give ideas and opinions.
It's in very early stages.
INSTALLATION:
Make sure you have Scripthook V and LUA for Scripthook V plugin. (Yes, even the GUI... Will change that next update)
Copy the contents of the Black Market Mod Trifecta Folder into the scripts folder and replace everything.
Enjoy and I excuse myself for the bugs you will encounter.
Først uploadet: 28. maj 2015
Sidst opdateret: 28. maj 2015
Last Downloaded: 19 hours ago
68 Kommentarer
More mods by Trifecta:
IMPORTANT QUICK FIX
Open BlackMarketMod.lua and add the following lines under "local BlackMarketMod = {}" :
http://pastebin.com/5L66TvFJ
Save the file and play the game!
The Black Market Mod adds a Black Market Dealer marked with a red skull on the map.
This dealer will sell you the EOD bomb suit for Trevor, Michael and Franklin for a cost.
He will sell you Armored Vehicles like the Insurgent, Duke O' Death, Technical and Kuruma.
Keep In Mind That I Will Follow The Same Procedure I Did On My Heist Mod.
This means that I will use your constructive (hopefully) criticism to fix and balance this mod. Basically, you will be the ones that will shape this mod. Just give ideas and opinions.
It's in very early stages.
INSTALLATION:
Make sure you have Scripthook V and LUA for Scripthook V plugin. (Yes, even the GUI... Will change that next update)
Copy the contents of the Black Market Mod Trifecta Folder into the scripts folder and replace everything.
Enjoy and I excuse myself for the bugs you will encounter.
Open BlackMarketMod.lua and add the following lines under "local BlackMarketMod = {}" :
http://pastebin.com/5L66TvFJ
Save the file and play the game!
The Black Market Mod adds a Black Market Dealer marked with a red skull on the map.
This dealer will sell you the EOD bomb suit for Trevor, Michael and Franklin for a cost.
He will sell you Armored Vehicles like the Insurgent, Duke O' Death, Technical and Kuruma.
Keep In Mind That I Will Follow The Same Procedure I Did On My Heist Mod.
This means that I will use your constructive (hopefully) criticism to fix and balance this mod. Basically, you will be the ones that will shape this mod. Just give ideas and opinions.
It's in very early stages.
INSTALLATION:
Make sure you have Scripthook V and LUA for Scripthook V plugin. (Yes, even the GUI... Will change that next update)
Copy the contents of the Black Market Mod Trifecta Folder into the scripts folder and replace everything.
Enjoy and I excuse myself for the bugs you will encounter.
Først uploadet: 28. maj 2015
Sidst opdateret: 28. maj 2015
Last Downloaded: 19 hours ago
@PapiDimmi it does there is a heist you do in this suit with a minigun :D
@PapiDimmi It's only used in the Paleto Bay Heist... Sadly. It's something that should have been in the game.
@Everyone
I will continue the work on this mod after I finish polishing the Fleeca Heist! I'm sorry for making you wait but I've been busy lately.
Great mod ;) just a request: is it possible to add an alternate version of the EOD bomb suit we can have forever and disable/enable as much as we want without having to go buy another one every time ?
wow the bombsuit is actually quite weak against shotguns! In the the v1.7 of the heists you come across a lot of FIB agents with shotguns. Makes short work of the suit. Anyway to make it stronger Trifecta?
@Trifecta help me please when i load the game with this mod and lua sdk version it gives me and error and causes other mods to not load please help
@Trifecta hey XD i made you another trailer for this mod! sorry i didnt show how the mod works, and i only show the EOD Armor and Duke o Death Vehicle :c
I hope you enjoy it ! https://www.youtube.com/watch?v=aX8zcUIWcwU
@QuantumGLaDOS great VID
@Jacky Chia Thanks :D
@Trifecta Sorry, but this mod does not support the latest ScriptHookDotNet. Could you update this?
@peterchen
this is an LUA script. ScripthookDotNet should have nothing to do with it.
@reddevilthp I think he means the Lua script, the gui.lua in this mode conflicts with the gui.lua in the Lua script in which is needed to use this mode
@Trifecta thanks for the great mod trifecta. But i found a small bug with the EOD bomb suit, whenever i equip it, my foot disappear.
@Trifecta i dont get this working please help me i have try a lot of things but this is what i have done
--Black Market Mod By Trifecta--
local BlackMarketMod = {}
local Notification = {}
function Notification.unload() end
function Notification.init() end
function Notification.tick() end
function notify(msg)
UI._SET_NOTIFICATION_TEXT_ENTRY("STRING")
UI._ADD_TEXT_COMPONENT_STRING(msg)
UI._DRAW_NOTIFICATION(FALSE, FALSE)
end
return Notification
function BlackMarketMod.unload()
UI.REMOVE_BLIP(blip)
end
function BlackMarketMod.init()
BlackMarketMod.GUI = Libs["GUI"]
--MENU
BlackMarketMod.GUI.addButton("EOD Body Armour($100000)", eodBodyArmour,"notusedargument", 0,0.45,0.05,0.05)
BlackMarketMod.GUI.addButton("Insurgent(Armed)($350000)", spawnVehicle,"insurgent", 0,0.45,0.05,0.05)
BlackMarketMod.GUI.addButton("Insurgent (Unarmed)($300000)", spawnVehicle,"insurgent2", 0,0.45, 0.05,0.05)
BlackMarketMod.GUI.addButton("Duke O'Death ($100000)", spawnVehicle,"dukes2", 0,0.45,0.05,0.05)
BlackMarketMod.GUI.addButton("Technical ($75000)", spawnVehicle,"technical", 0,0.45,0.05,0.05)
BlackMarketMod.GUI.addButton("Kuruma ($150000)", spawnVehicle,"kuruma2", 0,0.45,0.05,0.05)
end
It doesn't work in the latest scripthook
Hi, i have a little problem, i install the mod without the lines we have to add and the market is there, I approach the seller and the menu appears but i can' t do anything, keyboard or gamepad, cant select or buy nothing. When i add the lines the market doesnt even appear
cant select or buy nothing when the menu appears...
Bro one thing i can get the armored truck the black one first one on the list , but everything else is useless. Hope that can get fixed love this stuff that way i can spend money when i have about a Billion Dollars. Other thing would be cool. Is Making things more expensive and worth spending. After all i have money to blow.
Idea for an Overhaul:
Black Market (webpage?) for the user to buy and sell illegal items, and meet someone for the trade..
Kinda like craigslist but like a black market craigslist
Works really well! Make sure to press space when buying
alguien me puede ayudar cuando voy acomprar asi no tenga dinero me deja comprar las cosas o asi no tenga la sifra exacta como lo soluciono?