VehicleManager

Moved

Total Downloads: 5,546 - First Release: Feb 27, 2016 - Last Update: Nov 13, 2017

5/5, 20 likes
  1. 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
     
  2. @SouZa please update the plugin the plugin because I'm just useing the /car claim but it isn't working on the kanga bikes
    [DOUBLEPOST=1475530739][/DOUBLEPOST]
    I tested it for you and it didn't work,
    I'll going to fix it but I hope @SouZa is going to update it soon as possible
     
  3. 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
  4. 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
  5. Just download the pervious version of the vehiclemanager I'm useing it at the moment and its working for me
     
  6. Which version ?????
     
  7. This worked for me thanks
     
  8. Go to the main page from this plugin and press on download and then just upload it on your server
     
  9. Current version also does not allow swapping of Kanga parts
     
  10. True.
    But its better then nothing.
    Just wait for that @SouZa has updated the plugin
     
  11. @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
  12. Wulf

    Wulf Community Admin

    Please do not link to random versions of the plugin. If you have a contribution to make to the plugin, please post the change here for the author to review.
     
  13. The plugin does not work. It creates or a Config DAtei still the chat commands with me.
     
  14. @Wulf can you mabye updateing the VehicleManager because it seems that @SouZa isn't responding at all
     
    Last edited by a moderator: Oct 11, 2016
  15. 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?
     
  16. Wulf

    Wulf Community Admin

    I'll be taking a look at it once I get a chance.
     
  17. tnx in advance!
     
  18. Anyone able to figure out how to get this working with the Kangas.
     
  19. It's a 3 minute fix but Wulf removed my version so you just gotta wait for him.
     
  20. Wulf

    Wulf Community Admin

    As I mentioned in my previous post, if you have a contribution to make to the plugin, please post the change here for the author to review. ;)

    You can use the [plaintext]
    Code:
    
                            
    [/plaintext] tags for that.