Search results

  1. tarynkelley

    RCON logging

    [4/4/2016 1:09:52 AM] [Error] [IronPython] Error in plugin ConsoleLogger: [4/4/2016 1:09:52 AM] [Error] Traceback (most recent call last): File "<string>", line 17, in On_Console AttributeError: 'NoneType' object has no attribute 'Name'
  2. tarynkelley

    Rust++ Temporary mute

    Commands /tempmute Config: Duration of mute Most of my Mods forget the unmute a player after they muted them. Is there any way that they get unmuted automatically after time x ?
  3. tarynkelley

    RCON logging

    Is there any way to log the executed RCON commands? They show up in the console, but don't get logged.
  4. tarynkelley

    Analyzation of the Thread Crashes

    I can confirm now also that it is working stable in a thread. I agree that it could theoretically also be bypassed with a modded client. I was also thinking about using pl.SendCommand("quit") instead :D
  5. tarynkelley

    Fougerite Official

    Its enough to only replace the Fougerite.dll? Will this update also fix the ChangeOwner Plugin problem?
  6. tarynkelley

    Analyzation of the Thread Crashes

    I noticed that pl.SendCommand("net.disconnect") does not crash the server when being used in a Timer and probably also in a thread..
  7. tarynkelley

    Forum Captcha not working

    I still received no email. Also nothing in the Spam folder. Maybe its a problem of inbox.lv?
  8. tarynkelley

    Approved Clans

    Maybe an exclusion: if (HurtEvent.Attacker == HurtEvent.Victim) return or so?
  9. tarynkelley

    Forum Captcha not working

    Thanks the captcha is working now, but I'm not receiving any password reset emails. I want to change my eMail Address on this forum. Is there a way to uncouple my forum account from my steam account and also to change my username?
  10. tarynkelley

    Approved DonatorRank

    Right but its ulong, not string. public bool IsMuted(ulong id) { return RustPP.Core.muteList.Contains(id); } Fix: muted = RustPP.IsMuted(long(Player.SteamID))
  11. tarynkelley

    Approved DonatorRank

    Fix:
  12. tarynkelley

    Approved DonatorRank

    muted = RustPP.IsMuted(Player.SteamID) must be muted = RustPP.IsMuted(Player) public bool IsMuted(Player pl) { return RustPP.Core.muteList.Contains(pl.UID); }
  13. tarynkelley

    Forum Captcha not working

    The Forum captcha is not working for me. I tried it with Firefox and Chrome. Example: http://fougerite.com/lost-password/ This script seems to be faulty: https://ws.areyouahuman.com/ws/script/227395c48385297b60874b3680bcd366db0fa586