1. func_wall
Is there any other thing than func_wall? I wanted a thing that check it for walls(Vertical). Examples: cs_mansion those concrete gray walls.
2. velocity_by_aim
How can I make it so that if the user move the mouse but still go the previous direction
If not possible, is there a way I can block mouse movement? Btw if I want to unbind mouse, what is the key? client_cmd(id, "unbind <what key>")
PHP Code:
static Float:aim_velocity[ 3 ]
velocity_by_aim( player, 1200, aim_velocity )
set_user_velocity( player, aim_velocity )