SetEntityVelocity — FiveM Natives
0xFF5A1988 · CFX · server
`` Note that the third parameter(denoted as z) is "up and down" with positive numbers encouraging upwards movement. `` This is the server-side RPC native equivalent of the client native SET_ENTITY_VELOCITY.
Parameters
| Name | Type |
|---|---|
| entity | Entity |
| x | float |
| y | float |
| z | float |
Returns
void