From f6f6bcc356e5ec0d3496c941c9e364087a36714b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 10 Sep 2006 04:36:44 +0000 Subject: [PATCH] added a note to hostage natives for CZ --- plugins/include/cstrike.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/include/cstrike.inc b/plugins/include/cstrike.inc index cc844242..e1ea1c57 100755 --- a/plugins/include/cstrike.inc +++ b/plugins/include/cstrike.inc @@ -28,10 +28,12 @@ native cs_get_user_deaths(index); native cs_set_user_deaths(index, newdeaths); /* Returns index of entity (does not have to be a player) which hostage is following. 0 is hostage doesn't follow anything. + * Note: this native does not work on Condition Zero, which has a different hostage AI than CS. */ native cs_get_hostage_foll(index); /* Set hostage to follow entity specified in followedindex. Does not have to be a player. If followedindex is 0 the hostage will stop following. + * Note: this native does not work on Condition Zero, which has a different hostage AI than CS. */ native cs_set_hostage_foll(index, followedindex = 0);