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
Először Feltöltve: 2023. május 19.
Utoljára Feltöltve: 2023. június 3.
Utoljára Letöltött: 4 napja
2 Hozzászólás
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
Először Feltöltve: 2023. május 19.
Utoljára Feltöltve: 2023. június 3.
Utoljára Letöltött: 4 napja
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