0 харесвани файлове
1 коментар
0 видеоклипа
0 качвания
0 последователи
Mod seems not to work after enabling it on the mods Native Menu (keybind) This is the error log that script hook dot net gives me:
20:14:01] [ERROR] Caught fatal unhandled exception:
System.TypeInitializationException: The type initializer for 'GTA.Native.MemoryAccess' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at GTA.Native.MemoryAccess..cctor()
--- End of inner exception stack trace ---
at GTA.Native.MemoryAccess.GetVehicleHandles(Int32 modelhash)
at GTA.World.GetAllVehicles(Model model)
at TheCharacterVehicleMod.VehicleTick(String characterFirstInitial, VehicleHash vehicleHash, Int32 blipColor, Vehicle firstPlayerCar, Vehicle secondPlayerCar) in C:\Users\sxnor\Documents\Visual Studio 2015\Projects\TheCharacterVehicleMod\TheCharacterVehicleMod\TheCharacterVehicleMod.cs:line 945
at TheCharacterVehicleMod.OnTick(Object sender, EventArgs e) in C:\Users\sxnor\Documents\Visual Studio 2015\Projects\TheCharacterVehicleMod\TheCharacterVehicleMod\TheCharacterVehicleMod.cs:line 485
at System.EventHandler.Invoke(Object sender, EventArgs e)
at GTA.Script.raise_Tick(Object value0, EventArgs value1)
at GTA.Script.MainLoop()