Abel_Software

GTA IV C# Modding: Vehicle Wash

Nov 28th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1. //In this script I will show you the code to wash your vehicle!
  2.  
  3. if (Keys.F5 == e.Key)
  4.             {
  5.                Player.Character.CurrentVehicle.Wash();
  6.             }
  7.  
  8. //See my profile for more!
Advertisement
Add Comment
Please, Sign In to add comment