1. insane8472 submitted a new resource:

    Timed Events - Allows automatic events to take place depending on server time.

    Read more about this resource...
     
  2. OH MY GOD. JUST LOOKING FOR THAT plugin. Thank you!!!!!!!!!
     
  3. Thanks. :)
     
  4. Would be great if the plugin actually can hook not the REAL server time, but the time goes ON server day/night.(mean that env.time)
     
  5. I will add this option. Shouldn't take too long.
     
  6. insane8472 updated Timed Events with a new update entry:

    1.0.1

     
  7. Awesome! TOP! Thank you.
    [DOUBLEPOST=1441210924][/DOUBLEPOST]I can't put a command with signs like * _ or else. It just skip that part.
    For ex. ( gather.rate dispenser * 4 ) - it types gather.rate dispenser without * and 4 in console.
     
  8. insane8472 updated Timed Events with a new update entry:

    1.0.2

     
  9. Insane, you are insane! :) Thank you!
     
  10. Hope it all works for you now. :)
     
  11. Is there a particular way to set events to happen certain amounts of time apart? Hourly airdrops would be excellent.
     
  12. Using local time, the config under events > local would look like...

    Code:
    "12.00.PM:airdrop.massdrop 1",
    "01.00.PM:airdrop.massdrop 1",
    "02.00.PM:airdrop.massdrop 1",
    "03.00.PM:airdrop.massdrop 1",
    "04.00.PM:airdrop.massdrop 1"
    ...and so on.
     
  13. insane8472 updated Timed Events with a new update entry:

    1.0.3

     
  14. Hi, how are you?

    I have a question , because when I try to put some command within the game tells me I do not have permits.

    I found reading this:
    oxide.grant <group | user> <name | id> event.admin
    oxide.revoke <group | user> <name | id> event.admin

    But really do not know where to put it , meaning that if the file and "NAME " & "ID" have to change or will it?
     
  15. Is there anyway to make the timing more precise to a half minute or second for example?
     
  16. You can use these commands in the server console, client console or rcon program. Im assuming your the owner, so try "oxide.grant group admin event.admin".

    As of right now, it's not possible. Only hours and minutes for local time.
     
  17. Yes, I own server and clear commands to try to put this plugin or other too, will not let me ! : /

    I always get the same message , you are not allowed for this command.

    As I can give me permission ?
    :D
    [DOUBLEPOST=1441451556][/DOUBLEPOST]I know that to give permission to the players is " oxide.grant event.admin player group " <- EXAMPLE

    But to give you the "admin " does not work , I still can not use it! : /

    Any solution?
     

    Attached Files:

    Last edited by a moderator: Sep 5, 2015
  18. Since this is meant to be an admin only command, permissions cannot be removed. However, to allow everyone to use it, use the following commands.

    oxide.grant group admin event.admin
    oxide.grant group moderator event.admin
    oxide.grant group player event.admin

    Make sure to use the correct commands as the example you posted is incorrect.
     
  19. insane8472 updated Timed Events with a new update entry:

    1.0.4