CallScaleformMovieMethodWithString — FiveM Natives
0x51BC1ED3CC44E8F7 · GRAPHICS · all
`` Calls the Scaleform function and passes the parameters as strings. The number of parameters passed to the function varies, so the end of the parameter list is represented by 0 (NULL). ``
Parameters
| Name | Type |
|---|---|
| scaleform | int |
| methodName | char* |
| param1 | char* |
| param2 | char* |
| param3 | char* |
| param4 | char* |
| param5 | char* |
Returns
void