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
Monster sawn when picked up note dosnt work
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#1
Monster sawn when picked up note dosnt work

Hey I have searched for this a while now but cant find how to atciate monster when picked up note Sad any ides


http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
12-28-2011, 07:32 PM
Website Find
Quotentote Offline
Member

Posts: 118
Threads: 23
Joined: Dec 2011
Reputation: 11
#2
RE: Monster sawn when picked up note dosnt work

PHP Code: (Select All)
void OnStart()
{
SetEntityCallbackFunc("NOTENAME""OnPickup");
}

void OnPickup(string &in asEntitystring &in type)
{
  
SetEntityActive("grunt1"true);
  
SetEntityActive("grunt2"true);



this shall work Smile

12-28-2011, 08:23 PM
Find
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#3
RE: Monster sawn when picked up note dosnt work

ty Smile

http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
12-28-2011, 09:58 PM
Website Find




Users browsing this thread: 1 Guest(s)