EV_INT_Sequence thingy
well, im trying to set the player model to do one sequence, i chose one random and in game, binded one key to the command, and when i pressed it, it like did it for 0.1 seconds and returned to idle sequence ;O How can i make it do the sequence like as long as i want to? (No, i dont want to do any create_model stuff, i want to make the actual player model do the sequence >_< )
|
Use it in client_PreThink along with a global variable.
Code:
|
make a plugin that continuously executes the same stuff
something like this: Code:
|
Uhh, what does the EV_INT_qaitsequence do? like what is it really? ;P
|
v3x, that is the worst possible way ever.
The right way is to tell it how many frames to do it. use the framerate to set how long it should do it. 60 is about right for one animation. |
uhh, how can i set the framerate? :S Sorry, but i did look at funcwiki but couldn't find any proper function :S
|
Code:
|
twilight, so how would you do it for making a model play the whole time the same animation untill you say it has to stop ?
i'm currently using server_frame() but it doesnt totally play the animation (i guess i already know why ==> server_frame()) |
Quote:
|
Quote:
in the server_frame or in which one? |
| All times are GMT -4. The time now is 20:25. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.