Native referenceFiveM

SET_ENTITY_VELOCITY

0x1C99BB7B6E96D16F ENTITY
FUNCTION SIGNATURE
void SET_ENTITY_VELOCITY(Entity entity, float x, float y, float z);
Property Value
Native Name SET_ENTITY_VELOCITY
Hash 0x1C99BB7B6E96D16F
Return Type void
Parameters entity (Entity), x (float), y (float), z (float)

Description: ``` Note that the third parameter(denoted as z) is "up and down" with positive numbers encouraging upwards movement.

Back to ENTITY