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
How to make a hammer destroy a padlock (or other enteties)
Quotentote Offline
Member

Posts: 118
Threads: 23
Joined: Dec 2011
Reputation: 11
#5
RE: How to make a hammer destroy a padlock (or other enteties)

you mean something like that?

PHP Code: (Select All)
    void VOIDNAME (string &in asItemstring &in asEntity)
            {
            
SetEntityActive("BROKENPADLOCK",true);
            
SetEntityActive("PADLOCK",false);
            
RemoveItem("HAMMER");
            } 
12-20-2011, 04:03 PM
Find


Messages In This Thread
RE: How to make a hammer destroy a padlock (or other enteties) - by Quotentote - 12-20-2011, 04:03 PM



Users browsing this thread: 1 Guest(s)