TaskPause — FiveM Natives
0xE73A266DB0CA9042 · TASK · all
This tasks the ped to do nothing for the specified amount of miliseconds. This is useful if you want to add a delay between tasks when using a sequence task.
Parameters
| Name | Type | Description |
|---|---|---|
| ped | Ped | The ped to pause. Set to this 0 when using task sequences. |
| ms | int | The amount of miliseconds to wait. |
Returns
void