View Single Post
.Dare Devil.
Veteran Member
Join Date: Sep 2010
Old 05-16-2014 , 09:14   Re: [Help] 3rd View shoot accuracy (Not Solved)
Reply With Quote #2

When i created new camera system i had one problem what cant be fixed.
The camera movements was really laggy. Well movements was not that bad but the rotation was just horrible.
Have you tested this plugin in server side? ( and i dont mean local server or lan )

============================================= =======================
Now lets talk about solution.
What if you set player v_angle after setting camera angles so it will aim to the correct place?

idea
PHP Code:
static float:a[3]
pevidpev_v_angle)
a[1] += 5.0
a
[0] += 1.0 
If the origin of two points ( where and where it must aim ) is always same then just mess with those values i gave.
.Dare Devil. is offline