TWH-Scripts
  • 👋Welcome!
  • About us
    • 🚀Vision, Mission & Focus
      • Vision
      • Mission
      • Focus
    • 💖Values
  • Team
    • 👋Meet the Team!
  • Collaborating
    • 🤝How we Work Together
  • Resources
    • 📄Script-Documentations
      • Addiction
      • Bankrob
      • BodyStatusText
      • Calendar-Rewards
      • Collect
      • Lumber & Mining Essentials
      • Collector's Conquest Bundle
        • Tradingcards
        • Boosterpacks
        • Tradingcard Upgrades
      • Custom Dates
      • Dispatch-System
      • Lawmen
      • Mapmarker
      • NPC-Guides
      • Oilcorp.
      • Processing
      • Promotion-Pass
      • Social-Level System
      • Social-Pass
      • Storage
    • 📂Open Source
    • 📝Useful Snippets and Info
      • Addiction and Metabolism
  • Services
    • 🛠️Custom Orders and Personalized Development Services
    • 📖Advanced Logging System
Powered by GitBook
On this page
  • Instruction manual
  • Installation
  1. Resources
  2. Script-Documentations

Mapmarker

Frameworks: VORP

PreviousLawmenNextNPC-Guides

Last updated 12 months ago

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.

Instruction manual

Installation

First execute the sql command in your database:

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

📄
TWH-Scripts | twh_mapMarker
Logo