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.

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

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 :

Last updated