Search results

  1. DreTaX

    Important C# Plugin Development Guide

    var is already a decorator then. It's just neutral
  2. DreTaX

    Solved Plugin Magma

    No offense to the LUA users at all seriously. Even javascript handles a lot of thing better than that. So looking at the interpreters now: Py > Js > Lua Python vs Lua Lua is absolutely unreadable. It is something that was made to look really different than every other languages. In every...
  3. DreTaX

    Solved Plugin Magma

    Every file can cause some sort of lagg when It's full. I know that Sqlite would solve that problem. I will have to support Sqlite for ironpython, but It will need a dll reference.
  4. DreTaX

    Important C# Plugin Development Guide

    Py - less code/easy to read/much better cross-platform wise. .................. C# is the main language, which would mean that It does the best performance. Since C#'s point is the performance anyway, It comes with major things like type conversion and casting. It has decorators too,and It is a...
  5. DreTaX

    Solved Plugin Magma

    I dont think that the inifiles cause any sort of wipe problems Sent from my Samsung Galaxy S4
  6. DreTaX

    Solved Plugin Magma

    Modules are modules. If you dont add the dll and wont configure it, It will never load. Sent from my Samsung Galaxy S4
  7. DreTaX

    Approved iConomy

    I think ur not stopping the server properly. Do you host it by urself? Sent from my Samsung Galaxy S4
  8. DreTaX

    Solved Plugin Magma

    LUA would make me struggle to look and add It as a module. Sent from my Samsung Galaxy S4
  9. DreTaX

    Solved Plugin Magma

    Py is easy too and you can write everything in less code. Lua stinks. Oxide devs know that too. Thats ehy they copy pasted all our engines atm. xD Sent from my Samsung Galaxy S4
  10. DreTaX

    Important C# Plugin Development Guide

    @-Interittus- Why did you disagree? O_o
  11. DreTaX

    Approved No Fall Damage

    Oh I didn't even notice Magma. @Ferum __author__ = 'Ferum' __version__ = '1.0' import clr clr.AddReferenceByPartialName("Fougerite") import Fougerite class HackTest: def isMod(self, id): if DataStore.ContainsKey("Moderators", id): return True return False...
  12. DreTaX

    Approved Wiper

    https://github.com/dretax/Python-Plugins/commit/bfe1c656287820642d6106334f9ee085a8a1cbd7
  13. DreTaX

    Approved Wiper

    DreTaX updated Wiper with a new update entry: Fixes Read the rest of this update entry...