# SickApartmentSelect

SickApartmentSelect is a super simple script that works with PS-Housing and Multichar scripts that bypass PS-Housing starter apartment section. This will allow your players to still claim ONE free apartment in the city!

{% hint style="danger" %}
{% code title="Run The Following SQL:" %}

```sql
ALTER TABLE `players` ADD COLUMN IF NOT EXISTS pickedApart smallint(5) NOT NULL DEFAULT 0;
```

{% endcode %}
{% endhint %}

After creating your character you are granted ONE free apartment in the city! These Apartments need to be picked by you from the guy at the job center! There are a few to pick from so find one you like!

<figure><img src="/files/gRYu531ZP9uqa8zxob9c" alt=""><figcaption></figcaption></figure>

After selecting the one you would like a window will open to ask you to verify you actually want this one.&#x20;

<figure><img src="/files/op1diapBsPF69f03TABL" alt=""><figcaption></figcaption></figure>

After confirming you want the Apartment it will fly you straight to it! You will get your first look at your new place!&#x20;


---

# 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.sickscripts.com/qbcore/sickwarrants.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.
