SET_ENTITY_VELOCITY
``` 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](?\_0x1C99BB7B6E96D16F).**
CFX
Signature
lua
SetEntityVelocity(entity, 0.0, 0.0, 0.0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Entity | — | |
| float | — | |
| float | — | |
| float | — |
Usage
lua
SetEntityVelocity(entity, 0.0, 0.0, 0.0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
