Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.20 KB | None | 0 0
  1. if(CarInfo[cars][cJob] || CarInfo[cars][cOrg])
  2.         {
  3.             CarInfo[cars][cGear] = 0;
  4.             CarInfo[cars][cWheelType] = 2;
  5.         }
  6.         if(CarInfo[cars][cWheelType] == 0)
  7.         {
  8.             CarInfo[cars][cWheelType] = 1;
  9.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement