Franklin House Heist 1.0.1
1 070
11
1 070
11
Requirements:
Installation:
Installation:
- Extract FranklinHouseHeist.dll and FranklinHouseHeist.ini files and move them into Game scripts folder (create one if not have already)
- You can change heist start key in ini file by default it is NumPad0
- Play the game and you can start the heist by pressing defined key or NumPad0
Перше завантаження: 19 Травня 2023
Останнє оновлення 03 Червня 2023
Last Downloaded: 4 днів назад
2 коментарі
Requirements:
Installation:
Installation:
- Extract FranklinHouseHeist.dll and FranklinHouseHeist.ini files and move them into Game scripts folder (create one if not have already)
- You can change heist start key in ini file by default it is NumPad0
- Play the game and you can start the heist by pressing defined key or NumPad0
Перше завантаження: 19 Травня 2023
Останнє оновлення 03 Червня 2023
Last Downloaded: 4 днів назад
One thing i would change is removing the bag prop, and replacing it with the bag clothing prop, thats propperly palced using
var pedA = Game.Player.Character;
if (Game.Player.Character.Model == PedHash.Trevor)
Function.Call(Hash.SET_PED_COMPONENT_VARIATION, pedA, 9, 1, 0, 1);
if (Game.Player.Character.Model == PedHash.Michael)
Function.Call(Hash.SET_PED_COMPONENT_VARIATION, pedA, 9, 2, 0, 1);
if (Game.Player.Character.Model == PedHash.Franklin)
Function.Call(Hash.SET_PED_COMPONENT_VARIATION, pedA, 9, 6, 0, 1);
MISSON IS NOT STARTING AFTER VISITING LESTER HOUSE