SetEntityGravity
Sets an entity's gravity.
stock void SetEntityGravity(int entity, float amount)
Parameters
float amount
Gravity to set (default = 1.0, half = 0.5, double = 2.0).
Return Value
voidError
Invalid entity index, or lack of mod compliance.