-
Notifications
You must be signed in to change notification settings - Fork 50
Getting Started
Leonardo Emanuele edited this page Apr 9, 2022
·
8 revisions
- Grand Theft Auto V
- FiveM
- Visual Studio or FxDK for C#
- ScaleformUI
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.
- Download the latest release of ScaleformUI_C#, unzip it and place it in your resources folder.
- It contains the ScaleformUI library and ExamleMenu script. If you want to use the library directly, simply take ScaleformUI and delete the rest.
- Add ScaleformUI.dll it to your references in your Visual Studio /FxDK project and in your resource manifest in the
files {}
section.