Camera effect
Hi, i want to create a camera effect like in First Person Death by MPNumB.
I tried to call pev_iuser1 with 0 but it's work only when player is dead and I need the same effect also for alive players. It's there a way to reproduce this ? an offest .. anything ? |
Re: Camera effect
PHP Code:
|
Re: Camera effect
Thanks, it's work.
But i have another problem, if i want to reset to normal camera (normal view) i used: pev_health 100, pev_iuser1 0 but it's a problem: player is ducking and i need to press manually duck button (ctrl) to reset to normal. I tried to set pev_button | IN_DUCK but it's not work. Is a way to reset player camera to normal ? |
Re: Camera effect
Yes I faced this problem too, don't know how to fix it. Maybe someone will write.
|
Re: Camera effect
I tried to set:
PHP Code:
Another way i think is to create a custom entity and attach view/camera, but i don't think if it work .. wait for another solutions. |
Re: Camera effect
Try pev_oldbuttons?
|
Re: Camera effect
Tried and not work.
|
| All times are GMT -4. The time now is 06:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.