# Mapmarker

{% tabs %}
{% tab title="Overview" %}
Presenting the twh\_mapMarker script, a user-friendly tool that enables players to create and manage custom map markers on your RedM RP server. This versatile script simplifies in-game navigation and organization, allowing players to create markers at their current position or on a waypoint, as well as delete them as needed.

**Key Features:**

1. **Custom Marker Creation:** Players can effortlessly create their own markers on the map.
2. **Position and Waypoint Options:** Choose to create markers at the player's current position or on a designated waypoint.
3. **Marker Deletion:** Easily delete markers by name or waypoint set, ensuring clutter-free navigation.
4. **Database Integration:** Markers are saved in the database per character for a seamless and personalized experience.

The twh\_mapMarker script offers an intuitive and convenient solution for players to create and manage custom map markers, enhancing their in-game navigation and overall experience.
{% endtab %}

{% tab title="Buy" %}
{% embed url="<https://twh-scripts.tebex.io/package/5245408>" %}
{% endtab %}
{% endtabs %}

## Instruction manual

### Installation

First execute the sql command in your database:

```sql
CREATE TABLE IF NOT EXISTS `mapmarker` (
  `charidentifier` int(11) DEFAULT NULL,
  `marker` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
```

Add following line to your server.cfg or ressource.cfg:

* `ensure twh_mapMarker`
