Skip to content

Files

Latest commit

31b7822 · May 4, 2020

History

History
21 lines (17 loc) · 367 Bytes

ClonePed.md

File metadata and controls

21 lines (17 loc) · 367 Bytes
ns
PED

CLONE_PED

// 0xEF29A16337FACADB 0x8C8A8D6E
Ped CLONE_PED(Ped ped, float heading, BOOL isNetwork, BOOL netMissionEntity);
Example of Cloning Your Player: CLONE_PED(PLAYER_PED_ID(), GET_ENTITY_HEADING(PLAYER_PED_ID()), 0, 1);  

Parameters

  • ped:
  • heading:
  • isNetwork:
  • netMissionEntity:

Return value