Advertisement
Guest User

Untitled

a guest
May 10th, 2014
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.15 KB | None | 0 0
  1. Function IsANoTachoVehicle(carid)
  2. {
  3.     new model = GetVehicleModel(carid);
  4.     {
  5.         if(model == 481 || model == 509 || model == 510)
  6.         {
  7.             return 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement