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
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


Messages In This Thread
RE: Monster sawn when picked up note dosnt work - by Quotentote - 12-28-2011, 08:23 PM



Users browsing this thread: 1 Guest(s)