Qadr_Map
Qadr_Map For RedEM-RP

Code accessible | No |
Subscription based | No |
Lines (approximately) | 400 |
Requirements | RedmRP base, RedmRP Inventory |
Support | Yes |
This script use these data from your server.

- 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
SetWorldWaterTypefor guarma Like thisCitizen.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
- This resource has its own requirements please use these resources.
- 1.Only work RedmRP base
- 2.
- 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 clientTriggerClientEvent("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"}
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.
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,
}
mainlangyou can change lang. to yours. But first you can add your lang. to lang array.usableMapItemNameyou can change item namemapblipyou can change blip type on markered mapmapModelyou can change held map prop.langyou can add your lang array and setmainlangdefaultMapZoomyou can set markered map zoomupdatenotificationyou can turn on/off new update server notificationonlyOpenMapWithItemyou can force map open flow to owning map.
Video :
Last modified 1yr ago