I've tryied also set_user_gravity, the same thing, maybe there are limit? 0_0
I know AMXX funcs writes minimum is 0.1 - 1
EDIT: EXOLENT I also tryied, the same, limit is ~400,if set lower, then gravity is the same ~400.
Now I've tryied :
PHP Code:
#define SITH_GRAVITY 200.0
// in spawn
set_pev(id, pev_gravity, SITH_GRAVITY / 800)
And that works perfectly 0_o why?