Fivem
Exports
Client

has

Returns a boolean indicating if the current player has the stated tag

exports["br_tags"]:has(tag)
  • tag: string
    • Tag's name

Usage example:

if exports["br_tags"]:has("racer") then
    openRacingMenu()
end