01.07.2012, 05:12
INVALID_VEHICLE_ID is defined in the samp include.
pawn Код:
stock IsVehicleValid(vehicleid)
{
if(vehicleid != INVALID_VEHICLE_ID) return 1;
else return 0;
}