Bodyguard Menu [.NET] 1.31
54 677
155
54 677
155
About
This simple Bodyguard menu will allow you to Hire 4 different types of guards (with the option to add your own custom ones) to protect you for life, in price order they are: Normal, Armoured, Swat and Marine. They all have different weapons and driveby weapons and will follow you and get in vehicles with you. In the menu, there is a section to hire vehicles as well. In price order they are: Schafter (armored), Dubsta, Baller (armored) and 2 Insurgent variations (also with the option to add your own custom ones). The prices, health, weapons and models are all editable within the .INI file.
Controls
Open menu = B (Editable in the .INI File)
You can also navigate the menu with a controller since it uses nativeui.
Installation
Place BodyGuardMod.dll and BodyguardMod.ini into your scripts folder. You will also need the latest NativeUI and ScriptHookVDotNet.
Changelog
V1.31:
-Subtitles now appear
-Prevented player from being charged when already having zero wanted level
-Added blips for bodyguards
-Added disband command
V1.3:
-Added option to change Health of bodyguards
-Added option to add custom bodyguards and change model/weapon
-Added option to add custom vehicles and change model
-Added bodyguard commands menu
-Added remove wanted level command
V1.2:
-Added Prices section to .INI so users can change the price
-Description updates if the price has been changed in the .INI
-Included changelog
V1.1:
-Adjusted default prices
-Included .INI File to change menu control
This simple Bodyguard menu will allow you to Hire 4 different types of guards (with the option to add your own custom ones) to protect you for life, in price order they are: Normal, Armoured, Swat and Marine. They all have different weapons and driveby weapons and will follow you and get in vehicles with you. In the menu, there is a section to hire vehicles as well. In price order they are: Schafter (armored), Dubsta, Baller (armored) and 2 Insurgent variations (also with the option to add your own custom ones). The prices, health, weapons and models are all editable within the .INI file.
Controls
Open menu = B (Editable in the .INI File)
You can also navigate the menu with a controller since it uses nativeui.
Installation
Place BodyGuardMod.dll and BodyguardMod.ini into your scripts folder. You will also need the latest NativeUI and ScriptHookVDotNet.
Changelog
V1.31:
-Subtitles now appear
-Prevented player from being charged when already having zero wanted level
-Added blips for bodyguards
-Added disband command
V1.3:
-Added option to change Health of bodyguards
-Added option to add custom bodyguards and change model/weapon
-Added option to add custom vehicles and change model
-Added bodyguard commands menu
-Added remove wanted level command
V1.2:
-Added Prices section to .INI so users can change the price
-Description updates if the price has been changed in the .INI
-Included changelog
V1.1:
-Adjusted default prices
-Included .INI File to change menu control
Перше завантаження: 06 Липня 2020
Останнє оновлення 03 Червня 2021
Last Downloaded:
97 коментаря
More mods by trapx1:
About
This simple Bodyguard menu will allow you to Hire 4 different types of guards (with the option to add your own custom ones) to protect you for life, in price order they are: Normal, Armoured, Swat and Marine. They all have different weapons and driveby weapons and will follow you and get in vehicles with you. In the menu, there is a section to hire vehicles as well. In price order they are: Schafter (armored), Dubsta, Baller (armored) and 2 Insurgent variations (also with the option to add your own custom ones). The prices, health, weapons and models are all editable within the .INI file.
Controls
Open menu = B (Editable in the .INI File)
You can also navigate the menu with a controller since it uses nativeui.
Installation
Place BodyGuardMod.dll and BodyguardMod.ini into your scripts folder. You will also need the latest NativeUI and ScriptHookVDotNet.
Changelog
V1.31:
-Subtitles now appear
-Prevented player from being charged when already having zero wanted level
-Added blips for bodyguards
-Added disband command
V1.3:
-Added option to change Health of bodyguards
-Added option to add custom bodyguards and change model/weapon
-Added option to add custom vehicles and change model
-Added bodyguard commands menu
-Added remove wanted level command
V1.2:
-Added Prices section to .INI so users can change the price
-Description updates if the price has been changed in the .INI
-Included changelog
V1.1:
-Adjusted default prices
-Included .INI File to change menu control
This simple Bodyguard menu will allow you to Hire 4 different types of guards (with the option to add your own custom ones) to protect you for life, in price order they are: Normal, Armoured, Swat and Marine. They all have different weapons and driveby weapons and will follow you and get in vehicles with you. In the menu, there is a section to hire vehicles as well. In price order they are: Schafter (armored), Dubsta, Baller (armored) and 2 Insurgent variations (also with the option to add your own custom ones). The prices, health, weapons and models are all editable within the .INI file.
Controls
Open menu = B (Editable in the .INI File)
You can also navigate the menu with a controller since it uses nativeui.
Installation
Place BodyGuardMod.dll and BodyguardMod.ini into your scripts folder. You will also need the latest NativeUI and ScriptHookVDotNet.
Changelog
V1.31:
-Subtitles now appear
-Prevented player from being charged when already having zero wanted level
-Added blips for bodyguards
-Added disband command
V1.3:
-Added option to change Health of bodyguards
-Added option to add custom bodyguards and change model/weapon
-Added option to add custom vehicles and change model
-Added bodyguard commands menu
-Added remove wanted level command
V1.2:
-Added Prices section to .INI so users can change the price
-Description updates if the price has been changed in the .INI
-Included changelog
V1.1:
-Adjusted default prices
-Included .INI File to change menu control
Перше завантаження: 06 Липня 2020
Останнє оновлення 03 Червня 2021
Last Downloaded:
@Gajick @Franky_47 I made an error in the .INI file, sorry. The open menu button should be X on version 1.2 but you can change it back to B in the INI.
@trapx1 Idk if you still around but here is the error i got when i click to menu button ;
[00:54:15] [ERROR] Caught fatal unhandled exception:
System.NullReferenceException: Object reference not set to an instance of an object.
location: Hire_bodyguard.NativeUITemplate.<>c__DisplayClass50_0.<BodyGMenu>b__4(UIMenu sender, UIMenuItem item, Int32 index)
location: NativeUI.ItemSelectEvent.Invoke(UIMenu sender, UIMenuItem selectedItem, Int32 index)
location: NativeUI.UIMenu.SelectItem()
location: NativeUI.UIMenu.ProcessControl(Keys key)
location: NativeUI.MenuPool.ProcessControl()
location: NativeUI.MenuPool.ProcessMenus()
location: Hire_bodyguard.NativeUITemplate.<.ctor>b__53_0(Object o, EventArgs e)
location: System.EventHandler.Invoke(Object sender, EventArgs e)
location: SHVDN.Script.MainLoop()
@Aiakos Sorry for the late reply I have only just come back to gta modding. I havent been able to find this issue but have you put nativeui in your scripts folder?
@trapx1 Of course , this is not related the missing dll but crashing the mod via nativeui i think.It has been so long so cant tell when or how this happened.
@Aiakos Do you still have the issue?
@trapx1 I took a break from gta v so cant tell but i will report again when i back to it.
trapx1 I have the latest NativeUI and ScriptHookVDotNet and im trying to open the menu its doesn't work
trapx pls help i have to enter in gta 5 and press b or in rage plugin hook
Great mod
Nice simple mod, could do with a few more commands though like some other ones. Telling them to free roam for example, groups of body guards like group A/B.
@trapx1 I don't think the health option in the .INI file works. Other than that great convenient bodyguard mod.
Да точно здоровье в меню нет да и ненужно, лучше вот это туда воткнуть God mode бессмертие цены ему б не было
а так приходится убитых за свой счёт хоронить а потом их вновь покупать, в целом спасибо за труд!
can you add bodyguard god mode feature plz
How to change health infinit bodyguard health
@THEOFILO4 how did you do it? Ive been trying to but it show errors
anyone knows how to change custom bodyguards ped and weapon?
@awsdasdasdasd bro what
This mod is great it is exactly what I was looking for. I've added custom Peds like Navy Seals and Custom Vehicles like Humvees. I'm just wondering if there is a way to add more custom vehicles/ bodyguards as there are only 3 slots for custom ones.
Can we have more weapon?
Health is not work, I have set bodyguard health to 30000 they still died by a few shot from pistol
https://wiki.rage.mp/index.php?title=Weapons AND https://wiki.rage.mp/index.php?title=Vehicles AND https://wiki.rage.mp/index.php?title=Peds FOR custom bodyguards