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
Enemy hallucinate event
User01 Offline
Member

Posts: 97
Threads: 30
Joined: Feb 2013
Reputation: 0
#1
Enemy hallucinate event

Hi

I'm trying to check wheter an enemy disappears by hallucination.
GetEntityExists doesn't seems to work, the entity might be still active after the vanish.
I did something like this:
PHP Code: (Select All)
void enemy(string &in asTimer)
{
stuff
if (GetEntityExists("enemy") == false)
{
stuff
 
}
  } 
Nothing happens.
I don't know how GetEnemyStateName should work.
11-24-2017, 09:17 PM
Find


Messages In This Thread
Enemy hallucinate event - by User01 - 11-24-2017, 09:17 PM
RE: Enemy hallucinate event - by User01 - 12-03-2017, 03:43 PM
RE: Enemy hallucinate event - by Red - 12-03-2017, 10:23 PM
RE: Enemy hallucinate event - by Darkfire - 12-04-2017, 10:37 PM



Users browsing this thread: 1 Guest(s)