Native referenceFiveM

0x37D5F739FD494675

0x37D5F739FD494675 NETWORK
FUNCTION SIGNATURE
int 0x37D5F739FD494675(Any p0);
Property Value
Native Name 0x37D5F739FD494675
Hash 0x37D5F739FD494675
Return Type int
Parameters p0 (Any)

Description: I've had this return the player's ped handle sometimes, but also other random entities.

Whatever p0 is, it's at least not synced to other players. At least not all the time, some p0 values actually output the same entity, (different handle of course, but same entity). But another p0 value may return an entity for player x, but not for player y (it'll just return -1 even if the entity exists on both clients).

Parameters

  • p0 (Any) — unknown.
Back to NETWORK