hi, after trying everything without 100% success i came here ^_^
PHP Code:
new Float:P_ANG[33][3];
so i
PHP Code:
entity_get_vector(id,EV_VEC_angles,P_ANG[id]);
then
PHP Code:
entity_set_vector(id, EV_VEC_angles, P_ANG[id]);
entity_set_int(id, EV_INT_fixangle, 1);
it changes aiming to direction which was saved, but it doesn't restore vertical position e.g. was looking at roof or floor, only at which direction user was looking. so, is it possible to save and then set vertical Aiming position also?
__________________