Native referenceFiveM

EXTEND_WORLD_BOUNDARY_FOR_PLAYER

0x5006D96C995A5827 PLAYER
FUNCTION SIGNATURE
void EXTEND_WORLD_BOUNDARY_FOR_PLAYER(float x, float y, float z);
Property Value
Native Name EXTEND_WORLD_BOUNDARY_FOR_PLAYER
Hash 0x5006D96C995A5827
Return Type void
Parameters x (float), y (float), z (float)

Description: ``` Appears only 3 times in the scripts, more specifically in michael1.ysc

This can be used to prevent dying if you are "out of the world"

Back to PLAYER