Franklin House Heist 1.0.1
1.072
11
1.072
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
Poprvé nahráno: 19. květen 2023
Poslední aktulizace: 03. červen 2023
Last Downloaded: před jedním dnem
2 Komentáře
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
Poprvé nahráno: 19. květen 2023
Poslední aktulizace: 03. červen 2023
Last Downloaded: před jedním dnem
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