_0xA3F3564A5B3646C0
Docslocal retval = 0xa3f3564a5b3646c0(ped)Description
Only called once in the scripts:
if (sub_1abd() && (!PED::_A3F3564A5B3646C0(l_8C))) {
if (sub_52e3("RESNA_CELLR", 0)) {
PED::SET_PED_CAN_PLAY_GESTURE_ANIMS(l_8C, 1);
PED::SET_PED_CAN_PLAY_AMBIENT_ANIMS(l_8C, 1);
PED::SET_PED_CAN_PLAY_VISEME_ANIMS(l_8C, 1, 0);
l_184 += 1;
}
}
Checks something related to the mobile phone task.
IS_*Parameters
| Name | Type | Description |
|---|---|---|
ped | Ped | — |
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
BOOLReturns TRUE (1) or FALSE (0).