ClearPedTasks
Clears all the tasks assigned to a Ped.
C# Syntax
void NAPI.Ped.ClearPedTasks(Ped ped);
Parameters
- ped: The Ped.
Example
// Code here...
Clears all the tasks assigned to a Ped.
void NAPI.Ped.ClearPedTasks(Ped ped);
// Code here...