SecureAdmin

Moved

Total Downloads: 2,439 - First Release: Nov 12, 2015 - Last Update: May 22, 2017

5/5, 9 likes
  1. why does it say "True" after they type /say message ??



    I also tried the fix the user posted above but for some reason it don't work once true is removed.

    Anyone think they can fix this??
    [DOUBLEPOST=1454960334,1454815705][/DOUBLEPOST]Anyone?
     
  2. His fix didn't work for me either, this did:

    Code:
    for(int i = 0; i < args.Length; i++) if(i == args.Length-1) Msg += args[i]; else Msg += args[i] + " ";
                        ConsoleSystem.Run.Server.Quiet("say " + Msg);
     
  3. Can I edit Your plugin and add to it mute/unmute?
     
  4. [Oxide] 20:01 [Info] Unloaded plugin SecureAdmin v0.2.0 by OwnProx
    [Oxide] 20:01 [Info] Loaded plugin SecureAdmin v0.2.0 by OwnProx
    [Oxide] 20:01 [Warning] Missing plugin name prefix 'secureadmin.' for permission 'cantempbanplayer' (by plugin 'SecureAdmin')
    [Oxide] 20:01 [Warning] Missing plugin name prefix 'secureadmin.' for permission 'canbanplayer' (by plugin 'SecureAdmin')
    [Oxide] 20:01 [Warning] Missing plugin name prefix 'secureadmin.' for permission 'cankickplayer' (by plugin 'SecureAdmin')
    [Oxide] 20:01 [Warning] Missing plugin name prefix 'secureadmin.' for permission 'canspectate' (by plugin 'SecureAdmin')
    [Oxide] 20:01 [Warning] Missing plugin name prefix 'secureadmin.' for permission 'cansayplayer' (by plugin 'SecureAdmin')

    what happend?
    When update?
     
  5. Can i change the Spectator Mode Camera to "Shooter" Camera i need something like this for Aimbot Abuse.

    The Players on my Server Hit every Bullet on other Players

    best Regards
    9ights
     
  6. When im trying to kick somebody it just says "Player not found" I already gave me permission with "grant group admin CanKickPlayer", what is the exact command to kick somebody, maybe im just doing it wrong :/
     
  7. Plugin still maintained? Getting this error:

    Code:
    [Oxide] 20:42 [Error] Failed to initialize plugin 'SecureAdmin v0.2.0' (UnauthorizedAccessException: System access is restricted, you are not allowed to use System.Timers.Timer)
    EDIT: i fixed it by deleting the System.Timers for Tempban in the .cs file.

    Is it possible to announce kick and bans in the Chat? Thanks
     
    Last edited by a moderator: Aug 20, 2016
  8. Can you upload a fixed version here?
    Big Thanks
     
  9. Yes Please...if someone can post a fixed version, that would be AWESOME!
     
  10. Could you post your .cs file here if you got it working plz. could really use this at the moment and would really appreciate it.
     
  11. Wulf

    Wulf Community Admin

    I'm in the process of re-writing this, nearly done.
     
  12. any update on this bud?
     
  13. Bump bud any update on this? Really appreciate you fixing it wulf
     
  14. Quick fix, now commands are using steamid instead of name
     
  15. Wulf

    Wulf Community Admin

    Thanks for the reminder, forgot to post my overhaul for this. :p
     
  16. i added back my file, idk if i missed to add it or if you deleted it ^^
     
  17. Wulf

    Wulf Community Admin

    I removed it as I'm posting the overhaul I did earlier. ;)
     
  18. Wulf

    Wulf Community Admin

    Wulf updated SecureAdmin with a new update entry:

    1.0.

     
  19. I added Russian language

    Code:
                // Russian
                lang.RegisterMessages(new Dictionary<string, string>
                {
                    ["NotAllowed"] = "Вы не можете использовать команду '{0}'",
                    ["NotFound"] = "Игрока с таким никнеймом или ID не найдено",
                    ["PlayerAdmin"] = "Игрок {0} является администратором и его нельзя кикать и банит",
                    ["PlayerAuthed"] = "{0} получил привилегию на {1}",
                    ["PlayerBanned"] = "{0} был забанен на {1}",
                    ["PlayerKicked"] = "{0} был кикнут за {1}",
                    ["PlayerUnbanned"] = "{0} был разбанен",
                    ["ReasonUnknown"] = "Неизвестная причина",
                    ["UsageAuth"] = "Используй: {0} <никнейм или ID> <привилегия>",
                    ["UsageBan"] = "Используй: {0} <никнейм или ID> <причина>",
                    ["UsageKick"] = "Используй: {0} <никнейм или ID> <причина>",
                    ["UsageSay"] = "Используй: {0} <сообщение>",
                    ["UsageUnban"] = "Используй: {0} <никнейм или ID>",
                }, this, "ru");
     
    Last edited by a moderator: Dec 9, 2016