Loading...
1 file liked
3 comments
0 videos
0 uploads
0 followers
  • 88aeb8 dayzbuschmann

    Hello,

    I might have found a error/bug in this otherwise very helpfull piece of software.

    What i am expiriencing is that it won't copy over the file "ScriptHookVDotNet2.dll" because you can't click
    the little checkbox to activate the mod or rather it doesn't stay active when you reload your mods or start
    the game. This in fact prevents ScriptHookVDotNet from loading.

    It can be fixed by putting the file manually in your gta5 directory (The mod-manager will not remove it which should be fine) but it would be more convinient if this can be automated/fixed.

    //Note: The other part of ScriptHookDotNet "ScriptHookDotNet.asi" can be activated just fine and is copied over as expected.

    Maybe @Bilago can have a look. Feel free to message me if you want any details whatsoever.

    Thanks.

    December 25, 2017
  • 88aeb8 dayzbuschmann

    @crosire
    Hey, i hope that this is the right place to ask this question.

    What i'm trying to do is creating a List, filling it with Vehicles so they can later be retrieved,
    Code:
    List<Vehicle> savedVehicles = new List<Vehicles>();
    savedVehicles.Add(new Vehicle(int handle));

    Now to the actual problem.. I don't know what to put in the Vehicle constructor and i haven't been able to find any clues yet, so if there is anybody that knows what belongs there, i would really love an answer. thanks !

    @eshenk
    It may be worth a try.. I had the hope that maybe someone else here is able to answer my question. Thank you.

    April 06, 2016
  • 88aeb8 dayzbuschmann

    Hey, i hope that this is the right place to ask this question.

    What i'm trying to do is creating a List, filling it with Vehicles so they can later be retrieved,
    Code:
    List<Vehicle> savedVehicles = new List<Vehicles>();
    savedVehicles.Add(new Vehicle(int handle));

    Now to the actual problem.. I don't know what to put in the Vehicle constructor and i haven't been able to find any clues yet, so if there is anybody that knows what belongs there, i would really love an answer. thanks !

    April 06, 2016