Qadr_Docs
  • qadr_identity
    • Installation
      • Reboot 2023
      • Old RedemRP
    • Purchasable ambients For Reboot Version
      • Blackwater Saloon
      • Valentine Saloon
      • Valentine Train Station
      • Saint Denis Bazaar
      • Saint Denis Prison
      • Saint Denis Trolley - Soon
  • qadr_fishing
  • qadr_panel
  • qadr_train
    • For Reboot 2023
  • Qadr_Map
  • qadr_ui
    • Ledger System
    • 📒Usable Handheld Catalogue
    • 🐴Legendary Animal Menu
    • 🤠Player Menu UI
    • ⏸️Pause Menu UI
    • ⚒️Crafting Menu UI
    • 🗺️Usable Legendary Animal Maps
    • 🗺️Map Icon
    • ⭕Meters UI
    • 🃏Ability UI
    • 👮‍♀️Wanted UI
    • 💀Death Screen
    • 📃Emote UI / Radial Menu
    • 🛒Shop Info UI
    • 🃏Card Game UI
    • 🤠Bounty Poster
    • 🛂Honor UI
    • 🗒️Challenge Notification Disable
    • 🎖️Mini Leader Board
    • 📋Board Notify
    • ⚔️Score UI
    • 👊Punch Bar
    • 🔄Count Down
    • 🚨Wanted UI - Outdated
    • 🌡️Meters UI - OutDated
    • 👁️‍🗨️Icons UI
    • 🗺️Map UI
      • Mini Map
      • Map Info
      • Hovered Blip Name
    • 🛡️Rank UI
    • 🐟Fish UI
      • 🎣Bait UI
    • ℹ️Info UI
    • 💥Mission Text UI
    • 🔫Weapon Info UI
    • 🐎Horse Info UI
    • 📔Message UI
    • 🤠Prompt Blip For Entities
  • qadr_train_creator - Standalone
Powered by GitBook
On this page
  • FEATURES
  • REQUIREMENTS
  • USAGE
  • Config

Qadr_Map

Qadr_Map For RedEM-RP

PreviousFor Reboot 2023Nextqadr_ui

Last updated 7 months ago

Code accessible

No

Subscription based

No

Lines (approximately)

400

Requirements

RedmRP base, RedmRP Inventory

Support

Yes

This script use these data from your server.

FEATURES

  • This resource has map open animation on pause menu or when was map opened.

  • You can create a usable map and add pin, after that you can share with other players.

  • You can change map prop

  • Guarma support

    • If you want use this feature, you must set SetWorldWaterType for guarma Like this Citizen.InvokeNative(0xE8770EE02AEE45C2, 1)

    • If you don't set it and use the map. Your game will most likely crash!

  • You can change map blip sprite

  • You can set map name with meta

  • Multi lang. support

  • Add open map with item-only options to the config file

  • Version checker options added

REQUIREMENTS

  • This resource has its own requirements please use these resources.

    1. Only work RedmRP base

    2. Orjinal version of RedmRP Inventory

      • You must check your inventory script has this PR change! If you don't have it, you can update manually your inventory. https://github.com/RedEM-RP/redemrp_inventory/pull/31/files

      • If you want the inventory to automatically close after using the map item, apply this pull request to your own inventory. (Optional) https://github.com/RedEM-RP/redemrp_inventory/pull/32/files After this pull request, you can use the events below to close your inventory TriggerEvent("redemrp_inventory:closeinv") -- from client TriggerClientEvent("redemrp_inventory:closeinv",source) -- from server

      • if you need metadat support check this PR (Optional) https://github.com/abdulkadiraktas/redemrp_inventory/commit/0c937d3ea89558b6ff0eda851de18294d12baea3

    3. Add this item to your inventory config :

    ["map"]={
       label="Map",
       description="Map Des.",
       weight=0.3,
       canBeDropped=true,
       requireLvl=0,
       canBeUsed=true,
       imgsrc="items/document_map_role_naturalist_legendary_animal.png",
       limit=10,
       type="item_standard",	
       obj="s_maprolled05x"
    }

USAGE

Buy this package and download it. Copy all files to your server resource folder. After that add “ensure qadr_map” to server.cfg file after RedemRP requirements.

Config

qadr = {
	mainlang = "en",
	usableMapItemName = "map",
	mapblip = "blip_mp_spawnpoint",  -- More blips : https://github.com/abdulkadiraktas/rdr3_discoveries/tree/master/useful_info_from_rpfs/textures/blips_mp
	mapModel = "s_twofoldmap01x_us",
	lang = {
		["en"] = {
			title = "Set Map Name",	
		}
	},
	defaultMapZoom = 10.0,
	updatenotification = false,
	onlyOpenMapWithItem = false,
}
  • mainlang you can change lang. to yours. But first you can add your lang. to lang array.

  • usableMapItemName you can change item name

  • mapblip you can change blip type on markered map

  • mapModel you can change held map prop.

  • lang you can add your lang array and set mainlang

  • defaultMapZoom you can set markered map zoom

  • updatenotification you can turn on/off new update server notification

  • onlyOpenMapWithItem you can force map open flow to owning map.

Video :