Native referenceFiveM

CLEAR_PED_TASKS_IMMEDIATELY

0xAAA34F8A7CB32098 TASK
FUNCTION SIGNATURE
void CLEAR_PED_TASKS_IMMEDIATELY(Ped ped);
Property Value
Native Name CLEAR_PED_TASKS_IMMEDIATELY
Hash 0xAAA34F8A7CB32098
Return Type void
Parameters ped (Ped)

Description: Immediately stops the pedestrian from whatever it's doing. The difference between this and CLEAR_PED_TASKS is that this one teleports the ped but does not change the position of the ped.

Parameters

  • ped (Ped) — Ped id.
Back to TASK