DatafileLoadOfflineUgc — FiveM Natives
0xC5238C011AF405E4 · DATAFILE · all
`` Loads a User-Generated Content (UGC) file. These files can be found in "[GTA5]\data\ugc" and "[GTA5]\common\patch\ugc". They seem to follow a naming convention, most likely of "[name]_[part].ugc". See example below for usage. Returns whether or not the file was successfully loaded. Example: DATAFILE::_LOAD_UGC_FILE("RockstarPlaylists") // loads "rockstarplaylists_00.ugc" ` ` NativeDB Added Parameter 2: Any p1 ``
Parameters
| Name | Type |
|---|---|
| filename | char* |
Returns
BOOL