1. The timer repeat.. runs all the commands every x seconds. It doesnt go one after another ;)
     
  2. Gotcha thanks for the fast reply.

    Any way I can do the above somehow? I want a restart and heli called every hour?
     
  3. The heli command needs a 3600 timer.. (1hour)
    and you can simply remove the two of the 3 heli messages ;)
     
  4. Can't delete my message!
     
  5. What do you mean ?
     
  6. My browser didn't update as I was trying to reply to someone's post here. So I tried to edit and delete it, but I can't seem to do that, so just ignore it lol!
     
  7. How do i get the helicopter to summon every 10 minutes?
     
  8. Execute the heli command every 600secs
     
  9. Thanks, that's what i thought ;)
     
  10. Hi, my timed execute don t execute commande should execute like
    event.start
    heli.call
    but "say" working
    any suggestion?
     
  11. This plugin only executes commands.. even if they work or not. So the problem has nothing to do with that plugin.
    You can try installing some plugins that provide command to call a heli or an airdrop.
     
  12. Last month it he was working... sorry for my english
     
  13. I would like to execute commands like /help and other things.
     
  14. commands like that need to get executed from a player..
     
  15. Oh ok. There is no way to execute commands like this and broadcast them?
     
  16. use the "say" command .. check the default config.
     
  17. Why dont you execute like 10 messages that are in /help at the same time .. ? So it looks like the player typed /help
    like
    "say 'Dont forget to like our fanpage!'": 60,
    "say 'Dont forget to like our fanpage!'": 60,
    "say 'Dont forget to like our fanpage!'": 60,
     
  18. I would like to but this would be a pain to change all messages saved here, there and there on the system.

    Would be very very useful to have a function like I asked here in the next Oxide-update.
     
  19. Can i get the exact config for that?