From 3f3de007ef4b4d53e8de0d1043377799b2bf1460 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Wed, 16 Dec 2015 22:36:25 +0200 Subject: [PATCH] More AddTaxiPath documentation --- GlobalMethods.h | 1 + 1 file changed, 1 insertion(+) diff --git a/GlobalMethods.h b/GlobalMethods.h index 94342f5..348d7ec 100644 --- a/GlobalMethods.h +++ b/GlobalMethods.h @@ -2097,6 +2097,7 @@ 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. + * The function should also be used only **once** per path added so use it on server startup for example. * * Related function: [Player:StartTaxi] *