Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help Give Prop Damage?
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#5
RE: Give Prop Damage?

Try
PHP Code: (Select All)
if (GetPropHealth("prop_name") > 0)
    
SetPropHealth("prop_name"GetPropHealth("prop_name")-10); 

Tutorials: From Noob to Pro
01-21-2012, 05:59 PM
Website Find


Messages In This Thread
Give Prop Damage? - by Shadowfied - 01-21-2012, 05:33 PM
RE: Give Prop Damage? - by flamez3 - 01-21-2012, 05:40 PM
RE: Give Prop Damage? - by Shadowfied - 01-21-2012, 05:42 PM
RE: Give Prop Damage? - by Streetboat - 01-21-2012, 05:53 PM
RE: Give Prop Damage? - by Shadowfied - 01-21-2012, 06:04 PM
RE: Give Prop Damage? - by Your Computer - 01-21-2012, 06:17 PM
RE: Give Prop Damage? - by Your Computer - 01-21-2012, 05:59 PM
RE: Give Prop Damage? - by Streetboat - 01-21-2012, 07:11 PM
RE: Give Prop Damage? - by Shadowfied - 01-21-2012, 07:15 PM



Users browsing this thread: 1 Guest(s)