# BadgerVoting

**BadgerVoting**

This is a simple AOP voting script. Technically with the way it is designed, you could have it just be a voting script (just change the messages). Basically you can start AOP votes and have players actually vote for options to see what they want. It's quite simple, but the /aopvote command in another script I have never worked, so I put this one together.

### Badger's Discord Community

[![Developer Discord](https://discordapp.com/api/guilds/597445834153525298/widget.png?style=banner4)](https://discord.com/invite/WjB5VFz)

`/startVote [seconds] [option1] [option2] [option3] [option4] [option5] - The amount of vote options you can have are unlimited. Basically every option is delimited by a space, so use "-" for things that usually require a space. (Example of what I mean is down in the Gifs below)`

`To use /startVote, add the ACE permission to the user group:`

```
BadgerVoting.Commands.startVote
```

`/vote [id] - Vote for the specified ID of an option`

![](https://i.gyazo.com/cedca744a66a6d91a3b38640341f7d98.gif)

![](https://i.gyazo.com/6185eb370c5e30df97997843e7bd3ab7.gif)

![](https://i.gyazo.com/e4233b65c95a74e7c1e1d054272ba8c2.png)

**Download** [BadgerVoting](https://github.com/TheWolfBadger/BadgerVoting)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.badger.store/fivem-misc.-scripts/badgervoting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
