Skip to content
Leonardo Emanuele edited this page Apr 9, 2022 · 8 revisions

Requirements

  • Grand Theft Auto V
  • FiveM
  • Visual Studio or FxDK for C#
  • ScaleformUI

How to install ScaleformUI

Streaming the Scaleforms.

FiveM and streamed scaleforms are a strange match, if you would place the streamed gfxs along with your resource and restart it.. weird things happen!!
So to avoid bad things, i prepared a zip called ScaleformUI_Assets containing a ready to start empty script to stream your scaleforms separated from any script at all. This way even if you restart your script 100 times, the scaleforms won't go 🍌🍌🍌.
Simply unzip ScaleformUI_Assets and place the resource wherever you want in your resources folder and start it before you start any other ScaleformUI dependant script.

C#

  1. Download the latest release of ScaleformUI_C#, unzip it and place it in your resources folder.
  2. It contains the ScaleformUI library and ExamleMenu script. If you want to use the library directly, simply take ScaleformUI and delete the rest.
  3. Add ScaleformUI.dll it to your references in your Visual Studio /FxDK project and in your resource manifest in the files {} section.

Lua

Clone this wiki locally