3D Text Label
#5

This is an alternative to IsValidVehicle.

pawn Код:
stock VEH_IsValidVehicle(vehicleid)
{
    return (400 <= GetVehicleModel(vehicleid) <= 611) ? true : false;
}
#if defined _ALS_IsValidVehicle
    #undef IsValidVehicle
#else
    #define _ALS_IsValidVehicle
#endif
#define IsValidVehicle VEH_IsValidVehicle
Refrence
Reply


Messages In This Thread
3D Text Label - by JaKe Elite - 31.10.2015, 05:08
Re: 3D Text Label - by Gammix - 31.10.2015, 05:17
Re: 3D Text Label - by JaKe Elite - 31.10.2015, 05:22
Re: 3D Text Label - by jlalt - 31.10.2015, 05:30
Re: 3D Text Label - by Gammix - 31.10.2015, 05:44
Re: 3D Text Label - by JaKe Elite - 31.10.2015, 05:50
Re: 3D Text Label - by Gammix - 31.10.2015, 06:02
Re: 3D Text Label - by JaKe Elite - 31.10.2015, 06:27
Re: 3D Text Label - by JaKe Elite - 31.10.2015, 07:27

Forum Jump:


Users browsing this thread: 1 Guest(s)