From 2bb387dcff95773b656bd6ba12dd12ba66dbc040 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Wed, 16 Dec 2015 21:06:37 +0200 Subject: [PATCH] Update GlobalMethods.h --- GlobalMethods.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GlobalMethods.h b/GlobalMethods.h index 34d6025..94342f5 100644 --- a/GlobalMethods.h +++ b/GlobalMethods.h @@ -2095,6 +2095,8 @@ namespace LuaGlobalFunctions /** * Adds a taxi path to a specified map, returns the used pathId. + * + * Note that the first taxi point needs to be near the player when he starts the taxi path. * * Related function: [Player:StartTaxi] *