🛠️
Rip | Development
DiscordTebex
  • Welcome
  • Free Scripts
    • Rip Dialog
      • Installation
      • Menu options
      • Functions
        • Client
  • Paid Scripts
    • 🪴Rip Weed Plants
      • Installation
    • 🐔Rip Chicken Job
      • Installation
Powered by GitBook
On this page
  • info
  • options
  1. Free Scripts
  2. Rip Dialog

Menu options

PreviousInstallationNextFunctions

Last updated 7 months ago

info


  • label: string

    • The text that showing when you intract with the NPC.

  • icon: string

    • Name of the icon that showing when you intract with the NPC, you can find the icons .

  • invisible: true or false

    • If the player ped locally invisible when the menu is open. (optional, true by default)

  • job: string or table

    • The job name if you want it to open for specific job. (optional)

  • distance: number

    • The distance to start intract with the NPC. (optional, 3.0 by default)

  • blip: table

    The npc blip. (optional)

    • name:string The blip name. (optional, it will use the menu title by default)

    • sprite:number The blip icon you can find the blips icon number . (optional, 480 by default)

    • color:number The blip color you can find the blips color number . (optional, 28 by default)

    • scale: number The blip size. (optional, 0.7 by default)

  • color: table

    • The menu them color. (optional, '#ad8f1a' by default)

  • title: string

    • The menu title.

  • content: string

    • The menu content.

options


  • label: string

    • The option text.

  • icon: string

  • image: url or path

    • The option image. (optional)

  • params: table

    The option event. (optional)

    • type:string The event type 'client' or 'server' or 'action' or 'isCommand' or 'isQBCommand'.

    • event:string or function The event.

    • args: string or table Arguments of the event.

Name of the icon for the option , you can find the icons .

here
here
here
here