From 264ccf04c652e1a79c89239f4f063e4cfe9ac338 Mon Sep 17 00:00:00 2001 From: Edo Date: Mon, 3 Apr 2023 11:04:44 +0200 Subject: [PATCH] fix(iw4x_utility): comments --- iw4x/iw4x_00/common_scripts/iw4x_utility.gsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iw4x/iw4x_00/common_scripts/iw4x_utility.gsc b/iw4x/iw4x_00/common_scripts/iw4x_utility.gsc index fbb7803..6720836 100644 --- a/iw4x/iw4x_00/common_scripts/iw4x_utility.gsc +++ b/iw4x/iw4x_00/common_scripts/iw4x_utility.gsc @@ -5,7 +5,7 @@ "Summary: noclip used on a player entity will make them fly and clip through walls." "Module: IW4x Utility" "CallOn: An entity" -"Example: level.player noclip();" +"Example: level.player _noclip();" "SPMP: multiplayer" ///ScriptDocEnd ============= @@ -31,7 +31,7 @@ _noclip() "Summary: ufo used on a player entity will make them fly and clip through walls." "Module: IW4x Utility" "CallOn: An entity" -"Example: level.player ufo();" +"Example: level.player _ufo();" "SPMP: multiplayer" ///ScriptDocEnd =============