1. So can u guys help me with Timed Notification

    Name:

    Enabled
    Type: Daily
    Start: 19/09/2015 12:00 PM
    Open the calendar popup. Open the time view popup.
    Recur Every: Days

    Thats my daily restart on my server from my host

    So with Timed Notification how can i make a message to warn people 30min before 20min before 10min before 5min before and 1min before PLS PLS PLS Help i beg thx
    [DOUBLEPOST=1442626231][/DOUBLEPOST]There
    [DOUBLEPOST=1442626369][/DOUBLEPOST]There
     

    Attached Files:

  2. This code is for p-TimedExecute and it will reload every 24 HRS


    Code:
    {
      "ConfigCode": "1",
      "EnableTimerOnceCommands": "true",
      "EnableTimerRepeatCommands": "true",
      "OnceCommands": [
        {
          "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 24 hours!'",
          "seconds": 350
        },
        {
          "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 20 hours!'",
          "seconds": 14400
        },
        {
          "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 16 hours!'",
          "seconds": 28800
        },
        {
          "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 12 hours!'",
          "seconds": 43200
        },
        {
          "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 8 hours!'",
          "seconds": 57600
        },
        {
          "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 4 hours!'",
          "seconds": 72000
        },
        {
          "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 1 hour!'",
          "seconds": 82800
        },
        {
          "command": "say 'Server <color=orange>AUTOMATIC</color> Restart in 15 minutes!'",
          "seconds": 85500
        },
        {
          "command": "say '<color=red>Server Restart SOON HURRY RUN SCATTER HIDE</color>!!!'",
          "seconds": 86397
        },
        {
          "command": "server.save",
          "seconds": 86398
        },
        {
          "command": "say 'Server is Restarting <color=red>NOW</color>!!!'",
          "seconds": 86399
        },
        {
          "command": "restart",
          "seconds": 86400
        },
        {
          "command": "reset.oncetimer",
          "seconds": 86401
        }
      ],
      "RepeaterCommands": [
        {
          "command": "say 'Please do consider Donating so that we may continue providing an awesome gaming experience!'",
          "seconds": 60
        },
        {
          "command": "say 'Donate to our server to receive awesome rewards!'",
          "seconds": 62
        },
        {
          "command": "say 'to see players on the server type /players!'",
          "seconds": 70
        },
        {
          "command": "say 'For a list of our awesome Admins type /admins!'",
          "seconds": 80
        },
        {
          "command": "server.save",
          "seconds": 300
        },
        {
          "command": "event.run",
          "seconds": 300
        }
      ]
    }
     

    Attached Files:

    Last edited by a moderator: Sep 19, 2015