Cargando...
Le gustan 0 archivos
1 comentario
0 vídeos
0 subidas
0 seguidores
  • Default

    guys i found something that could fix the garage problem. It worked for me and i could enter the garage through a blue blip to teleport in the garage and the menu works and i am able to modify my car.

    In the "BennyMotorworks" xml file there is the following settings :

    <UnloadOnlineMap>false</UnloadOnlineMap>
    <LoadOnStartup>true</LoadOnStartup>
    <UseOldEntrance>false</UseOldEntrance>
    <UseOldExit>false</UseOldExit>
    <ForceOpenDoors>false</ForceOpenDoors>

    Simply change the last three variables to true so that the mod is forced to open the garage door.

    <UnloadOnlineMap>false</UnloadOnlineMap>
    <LoadOnStartup>true</LoadOnStartup>
    <UseOldEntrance>true</UseOldEntrance>
    <UseOldExit>true</UseOldExit>
    <ForceOpenDoors>true</ForceOpenDoors>

    Hope this helps

    (By the way, the XML file is created automatically by the game when you load the mod for the first time.)

    9 de agosto de 2016