Advertisement
Guest User

jitter f1 penalty points

a guest
Feb 5th, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. case [Name]
  2. when "R. Grosjean" then [total pen points thru event]+0.
  3. when "L. Stroll" then [total pen points thru event]+0.05
  4. when "M. Verstappen" then [total pen points thru event]+0.10
  5. when "F. Alonso" then [total pen points thru event]+0.01
  6. when "B. Hartley" then [total pen points thru event]+0.06
  7. when "E. Ocon" then [total pen points thru event]+0.11
  8. when "S. Sirotkin" then [total pen points thru event]+0.16
  9. when "M. Ericsson" then [total pen points thru event]+0.02
  10. when "S. Perez" then [total pen points thru event]+0.07
  11. when "S. Vettel" then [total pen points thru event]+0.12
  12. when "V. Bottas" then [total pen points thru event]+0.03
  13. when "P. Gasly" then [total pen points thru event]+0.08
  14. when "N. Hulkenberg" then [total pen points thru event]+0.04
  15. when "C. Sainz" then [total pen points thru event]+0.09
  16. when "S. Vandoorne" then [total pen points thru event]+0.14
  17. when "K. Magnussen" then [total pen points thru event]+0.05
  18. when "K. Raikkonen" then [total pen points thru event]+0.10
  19. when "D. Ricciardo" then [total pen points thru event]+0.15
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement