Raised This Month: $ Target: $400
 0% 

[TF2] Stoping player animation


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Michalplyoutube
Veteran Member
Join Date: Jan 2013
Location: Tank Carrier in Mannhatt
Old 10-21-2014 , 08:45   [TF2] Stoping player animation
Reply With Quote #1

Is there a way to stop it I didn't found anything at sourcemod api
__________________
The plugin developer of TF2BWR Reborn
And a TF2 Player
Michalplyoutube is offline
Leonardo
Veteran Member
Join Date: Feb 2010
Location: 90's
Old 10-21-2014 , 09:01   Re: [TF2] Stoping player animation
Reply With Quote #2

try this
Code:
TE_Start( "PlayerAnimEvent" );
TE_WriteNum( "m_iPlayerIndex", iClient );
TE_WriteNum( "m_iEvent", 21 ); // Cancel/Respawn (event)
TE_WriteNum( "m_nData", 0 ); // ACT_RESET (activity)
TE_SendToAll();
__________________
Leonardo is offline
Michalplyoutube
Veteran Member
Join Date: Jan 2013
Location: Tank Carrier in Mannhatt
Old 11-29-2014 , 06:41   Re: [TF2] Stoping player animation
Reply With Quote #3

Quote:
Originally Posted by Leonardo View Post
try this
Code:
TE_Start( "PlayerAnimEvent" );
TE_WriteNum( "m_iPlayerIndex", iClient );
TE_WriteNum( "m_iEvent", 21 ); // Cancel/Respawn (event)
TE_WriteNum( "m_nData", 0 ); // ACT_RESET (activity)
TE_SendToAll();
I Tried it stopped the anim but i m stuck in civilian pose
__________________
The plugin developer of TF2BWR Reborn
And a TF2 Player
Michalplyoutube is offline
Leonardo
Veteran Member
Join Date: Feb 2010
Location: 90's
Old 11-29-2014 , 13:05   Re: [TF2] Stoping player animation
Reply With Quote #4

Quote:
Originally Posted by Michalplyoutube View Post
I Tried it stopped the anim but i m stuck in civilian pose
try nData -1
or any other iEvent variables
try stuff, and stop asking, since nobody else (except TF team) would know how exactly it works
__________________
Leonardo is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:43.


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