|
Written by eaxs
|
|
Wednesday, 26 August 2009 00:19 |
Description Checks whether the target entity exists or not. Returns bool true/false
Syntax
Example Will print "Exists!" in the console if the first player is on the server. Set _index #GetIndexFromClientNum(0)#
if #EntityExists(|#_index|#)# "Echo Exists!"
|