Native referenceFiveM

INT_TO_PARTICIPANTINDEX

0x9EC6603812C24710 PLAYER
FUNCTION SIGNATURE
int INT_TO_PARTICIPANTINDEX(int value);
Property Value
Native Name INT_TO_PARTICIPANTINDEX
Hash 0x9EC6603812C24710
Return Type int
Parameters value (int)

Description: ``` Simply returns whatever is passed to it (Regardless of whether the handle is valid or not).

if (NETWORK::NETWORK_IS_PARTICIPANT_ACTIVE(PLAYER::INT_TO_PARTICIPANTINDEX(i)))

Back to PLAYER