Raised This Month: $ Target: $400
 0% 

[Help me]


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
DavidJr
Senior Member
Join Date: Apr 2012
Old 04-14-2012 , 07:23   [Help me]
Reply With Quote #1

Code:
/* Plugin generated by AweaMXX-Studio */

#include <amxmodx>
#include <engine>

#define PLUGIN "UnKnown."
#define VERSION "1.0"
#define AUTHOR ""


get_weaponid (weapon_mp5[get_weaponid ],native)

stock set_entity_anim( ent, anim ) 
{ 
    if( pev_valid( ent ) )
    {
        entity_set_float( ent, EV_FL_animtime, get_gametime( ) ); 
        entity_set_float( ent, EV_FL_framerate, 1.0 ); 
        entity_set_int( ent, EV_INT_sequence, anim ); 
    }      
}
I'm trying to make a plugin that play a sequence when walk
DavidJr 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 07:44.


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