Raised This Month: $ Target: $400
 0% 

Catch legs and arms shot


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 01-16-2009 , 01:57   Re: Catch legs and arms shot
Reply With Quote #4

Quote:
Originally Posted by NcB_Sav View Post
say i want HIT_RIGHTARM and HIT_LEFTARM to call this function

and the legs to call anohter how would i do that i dont really understand thiskinda stuff to behonest withyou guys...

Just trying to expand on my VR(Virtual Reality) plugin
Using ConnorMcLeods code, edit the portion to this:

PHP Code:
    switch( get_tr2(trTR_iHitgroup) )
    {
        case 
HIT_LEFTARM ,HIT_RIGHTARM:
        {
            
//call arm hit function
        
}
        case 
HIT_LEFTLEG,HIT_RIGHTLEG:
        {
            
//call leg hit function
        
}
    } 
__________________
Bugsy 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 01:40.


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