The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
hammer removes an padlock. help
johnbanana Offline
Junior Member

Posts: 9
Threads: 4
Joined: Oct 2011
Reputation: 0
#1
Brick  hammer removes an padlock. help

i using a hammer to remove an entety "padlock" Confused


Quote:void OnStart()

{
AddUseItemCallback("", "stone_hammer_1", "padlock_1", "Padlock", true);

}

void Padlock(string &in asItem, string &in asEntity)
{
RemoveEntityCollideCallback("stone_hammer_1", "padlock_1");
}
this is what i got...
any one know how to sovle this problem?
10-21-2011, 08:19 PM
Find


Messages In This Thread
hammer removes an padlock. help - by johnbanana - 10-21-2011, 08:19 PM



Users browsing this thread: 1 Guest(s)