11.04.2015, 22:27
(
Последний раз редактировалось R0; 11.04.2015 в 22:59.
)
#define*PRESSED(%0)*\*
****(((newkeys*&*(%0))*==*(%0))*&&*((oldkeys*&*(%0 ))*!=*(%0)))*
if(PRESSED(KEY_CROUCH | KEY_WALK))
{
//animation here
}
By the way i just wanted to explain for him this code up there so i made that other code
****(((newkeys*&*(%0))*==*(%0))*&&*((oldkeys*&*(%0 ))*!=*(%0)))*
if(PRESSED(KEY_CROUCH | KEY_WALK))
{
//animation here
}
By the way i just wanted to explain for him this code up there so i made that other code

