Search results

  1. Snake

    Commands won't work

  2. Snake

    Commands won't work

    Well, made some progress but found a new issue not related with my plugins (i think). [9/26/2014 4:23:29 PM] [Error] [Magma] Error invoking function On_TablesLoaded in Drop++ plugin. [9/26/2014 4:23:29 PM] [Exception] [ Plugin->Invoke | Plugin->OnTablesLoaded | Hooks->TablesLoaded |...
  3. Snake

    Commands won't work

    I just tested and it doesn't. But I don't see where my code could do this... on the HandleCommand there's a if (cmd == "arena") so shouldn't affect random commands as /uagevwaqwhaisrh . I'll take a look this afternoon after school :P . Thanks for the help.
  4. Snake

    Commands won't work

    New server, from scratch, just downloaded legacy server from steamcmd. Copied MC5 (@mikec), runned the patcher, copied my plugins to modules, made a folder for them on "Save", edited the config in the Save folder to make them initate. Runned the server, all fine. Joined, wrote a command and...
  5. Snake

    Approved Fougerite MC [Deleted]

    Join us ! :P
  6. Snake

    Commands won't work

    @mikec any idea ? :(
  7. Snake

    Approved Fougerite MC [Deleted]

    I think u mixed up names ! It's being done by DreTaX :P
  8. Snake

    Approved Fougerite MC [Deleted]

    The correct use of RemoveItem needs a PlayerItem or a slot (int) or a name (string) + quantity (int). You should use : Player.Inventory.RemoveItem("Rock", 1); Probably, that's the reason it doesn't work.
  9. Snake

    Approved Fougerite MC [Deleted]

    Installing 1.0.5 on a clean server then pasting MC5 files and overwritting.
  10. Snake

    Commands won't work

    Everytime I use a command that's not by default (as /help or /players) I get an exception : Any ideas ? Tried on several computers with clean servers...
  11. Snake

    Important [OLD] Setup dev environment for C# plugins

    Add Fougerite.dll as a reference and use it in the class. using Fougerite; The class of the plugin must extend Fougerite.Module : public class GroupModule : Fougerite.Module First add the plugin information and etc... : public override string Name { get { return...
  12. Snake

    Approved Fougerite MC [Deleted]

    Having some problems now. Tried clean install + mc4, I get errors related with "prefabs". Tried clean install + fougerite 1.0.5 + mc4, having same issues. May this be something with the MC4 or something with me ? I'll try to get it working in another PC.
  13. Snake

    How do I Set: RunSpeed, JumpHeight, fireRate, tons more...

    You can also get the activeItem name, and if it's a gun then set the uses to whatever.
  14. Snake

    Important Decay Handling

    Agreed !
  15. Snake

    Bug in the patcher

    Hahaha
  16. Snake

    Bug in the patcher

    Or "not a valid option".
  17. Snake

    Bug in the patcher

    Just noticed if you write something different than 0, -1 or -2 it just says that the patch was applyed succesfully.
  18. Snake

    Retrieving mods of a weapon

    No wayyyyyyy ! You are a genius !! I'm gonna test this out right now.
  19. Snake

    Help me prioritize

    I would let the 1st one to the end, as the map is big enough for now and do the others first.