Abel_Software

GTA IV C# Modding: Player Health (Max)

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