Return and/or return result doesn't actually matter here. fm_left_velocity() is a modified fm_velocity_by_aim() which is a direct port of velocity_by_aim() which does have return 1.
Quote:
|
can you give me an example? move the person at the speed of 300 to the left
|
Code:
new Float:vec[3]
fm_left_velocity(id, 300, vec)
set_pev(id, pev_velocity, vec)
Quote:
|
There should be PLUGIN_HANDLED
|
No.