From 35987910606533aa0bd0093b496e2dd1aef1f7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Thu, 11 Mar 2004 08:10:12 +0000 Subject: [PATCH] fixed small comment mistake --- plugins/include/fun.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/fun.inc b/plugins/include/fun.inc index 8b11ae48..bf16997b 100755 --- a/plugins/include/fun.inc +++ b/plugins/include/fun.inc @@ -46,7 +46,7 @@ native give_item(index, const item[]); * 64 - left leg * 128 - right leg * Set index to a player's index and leave target at 0 to define what bodyparts this player can hit when he is firing. - * Set index to 0 and target to a player's index to define what bodyparts on player other players can hit when they are firing. */ + * Set index to 0 and target to a player's index to define what bodyparts on player other players can hit when they are firing. * Set both index and target to 0 to define globally what bodyparts people can hit and what bodyparts can be hit when firing. */ native set_user_hitzones(index = 0, target = 0, body = 255);