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. 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 :

You must check your inventory script has this PR change! If you don't have it, you can update manually your inventory.

If you want the inventory to automatically close after using the map item, apply this pull request to your own inventory. (Optional) 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)

Orjinal version of RedmRP Inventory
https://github.com/RedEM-RP/redemrp_inventory/pull/31/files
https://github.com/RedEM-RP/redemrp_inventory/pull/32/files
https://github.com/abdulkadiraktas/redemrp_inventory/commit/0c937d3ea89558b6ff0eda851de18294d12baea3