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
  • Installations
  • 2. Usage
  • 3. Some Events
  • Listenable Clients Events:
  • Listenable Server Events:
  • 4. Default ambient
  • 5. Purchasable ambient -- SOON
  • 6. Credits

qadr_identity

Enhanced Multicharacter and Identity system for RedEM:RP Framework

NextInstallation

Last updated 8 months ago

Installations

  • This source sends some data from your server to me via webhook. For transparency, these data are as follows.

    • Version : by qadr_identity

    • Server hash : Created by qadr_identity

2. Usage

  • NOTE : You must either install RedEM-RP Respawn OR set this to false, otherwise, after selecting/creating a character, your camera won't move.

  • Use 'Config.SpawnPoint' if 'Config.UsingRespawn' is set to false to set the location of where players will spawn.

  • Also, this script has a creating character limitations for each player. This value is 1 by default and can be a maximum of 4. You can add this part to your .cfg file. add_ace group.admin command.updatecharactercount allow Only admin can use command updatecharactercount steamid count updatecharactercount steam:11000010fb10534 2

  • Added permission system for deleting characters.

    • Permission must be equal redemrp user group

    • Check your config file qadr_identity.permisson = "superadmin"

    • If you want to authorize everyone to delete characters. Edit this variable to nil or delete this variable.

3. Some Events

You can change loading background image from html\images\fullBG.png

Listenable Clients Events:

AddEventHandler('qadr_identity:SpawnCharacter', function(isnewcharacter)
  print(isnewcharacter) -- return true or nil
end)
AddEventHandler('qadr_identity:removeLoadingScreen', function()
  -- unloaded nui loading page
end)
AddEventHandler('qadr_identity:openSelectionMenu', function()
  -- open nui selection menu
end)

Listenable Server Events:

AddEventHandler("qadr_identity:deleteCharacter", function(charid)
  -- deleted character
  print(charid)
end)
AddEventHandler('qadr_identity:characterRemoved', function(_source,id, _charid)
  -- return id and charid
  print(_source,id, _charid)
end)

4. Default ambient

This resource has one ambient option but you can buy more. Default ambient has a changeable campfire and tent. So, your players can change their own ambient.

5. Purchasable ambient -- SOON

6. Credits

Inspired by this script

Use 'Config.UsingRespawn' to opt-in or out of using

Orjinal script :

RedEM-RP Respawn
Saint Denis Bazaar
Blackwater Saloon
Valentine Saloon
Valentine Train Station
Amakuu
redemrp_identity
LogoWest World | Qadr_Identity
LogoWest World | Qadr_Identity
Logo[PAID] Qadr IdentityCfx.re Community
LogoReboot 2023Qadr_Docs
Page cover image
LogoOld RedemRPQadr_Docs