macro.pwn 89 B

12
  1. #define IsValidVehicleModel(%0) \
  2. ( %0 >= MIN_VEHMODEL_ID && %0 <= MAX_VEHMODEL_ID )