Hi, im doing (trying) to change the view client too.
I tried this :
PHP Code:
new Float:vec[3];
GetEntPropVector(client, Prop_Send, "m_vecOrigin", vec);
vec[2] -= 30.0;
SetEntPropVector(client, Prop_Send, "m_vecOrigin", vec);
It's works but when the player move it reset the view
I found :
PHP Code:
//HookEvent("player_footstep", Event_ViewOfChicken, EventHookMode_Pre);
//HookEvent("player_jump", Event_ViewOfChicken, EventHookMode_Pre);
But it's bug.
I tried only this today so tomorrow I will try more but If someone have the solution^^
PS : The attachement eye doesn't work. Everythings it's good positions of C4 on back, grenade,... My model use ValveBiped like a normal player. Hitboxes, bones, attachements are good. I need just this fuck**** view
Bye