View Single Post
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 04-20-2015 , 13:10   Re: Parachute 2015 v0.0.3
Reply With Quote #25

Quote:
Originally Posted by Blizzard_87 View Post
Update v0.0.3 - 20/04/2015 10:29 PM
- Removed PreThink, Replaced With ObjectCaps

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
 { 
__________________
Retired.

Last edited by Xalus; 04-20-2015 at 13:14.
Xalus is offline