Native referenceRedMserver

CLEAR_PED_TASKS_IMMEDIATELY

0xBC045625 CFX
FUNCTION SIGNATURE
void CLEAR_PED_TASKS_IMMEDIATELY(Ped ped);
Property Value
Native Name CLEAR_PED_TASKS_IMMEDIATELY
Hash 0xBC045625
Return Type void
API Set server
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.

This is the server-side RPC native equivalent of the client native CLEAR_PED_TASKS_IMMEDIATELY.

Parameters

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