Polling system (Rust)
Have found one https://umod.org/plugins/polls but unavailable for download now.

Example:
Player vote for Area to play every 30 minutes.
"Polls": {
  "AreaVote": {
    "AskQuestion": "What Area ist next?",
    "Description": "",
    "PollChoices": {
      "0": {
        "ChoiceConsoleCommand": "spawns.config "airfild",
        "ChoiceText": "Airfild"
      },
      "1": {
        "ChoiceConsoleCommand": "spawns.config "habor",
        "ChoiceText": "Habor"
      },
      "2": {
        "ChoiceConsoleCommand": "spawns.config "launchsite"",
        "ChoiceText": "LaunchSite"
...........


thx for the quick reply ^^
its nice but need the Event Manager cant us it.