Shadoww5

IsValidVehicle - Shadoww5

Jul 20th, 2011
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. stock IsValidVehicle(vehicleid) return GetVehicleModel(vehicleid) ? true : false;
  2.  
  3. #define IsValidVehicle GetVehicleModel
Advertisement
Add Comment
Please, Sign In to add comment