Raised This Month: $ Target: $400
 0% 

addtofullpack animation


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
avril-lavigne
Banned
Join Date: Apr 2009
Old 03-08-2013 , 16:22   addtofullpack animation
Reply With Quote #1

in my plugin im using custom player animation.Yesterday all worked just fine, but today I see only first animation works correctly. all others not playing, I see the last frame. if dead animation I see the body lying ( last frame). not falling down ( from first frame ), no matter what sequence is going next
only first works ( after server restart )

and another one, how to play animation on certain player, because this is affect all players at the same time ....


PHP Code:
public fw_addtofullpack(es_handleeenthostflagsplayer)
{
    if(!
pev_valid(player) || !is_user_alive(player)) return FMRES_IGNORED 
    
switch(anim[player]) {
    case 
106:
    {
        
set_es(es_handleES_Sequence106);
        
set_es(es_handleES_Frame0.0);
        
set_es(es_handleES_FrameRate0.7); 
        
set_es(es_handleES_AnimTime1.0); 
        return 
FMRES_HANDLED;
    }
    
    case 
107:
    {
        
set_es(es_handleES_Sequence107);
        
set_es(es_handleES_Frame0.0);
        
set_es(es_handleES_FrameRate0.7);  
        
set_es(es_handleES_AnimTime1.0); 
        return 
FMRES_HANDLED;
    }

    
    case 
108:
    {
        
set_es(es_handleES_Sequence108);
        
set_es(es_handleES_Frame0.0);
        
set_es(es_handleES_FrameRate0.5);
        
set_es(es_handleES_AnimTime1.0); 
        return 
FMRES_HANDLED;
    }
    
     }
    
    return 
FMRES_IGNORED;

__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc
avril-lavigne is offline
 



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 21:39.


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