PLAYER GetPlayerPed
Client
Ped GetPlayerPed(Player playerId)

Gets the ped for a specified player index.

Parameters 1
PlayerplayerId
LUA
local playerIdx = GetPlayerFromServerId(source)
local ped = GetPlayerPed(playerIdx)

-- act on the ped
0x43A66C31C68491C0 → Ped
View on cfxnatives.dev