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
Primo Caricamento: 19 maggio 2023
Ultimo Aggiornamento: 03 giugno 2023
Last Downloaded: 4 giorni fa
2 Commenti
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
Primo Caricamento: 19 maggio 2023
Ultimo Aggiornamento: 03 giugno 2023
Last Downloaded: 4 giorni fa
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