Search results

  1. Jakkee

    Vote Day Time

    Doing this seems too work. def killtimer(self, name): timer = Plugin.GetTimer(name) if timer is None: return timer.Stop() Plugin.Timers.Remove(name) timer.Kill() doesn't work but .Stop() does :P Thanks @DreTaX
  2. Jakkee

    Vote Day Time

    This module seems to have problems with the datastore and it remembers unloaded plugins even after a restart. Also String.Find(SubString) throws an error. EDIT: You get randomly disconnected as well. No errors Going through the logs it has said the timer was using 2 args when 1 men't to be...
  3. Jakkee

    Approved AAscii (ANA, AKA IllegalName)

    Admin/Mod bypass? Some admins like too use Non Ascii characters to make their name invisible
  4. Jakkee

    Vote Day Time

    Saddly no good. Tried a few similar to Timer.Stop() EDIT#1: When the plugin reads Plugin.KillTimer("VotingTimer") it doesn't throw an error and continues to carry on. EDIT#2: https://github.com/jakkee/FougeritePlugins/blob/JavaScript/Python/TimeVoter/TimeVoter.py
  5. Jakkee

    Vote Day Time

    Correct EDIT: https://github.com/jakkee/FougeritePlugins/blob/JavaScript/Python/TimeVoter/TimeVoter.py
  6. Jakkee

    Vote Day Time

    So this keeps looping over and over. Even with the kill timer. it does everything else but just loops over everything and broadcasts to the server the results even if there has been no voting. Ideas? def VotingTimerCallback(self): Plugin.KillTimer("VotingTimer") day =...
  7. Jakkee

    Vote Day Time

    Might as well seeing as Magma is down
  8. Jakkee

    Vote Day Time

    Who knows if this works, Let me know :) Player Commands: /vote - Shows help /vote start - Starts a vote /vote day - Vote for day /vote night - Vote for night Admin/Moderator Commands: /settime [time] - Set the servers time /vote rig [day/night] - Rigs the vote
  9. Jakkee

    Vote Day Time

    I'll have a go at this :P Anyone else feel free to post yours
  10. Jakkee

    Approved WastelandRestrictor

    Jakkee submitted a new resource: WastelandRestrictor - Limits the rust map so players can not build far out Read more about this resource...
  11. Jakkee

    WastelandRestrictor - WastelandRestrictor

    Description: Basic plugin that limits the Rust map to a smaller area where players can only build where resources spawn. Installation: - Place into Python folder - Reload/restart the server - Done Commands: None To do: None, Tell me in the discussions.
  12. Jakkee

    Approved CountryBlackList

    Jakkee submitted a new resource: CountryBlackList - Blacklist any countries you do not want on your server Read more about this resource...
  13. Jakkee

    CountryBlackList - CountryBlackList

    Description: Create a blacklist of countries you do not want on your server. Use this link to find the country codes: Here You will need: GeoIP Installation: http://fougerite.com/threads/how-to-install-c-plugins.387/ (Must restart server if server was running while installing) Commands: -...
  14. Jakkee

    Country Blacklist

    @justcyber Here is the resource, its better than the one I posted above. http://fougerite.com/resources/countryblacklist.90/
  15. Jakkee

    1 console command for saving server

    Doing a restart should automatically do /saveall Not sure about save.all tho
  16. Jakkee

    Country Blacklist

    This wasn't posted anywhere on the forums, I just had a bit of time on my hands :P
  17. Jakkee

    Country Blacklist

    Here is a Python version. Not sure if it works. [EDIT: Removed the ZIP file. Download from here: ']http://fougerite.com/resources/countryblacklist.90/]
  18. Jakkee

    Color Admin's names only?

    Can't colour the players names from what I know of, only the chat message that follows the name.
  19. Jakkee

    Color Admin's names only?

    Just colour chat def On_Chat(self, Player, ChatMessage): if Player.Admin: chatmsg = str(ChatMessage)[1:-1] colour = "[color red]" ChatMessage.NewText = colour + chatmsg Prefix and colour chat def On_Chat(self, Player, ChatMessage): if...
  20. Jakkee

    Where is the starter kit mod?

    If you have anymore problems, shoot me a msg