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
Primeiro envio: 19 de Maio de 2023
Último envio: 03 de Junho de 2023
Último download: há 4 dias atrás
2 Comentários
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
Primeiro envio: 19 de Maio de 2023
Último envio: 03 de Junho de 2023
Último download: há 4 dias atrás
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