Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Vehicle car = getPlayerCar();
  2. if (car != null && !Game.isGameKeyPressed(GameKey.Sprint) && !Game.isGameKeyPressed(GameKey.Jump) && Math.Abs(car.Speed) < 1)
  3. {
  4. brakeCar(251);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement