EventManager

Moved

Total Downloads: 10,609 - First Release: Dec 16, 2014 - Last Update: Apr 19, 2018

4.92857/5, 56 likes
  1. d
    Do you have spawn files created? Do you have the spawns database plugin installed?
     
  2. I figured that out,thanks.Players in Gun Game appear without weapons for the event.How to download it?
     
  3. You set a kit?
     
  4. Not for gun game....
     
  5. how to install the kit?Does anyone have a video how to do it?
     
  6. Yes most of us here do, I think if you don't know how to do kits it's probably not a good idea for you to be testing the beta version of this plugin, best to use the older version, and before you even do that it's best if you go get the kits plugin and make some kits first. go search the plugin list and you'll find it.
     
  7. Well,tell me the sets written in the file "Gun Game".I'm stubborn and want to win this plugin)))
     
  8. Dude you just set you dont even have the kits plugin installed. You're missing a few steps.
     
  9. With a kit is GunGame not just DeathMatch, apart from melée level down?

    Honest question. I didn't realise gungame accepted kits.
    [DOUBLEPOST=1476801073][/DOUBLEPOST]
    If Stubborn means 'won't read', I agree....lol.
    As far as I know GunGame configs and kits are just being made by server admins.
    It's not difficult.

    For GunGame, you need to open GunGame.json in your config folder.
    You'll see sets on inventory corresponding to 1, 2, 3, 4 etc.
    You need to edit as many of those as you have max kills set.

    Quick tip - take a backup of the original gungame json first, because most of the weapons and ammo are in it somewhere.
    It saves you a lot of googling when you can't remember the specific name of a weapon.

    Once edited, you'll need to reload the plugin.
     
  10. Be a friend,help!Throw ready files.I will be very grateful!
     
  11. Heh..definitely not. Sorry.

    The time it would take you to tell me what weapons you want is about the same time it would take you to edit the config file.
     
  12. Before I break something was hoping someone might be able to give me the wisdom of experience. Thinking of a 'quick fix' plugin to solve the TDM issue of locked inventory slots where a chat command could just update it. However, cs/py are not what I'm used to, so wanted to check I was out the right path, kinda bodged things together.


    Code:
    using System.Collections.Generic;
    using Newtonsoft.Json;namespace Oxide.Plugins
    {
        class MyPlugin : RustPlugin
        {        [ChatCommand("FreeInv")]
            void cmdChatSample(BasePlayer player, string command, string[] args)
            {
                SendReply(player, "Please For The Love Of UNICORNS Work");
                player.inventory.containerWear.SetFlag(ItemContainer.Flag.IsLocked, false);
            }
        }
    }
    EDIT: Feel I should point out, the problem persists even if kit is placed on player. They remain unable to change kit after event ends if they were the last to die. Relogging doesn't work. Going back into TDM doesn't override even if they win.
     
    Last edited by a moderator: Oct 18, 2016
  13. Why not load kit for Gun Game?
     
  14. That's the point of GunGame - it's a different weapon each round.
    I suppose you could have 10 kits...?
     
  15. There is a folder EventManager.It is a file GG_WeaponSets.I understand he has kits for Gun Game.I correctly think?
     

    Attached Files:

  16. That's right.
    I modded that file to include several different weapon sets so I can choose, just like you choose a kit.

    It's a set of however many different 'kits' though...That's not the same as kits from the kits plugin, which all the other events use.

    I said 'kits' too much. It no longer has meaning.
     
  17. I'm tired of your attitude.I'm asking just a little nudge in the right direction.Why not just help me!
     
  18. My attitude?
    I'm just explaining that GunGame doesn't use kits from the kit plugin.

    The default weapon set works. If you want to customise it, open the weaponsets file and do it..

    I'm not sure what you think I can do.
     
  19. The video shows that the default does not work!
     
  20. Oh, sorry. I see now.
    It sounded like you were asking for someone to customised for you.


    Ok, have you been editing the weapon sets file at all? Maybe there's a mistake in it?
    If so, delete it then oxide.reload GunGame

    If that doesn't help, are you getting any errors in console?

    I don't have a vanilla gungame weaponsets file to share with you, but hopefully someone will.