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
StopPlayerLookAt(); Doesn't work
Gamemakingdude Offline
Senior Member

Posts: 470
Threads: 82
Joined: Nov 2010
Reputation: 9
#1
StopPlayerLookAt(); Doesn't work

PHP Code: (Select All)
void Infected(string &in asParentstring &in asChildint alState)
{
    
SetEntityActive("servant_brute_1",true);
    
SetEntityActive("FogArea_1",true);
    
StartPlayerLookAt("servant_brute_1",100,100,"");
    
SetMessage("Messages","msg05",5.0f);
    
AddTimer("",3.0f,"StopLook");
}

void StopLook(string &in asParentstring &in asChildint alState)
{
    
StopPlayerLookAt();


StopPlayerLookAt(); just does nothing at all...

Rep if like me or im helpful or you love my stories!
Stephanos house
11-30-2010, 05:35 AM
Find
jens Offline
Frictional Games

Posts: 4,093
Threads: 199
Joined: Apr 2006
Reputation: 202
#2
RE: StopPlayerLookAt(); Doesn't work

StopLook(string &in asParent, string &in asChild, int alState) -> StopLook(string &in asTimer)
11-30-2010, 07:02 AM
Website Find
Gamemakingdude Offline
Senior Member

Posts: 470
Threads: 82
Joined: Nov 2010
Reputation: 9
#3
RE: StopPlayerLookAt(); Doesn't work

Thanks Jens.

Rep if like me or im helpful or you love my stories!
Stephanos house
11-30-2010, 07:25 AM
Find




Users browsing this thread: 1 Guest(s)