Abel_Software

GTA IV C# Modding: Player Armor (Max)

Nov 28th, 2015
207
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 for max armor on your player!
  2.  
  3. if (Keys.F6 == e.Key)
  4.             {
  5.                 Player.Character.Armor = 1000;
  6.             }
  7.  
  8. //See my profile for more!
Advertisement
Add Comment
Please, Sign In to add comment