[Include] Is Valid
#7

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?
Reply


Messages In This Thread
Is Valid - by T0pAz - 07.01.2012, 15:33
Re: Is Valid - by Kaperstone - 07.01.2012, 15:34
Re: Is Valid - by RyDeR` - 07.01.2012, 15:35
Re: Is Valid - by T0pAz - 07.01.2012, 15:37
Re: Is Valid - by Joe_ - 07.01.2012, 15:38
Re: Is Valid - by T0pAz - 07.01.2012, 15:39
Re: Is Valid - by T0pAz - 07.01.2012, 16:07
Re: Is Valid - by CyNiC - 07.01.2012, 16:11
Re: Is Valid - by RyDeR` - 07.01.2012, 16:12
Re: Is Valid - by T0pAz - 07.01.2012, 16:18

Forum Jump:


Users browsing this thread: 1 Guest(s)