RegisterEntityForCutscene — FiveM Natives
0xE40C1C56DF95C2E8 · CUTSCENE · all
This can only be run once CAN_REQUEST_ASSETS_FOR_CUTSCENE_ENTITY is true, but can be run before HAS_CUTSCENE_LOADED
Parameters
| Name | Type | Description |
|---|---|---|
| cutsceneEntity | Entity | Entity to put into the cutscene. |
| cutsceneEntName | char* | cHandle of cutscene entity, i.e Michael, MP\_1, MP\_4, Lamar |
| p2 | int | |
| modelHash | Hash | Not strictly neccasary, often 0 in R\* scripts |
| p4 | int | 0 for SP, 64 for MP seemingly |
Returns
void