ID:166925
May 29 2006, 5:06 am
|
|
Is there a command to make the users view move back and forth? I think i remember one from somewhere and i didnt want to waste time trying to make one if there was one and i couldnt find one skimming through the refrance.
|
May 29 2006, 5:09 am
|
|
Look up client.eye i beleive.
|
In response to Foomer
|
|
Problem with QuakeEffect is, it uses GetSteps() and it doesn't define it. So you're going to have to code in your own GetSteps(), which shouldn't be too difficult.
|
In response to D4RK3 54B3R
|
|
i looked at quake effect after its done quaking it goes back to your position but then when you move it dosent move with you but if you requake it goes to the spot you were just then then the same thing happens
|
In response to Flame500
|
|
I think they may have changed how client.eye or one of those variables works since it was released. But you should be able to modify the concept and create your own without a lot of trouble.
And GetSteps() is from one of AbyssDragon's libraries, BasicMath I think. Its totally not necessary and works fine with just get_step(). |
In response to Foomer
|
|
i tried modifying it so it would work but ive never done anything with eyes before and im confused i know i should tell it to go back to its defualt value and the only way i know how to do that is by using ..() and i havent used that to much either.
|
In response to Flame500
|
|
Then do what the rest of us do and read everything you can about it, then experiment until you find something that works!
|
In response to Foomer
|
|
ok
|