# Gang Wars

### Installation

1º Add the xex\_gangwars folder to your resources and initialize it in your server.cfg.

`start xex_gangwars`

### Configuration

{% hint style="warning" %}
Make sure to select your framework in the configuration file.
{% endhint %}

#### Jobs

To activate a job, simply add its name to the allowed jobs array in Config.GangJobs. If a person does not have the job they will not see the zones.

#### Zones

Each zone is represented by squares or rectangles based on some coordinates, height and width + rotation. Playing with these parameters we can adjust quadrangle areas anywhere on the map. It is also possible to integrate this with PolyZones to be able to create any shap

#### Colors

You can use [this tool](https://convertingcolors.com), and use the color that appears in the Android Graphics Color section in parentheses.


---

# 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://jesus-gimenez.gitbook.io/xex-scripts/free-mods/gang-wars.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.
