macro.pwn 86 B

12
  1. #define IsValidPlayerAttachIndex(%0) \
  2. ( %0 >= 0 && %0 < MAX_PLAYERATTACH_INDEX )