Cant remove engine on kanga and E.t.c parts trying to remake script no luck , please help
[DOUBLEPOST=1475524470][/DOUBLEPOST]Hello , i was trying to remake script but dont know if its correct , search in script kanga, And say my problems maybe someone can test it
VehicleManager
Moved
Total Downloads: 5,546 - First Release: Feb 27, 2016 - Last Update: Nov 13, 2017
- 5/5, 20 likes
-
Since the update :
Code:19:03 [Error] Failed to call hook 'cmdCar' on plugin 'VehicleManager v1.2.3' (NullReferenceException: Object reference not set to an instance of an object) 19:03 [Debug] at Oxide.Plugins.VehicleManager.cmdCar (.PlayerSession session, System.String command, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.VehicleManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
Last edited by a moderator: Oct 4, 2016 -
Yee me too:
Code:19:23 [Error] Failed to call hook 'cmdCar' on plugin 'VehicleManager v1.2.3' (NullReferenceException: Object reference not set to an instance of an object) 19:23 [Debug] at Oxide.Plugins.VehicleManager.cmdCar (.PlayerSession session, System.String command, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.VehicleManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
Last edited by a moderator: Oct 4, 2016 -
Just download the pervious version of the vehiclemanager I'm useing it at the moment and its working for me
-
Which version ?????
-
-
-
Current version also does not allow swapping of Kanga parts
-
But its better then nothing.
Just wait for that @SouZa has updated the plugin -
@Kaza.
@TruxDeadnitro
@Grzeniuuu
He took to long so I made my own update so I made my own lol
I didn't improve his, rather interesting, programming approach, I just made it compatible with Kangas.Last edited by a moderator: Oct 5, 2016 -
Wulf Community Admin
-
The plugin does not work. It creates or a Config DAtei still the chat commands with me.
-
im stuck changing this part:
Code:{ case "bumper": result = ESlotType.RoachBullBar; break; case "front": result = (vehicleType == "roach") ? ESlotType.RoachFrontBay : ESlotType.GoatFrontpanel; break; case "rear": result = (vehicleType == "roach") ? ESlotType.RoachRearBay : ESlotType.GoatBackpanel; break; case "left": result = ESlotType.RoachSidePanel; break; case "right": result = ESlotType.RoachSidePanel; break; case "roof": result = ESlotType.RoachRoofBay; break; case "wheel": result = (vehicleType == "roach") ? ESlotType.RoachWheel : ESlotType.QuadWheel; break; case "tire": result = (vehicleType == "roach") ? ESlotType.RoachWheel : ESlotType.QuadWheel; break; case "gearbox": result = (vehicleType == "roach") ? ESlotType.RoachGearbox : ESlotType.QuadGearbox; break; case "gear": result = (vehicleType == "roach") ? ESlotType.RoachGearbox : ESlotType.QuadGearbox; break; case "engine": result = (vehicleType == "roach") ? ESlotType.RoachEngine : ESlotType.QuadEngine; break; default: break; }[/code[ i cant make a ESlotType.KangaFrontpanel etc inside this piece of code... any help?
-
Wulf Community Admin
-
tnx in advance!
-
Anyone able to figure out how to get this working with the Kangas.
-
It's a 3 minute fix but Wulf removed my version so you just gotta wait for him.
-
Wulf Community Admin
You can use the [plaintext]Code: