_0x110F526AB784111F
Docs0x110f526ab784111f(ped, p1)Description
In agency_heist3b.c4, its like this 90% of the time:
PED::_110F526AB784111F(ped, 0.099);
PED::SET_PED_ENVEFF_SCALE(ped, 1.0);
PED::_D69411AA0CEBF9E9(ped, 87, 81, 68);
PED::SET_ENABLE_PED_ENVEFF_SCALE(ped, 1);
and its like this 10% of the time:
PED::_110F526AB784111F(ped, 0.2);
PED::SET_PED_ENVEFF_SCALE(ped, 0.65);
PED::_D69411AA0CEBF9E9(ped, 74, 69, 60);
PED::SET_ENABLE_PED_ENVEFF_SCALE(ped, 1);Parameters
| Name | Type | Description |
|---|---|---|
ped | Ped | — |
p1 | float | — |
Quick Snippet: Get Ped Handleped
pedUse this to get the player ped handle for this native.
-- Get the player's ped handle (client-side)
local ped = PlayerPedId()
print("Ped handle: " .. ped)
-- For a specific player's ped (server-side):
-- local targetPed = GetPlayerPed(source)Ped Models

mp_m_freemode_01
player_zero
ig_agatha
s_m_y_cop_01
s_m_m_gaffer_01
g_m_m_armboss_01
a_c_boar
a_m_m_bevhills_01Returns
voidThis native does not return a value.