AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   player sequence animation (https://forums.alliedmods.net/showthread.php?t=325439)

tepegoz 06-22-2020 04:41

player sequence animation
 
I want to play the sequence while running or idling animation but animation only plays when I am jumping or stabbing.
I want to play animation when I am idling or running. How to I can change theese codes?
PHP Code:

entity_set_float(idEV_FL_framerate2.0);   
    
entity_set_int(idEV_INT_sequence111);
    
entity_set_float(idEV_FL_animtime1.0


thEsp 06-22-2020 06:41

Re: player sequence animation
 
You can't do that straight away because the game constantly plays client animations. You have to change CBasePlayer::SendAnimation() via Orpheu.

rogeliokelly 06-28-2020 22:26

Re: player sequence animation
 
Thanks guys. It was helpful


All times are GMT -4. The time now is 16:51.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.