12.10.2018, 08:55
This?
pawn Код:
#define HOLDING(%0) \
((newkeys & (%0)) == (%0))
pawn Код:
if(HOLDING(YOUR_KEY))
{
//Yourcode
}