Quote:
Originally Posted by ******
pawn Код:
#define IsValidInteriorID(%0) \ ((%0) != 13 && (%0) < 19) #define IsValidSoundID(%0) \ (999 < (%0) < 45399) #define IsValidWeatherID(%0) \ (%0 < 46) #define IsValidColorID(%0) \ (%0 < 127)
#define IsValidPickupType(%0) \ (%0 < 24) #define IsValidPickupID(%0) \ (1239 < (%0) < 1280) #define IsValidWeaponID(%0) \ (%0 < 47)
#define IsValidExplosion(%0) \ (%0 < 14) #define IsValidCrime(%0) \ (2 < (%0) < 23) #define IsValidVehicleID(%0) \ (399 < (%0) < 612)
|
Could you please tell me what have you changed and for what reason?