1. Since one month (~ Feb 10), the plugin not working.
     
  2. Wulf

    Wulf Community Admin

    Working fine here minus the issue with the command. I'll look into it again though.
     
  3. oh ? Why does not work for some people ?
     
  4. When i added this it wouldnt let me connect how do i configure it ?
     
  5. Wulf

    Wulf Community Admin

    Edit the config file at the location shown on the Overview.
     
  6. Code:
    [3/28/2015 11:04:18 PM] [Oxide] 11:04 PM [Info] [Country Block] Roffel was kicked as their country (The remote server returned an error: (429) Too Many Requests.) is blocked!
    wtf is going on :D....all of my Players kicked and cant connect ? @Wulf
     
  7. The websites that are used to get the player his/her info sadly have a limit and you have reached that limit so it is blocking each webrequest for the rest of the day I believe and because of that the value won't match and will result in a kick :(
     
  8. Oh thats not good :( so i cant do nothing ya
     
  9. Wulf

    Wulf Community Admin

    I'll be updating this plugin soon to help prevent the error. Basically adding a check and another site for it to use.
     
  10. Wulf

    Wulf Community Admin

    I use ones with a simple and similar API.
     
  11. Nice :))) and ill hope there is no limit :D
     
  12. @Wulf Hey nice to see a update...is this now work or is there still a limit :>
     
  13. Wulf

    Wulf Community Admin

    It actually hasn't updated yet, just fixing a mistake. :)

    I do have a version locally that fixes it, and I'll hopefully be able to push it soon. If you'd like to test it, you can try the attachment below. I'll have to figure out where I left off with it though.
     

    Attached Files:

  14. Okay thank you...ill test it ,hope there is no bug or somth like this :D
    [DOUBLEPOST=1428085475][/DOUBLEPOST]@Wulf
    Found this :>
    Code:
    [4/3/2015 8:07:46 PM] [Oxide] 8:07 PM [Error] Failed to call hook 'CanClientLogin' on plugin 'Country Block'
    File: countryblock.lua Line: 57 attempt to concatenate local 'message' (a nil value):
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
    [4/3/2015 8:10:52 PM] [Oxide] 8:10 PM [Error] Failed to call hook 'ChatCommand' on plugin 'Country Block' (IndexOutOfRangeException: Array index is out of range.)
    [4/3/2015 8:10:56 PM] [Oxide] 8:10 PM [Error] Failed to call hook 'ChatCommand' on plugin 'Country Block' (IndexOutOfRangeException: Array index is out of range.)
    
     
  15. Wulf

    Wulf Community Admin

    Try the attached version below.
     

    Attached Files:

  16. Is this new one of the post before ?
     
  17. Wulf

    Wulf Community Admin

    Yes, it has changes.
     
  18. since last few updates its sometimes blocking people from au even though i got au added i just got au and nz and every so often its blocking someone from au with message about too many attempts or something
     
  19. Wulf

    Wulf Community Admin

    It blocks users by default when you run out of API requests from the site the plugin uses. The site hasn't changed, so they either lowered the limit or you have had a lot more players lately. I may implement some sort of cache, but the next version will have multiple sites to use as well.