Skip to content

lobbymenu:SetDetailsTitle

CritteRo edited this page Jul 18, 2021 · 1 revision

lobbymenu:SetDetailsTitle

Type: Event Trigger

Usage: TriggerEvent('lobbymenu:SetDetailsTitle', _id, _detailsTitle, _textureDirectory, _textureName)

Params:

  • _id :: Existing menu ID that you want to modify.
  • _detailsTitle :: "Title" text showing on the right column, on top of the image.
  • _textureDirectory :: texture directory that you want the menu to load.
  • _textureName :: texture name that you want the menu to load.

Notes:

  • Texture should have a 2:1 ratio. 516x256 images look the best.
  • It supports normal GTA textures, streamed texture directory files and Runtime textures!

Clone this wiki locally