View Single Post
Blizzard_87
Veteran Member
Join Date: Oct 2012
Old 04-20-2015 , 15:03   Re: Parachute 2015 v0.0.3
Reply With Quote #26

Quote:
Originally Posted by OnePL View Post
Remove FM_EmitSound, Ham_ObjectCaps only need to
Did a few tests doing it that way didn't work way I wanted. But I'll give it a few more tries.

Quote:
Originally Posted by Xalus View Post
Smart way,
but in object caps,

PHP Code:
else if( !( pevindexpev_button ) & IN_USE )
        || ( 
pevindexpev_flags ) & FL_ONGROUND )
        || ( 
pevindexpev_movetype ) == MOVETYPE_FLY ) ) 
You're doing twice the same checks, juse use
PHP Code:
else
 { 
Okay will make the changes and test before Updating. At work now will get to it after I get home.
__________________
Blizzard_87 is offline