diff --git a/docs/scripting/functions/Create3DTextLabel.md b/docs/scripting/functions/Create3DTextLabel.md index 3ecf84281..ec69d2ad3 100644 --- a/docs/scripting/functions/Create3DTextLabel.md +++ b/docs/scripting/functions/Create3DTextLabel.md @@ -58,8 +58,8 @@ If text[] is empty, the server/clients next to the text might crash! If the virt ## Related Functions - [Delete3DTextLabel](Delete3DTextLabel): Delete a 3D text label. -- [IsValid3DTextLabel](IsValid3DTextLabel): Checks if an 3D text label is valid. -- [Is3DTextLabelStreamedIn](Is3DTextLabelStreamedIn): Checks if an 3D text label is streamed in for a player. +- [IsValid3DTextLabel](IsValid3DTextLabel): Checks if a 3D text label is valid. +- [Is3DTextLabelStreamedIn](Is3DTextLabelStreamedIn): Checks if a 3D text label is streamed in for a player. - [Attach3DTextLabelToPlayer](Attach3DTextLabelToPlayer): Attach a 3D text label to a player. - [Attach3DTextLabelToVehicle](Attach3DTextLabelToVehicle): Attach a 3D text label to a vehicle. - [Update3DTextLabelText](Update3DTextLabelText): Change the text of a 3D text label. diff --git a/docs/scripting/functions/CreatePlayer3DTextLabel.md b/docs/scripting/functions/CreatePlayer3DTextLabel.md index f6d095571..4b5c3c7ca 100644 --- a/docs/scripting/functions/CreatePlayer3DTextLabel.md +++ b/docs/scripting/functions/CreatePlayer3DTextLabel.md @@ -59,7 +59,7 @@ If text[] is empty, the server/clients next to the text might crash! ## Related Functions - [DeletePlayer3DTextLabel](DeletePlayer3DTextLabel): Delete a player's 3D text label. -- [IsValidPlayer3DTextLabel](IsValidPlayer3DTextLabel): Checks if an player's 3D text label is valid. +- [IsValidPlayer3DTextLabel](IsValidPlayer3DTextLabel): Checks if a player's 3D text label is valid. - [UpdatePlayer3DTextLabelText](UpdatePlayer3DTextLabelText): Change the text of a player's 3D text label. - [GetPlayer3DTextLabelText](GetPlayer3DTextLabelText): Gets the player's 3D text label text. - [GetPlayer3DTextLabelColour](GetPlayer3DTextLabelColour): Gets the player's 3D text label colour. diff --git a/docs/scripting/functions/Delete3DTextLabel.md b/docs/scripting/functions/Delete3DTextLabel.md index 2b53fbcad..fc90fdc05 100644 --- a/docs/scripting/functions/Delete3DTextLabel.md +++ b/docs/scripting/functions/Delete3DTextLabel.md @@ -31,8 +31,8 @@ Delete3DTextLabel(gMyLabel); ## Related Functions - [Create3DTextLabel](Create3DTextLabel): Create a 3D text label. -- [IsValid3DTextLabel](IsValid3DTextLabel): Checks if an 3D text label is valid. -- [Is3DTextLabelStreamedIn](Is3DTextLabelStreamedIn): Checks if an 3D text label is streamed in for a player. +- [IsValid3DTextLabel](IsValid3DTextLabel): Checks if a 3D text label is valid. +- [Is3DTextLabelStreamedIn](Is3DTextLabelStreamedIn): Checks if a 3D text label is streamed in for a player. - [Attach3DTextLabelToPlayer](Attach3DTextLabelToPlayer): Attach a 3D text label to a player. - [Attach3DTextLabelToVehicle](Attach3DTextLabelToVehicle): Attach a 3D text label to a vehicle. - [Update3DTextLabelText](Update3DTextLabelText): Change the text of a 3D text label. diff --git a/docs/scripting/functions/DeletePlayer3DTextLabel.md b/docs/scripting/functions/DeletePlayer3DTextLabel.md index 392434f08..934713981 100644 --- a/docs/scripting/functions/DeletePlayer3DTextLabel.md +++ b/docs/scripting/functions/DeletePlayer3DTextLabel.md @@ -38,4 +38,4 @@ DeletePlayer3DTextLabel(playerid, labelid); - [Update3DTextLabelText](Update3DTextLabelText): Change the text of a 3D text label. - [CreatePlayer3DTextLabel](CreatePlayer3DTextLabel): Create A 3D text label for one player. - [UpdatePlayer3DTextLabelText](UpdatePlayer3DTextLabelText): Change the text of a player's 3D text label. -- [IsValidPlayer3DTextLabel](IsValidPlayer3DTextLabel): Checks if an player's 3D text label is valid. +- [IsValidPlayer3DTextLabel](IsValidPlayer3DTextLabel): Checks if a player's 3D text label is valid. diff --git a/docs/scripting/functions/Get3DTextLabelAttachedData.md b/docs/scripting/functions/Get3DTextLabelAttachedData.md index d87062597..409d8db8a 100644 --- a/docs/scripting/functions/Get3DTextLabelAttachedData.md +++ b/docs/scripting/functions/Get3DTextLabelAttachedData.md @@ -18,7 +18,7 @@ Gets the 3D text label attached data. ## Examples -A example for parentPlayerid: +An example for parentPlayerid: ```c new Text3D:gMyLabel; @@ -31,7 +31,7 @@ Attach3DTextLabelToPlayer(gMyLabel, playerid, 0.0, 0.0, 0.7); Get3DTextLabelAttachedData(gMyLabel, parentPlayerid, parentVehicleid); ``` -A example for parentVehicleid: +An example for parentVehicleid: ```c new Text3D:gVehicle3dText[MAX_VEHICLES]; diff --git a/docs/scripting/functions/GetPlayer3DTextLabelAttached.md b/docs/scripting/functions/GetPlayer3DTextLabelAttached.md index 203f4f82f..6bdc0db35 100644 --- a/docs/scripting/functions/GetPlayer3DTextLabelAttached.md +++ b/docs/scripting/functions/GetPlayer3DTextLabelAttached.md @@ -23,7 +23,7 @@ Gets the player's 3D text label attached data. ## Examples -A example for parentPlayerid: +An example for parentPlayerid: ```c new PlayerText3D:playerTextId; @@ -40,7 +40,7 @@ GetPlayer3DTextLabelAttached(playerid, playerTextId, parentPlayerid, parentVehic // The `parentPlayerid` will be '37' ``` -A example for parentVehicleid: +An example for parentVehicleid: ```c new PlayerText3D:gVehicle3dText[MAX_VEHICLES]; diff --git a/docs/scripting/functions/GetPlayer3DTextLabelAttachedData.md b/docs/scripting/functions/GetPlayer3DTextLabelAttachedData.md index 9707edd1e..5c3b92601 100644 --- a/docs/scripting/functions/GetPlayer3DTextLabelAttachedData.md +++ b/docs/scripting/functions/GetPlayer3DTextLabelAttachedData.md @@ -19,7 +19,7 @@ Gets the player's 3D text label attached data. ## Examples -A example for parentPlayerid: +An example for parentPlayerid: ```c new PlayerText3D:playerTextId; @@ -36,7 +36,7 @@ GetPlayer3DTextLabelAttachedData(playerid, playerTextId, parentPlayerid, parentV // The `parentPlayerid` will be '37' ``` -A example for parentVehicleid: +An example for parentVehicleid: ```c new PlayerText3D:gVehicle3dText[MAX_VEHICLES]; diff --git a/docs/scripting/functions/GetPlayer3DTextLabelVirtualW.md b/docs/scripting/functions/GetPlayer3DTextLabelVirtualW.md index a44f9c2eb..6bc9a4f47 100644 --- a/docs/scripting/functions/GetPlayer3DTextLabelVirtualW.md +++ b/docs/scripting/functions/GetPlayer3DTextLabelVirtualW.md @@ -40,7 +40,7 @@ worldid = GetPlayer3DTextLabelVirtualW(playerid, playerTextId); :::warning -There is not virtual world support for player 3D text labels. +There is no virtual world support for player 3D text labels. This function just returns the player's virtual world! ::: diff --git a/docs/scripting/functions/GetPlayer3DTextLabelVirtualWorld.md b/docs/scripting/functions/GetPlayer3DTextLabelVirtualWorld.md index 4a2ee41a4..73a185d12 100644 --- a/docs/scripting/functions/GetPlayer3DTextLabelVirtualWorld.md +++ b/docs/scripting/functions/GetPlayer3DTextLabelVirtualWorld.md @@ -36,7 +36,7 @@ worldid = GetPlayer3DTextLabelVirtualWorld(playerid, playerTextId); :::warning -There is not virtual world support for player 3D text labels. +There is no virtual world support for player 3D text labels. This function just returns the player's virtual world! ::: diff --git a/docs/scripting/functions/Is3DTextLabelStreamedIn.md b/docs/scripting/functions/Is3DTextLabelStreamedIn.md index 726c50985..20d497c0e 100644 --- a/docs/scripting/functions/Is3DTextLabelStreamedIn.md +++ b/docs/scripting/functions/Is3DTextLabelStreamedIn.md @@ -1,6 +1,6 @@ --- title: Is3DTextLabelStreamedIn -description: Checks if an 3D text label is streamed in for a player. +description: Checks if a 3D text label is streamed in for a player. tags: ["3dtextlabel"] --- @@ -8,7 +8,7 @@ tags: ["3dtextlabel"] ## Description -Checks if an 3D text label is streamed in for a player. +Checks if a 3D text label is streamed in for a player. | Name | Description | | ----------- | --------------------- | diff --git a/docs/scripting/functions/IsValid3DTextLabel.md b/docs/scripting/functions/IsValid3DTextLabel.md index 08efea7be..ace0da4b9 100644 --- a/docs/scripting/functions/IsValid3DTextLabel.md +++ b/docs/scripting/functions/IsValid3DTextLabel.md @@ -1,6 +1,6 @@ --- title: IsValid3DTextLabel -description: Checks if an 3D text label is valid. +description: Checks if a 3D text label is valid. tags: ["3dtextlabel"] --- @@ -8,7 +8,7 @@ tags: ["3dtextlabel"] ## Description -Checks if an 3D text label is valid. +Checks if a 3D text label is valid. | Name | Description | | ----------- | --------------------- | @@ -39,4 +39,4 @@ public OnGameModeInit() ## Related Functions - [Create3DTextLabel](Create3DTextLabel): Creates a 3D Text Label at a specific location in the world. -- [IsValidPlayer3DTextLabel](IsValidPlayer3DTextLabel): Checks if an player 3D text label is valid. +- [IsValidPlayer3DTextLabel](IsValidPlayer3DTextLabel): Checks if a player's 3D text label is valid. diff --git a/docs/scripting/functions/IsValidPlayer3DTextLabel.md b/docs/scripting/functions/IsValidPlayer3DTextLabel.md index 5422868aa..642682275 100644 --- a/docs/scripting/functions/IsValidPlayer3DTextLabel.md +++ b/docs/scripting/functions/IsValidPlayer3DTextLabel.md @@ -1,6 +1,6 @@ --- title: IsValidPlayer3DTextLabel -description: Checks if an player's 3D text label is valid. +description: Checks if a player's 3D text label is valid. tags: ["player", "3dtextlabel"] --- @@ -8,7 +8,7 @@ tags: ["player", "3dtextlabel"] ## Description -Checks if an player's 3D text label is valid. +Checks if a player's 3D text label is valid. | Name | Description | | ----------- | --------------------- | @@ -37,4 +37,4 @@ if (IsValidPlayer3DTextLabel(playerid, playerTextId)) ## Related Functions - [CreatePlayer3DTextLabel](CreatePlayer3DTextLabel): Creates a 3D Text Label only for a specific player. -- [IsValid3DTextLabel](IsValid3DTextLabel): Checks if an 3D text label is valid. +- [IsValid3DTextLabel](IsValid3DTextLabel): Checks if a 3D text label is valid. diff --git a/docs/scripting/functions/SetPlayer3DTextLabelVirtualW.md b/docs/scripting/functions/SetPlayer3DTextLabelVirtualW.md index 1791266eb..e535c6fec 100644 --- a/docs/scripting/functions/SetPlayer3DTextLabelVirtualW.md +++ b/docs/scripting/functions/SetPlayer3DTextLabelVirtualW.md @@ -36,7 +36,7 @@ SetPlayer3DTextLabelVirtualW(playerid, playerTextId, 60); :::warning -There is not virtual world support for player 3D text labels. +There is no virtual world support for player 3D text labels. This function does nothing and is fundamentally broken! ::: diff --git a/docs/scripting/functions/SetPlayer3DTextLabelVirtualWorld.md b/docs/scripting/functions/SetPlayer3DTextLabelVirtualWorld.md index d22d89090..ace85b0de 100644 --- a/docs/scripting/functions/SetPlayer3DTextLabelVirtualWorld.md +++ b/docs/scripting/functions/SetPlayer3DTextLabelVirtualWorld.md @@ -32,7 +32,7 @@ SetPlayer3DTextLabelVirtualWorld(playerid, playerTextId, 60); :::warning -There is not virtual world support for player 3D text labels. +There is no virtual world support for player 3D text labels. This function does nothing and is fundamentally broken! :::