Persian MO 82 Posted February 2, 2015 (edited) if (!isServer) exitWith {}; if ((target knowsabout player) > 2.0) then { ... This script working on dedicated server? Edited February 2, 2015 by Persian MO Share this post Link to post Share on other sites
fight9 14 Posted February 2, 2015 The first line will exit the script if it is not the server. However, player is not defined on a dedicated server. That's not going to work. Share this post Link to post Share on other sites
Persian MO 82 Posted February 2, 2015 The first line will exit the script if it is not the server. However, player is not defined on a dedicated server. That's not going to work. Thanks. Share this post Link to post Share on other sites