Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
adib-yg committed Dec 15, 2023
1 parent c11eb2f commit 4e0af3c
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docs/scripting/functions/Create3DTextLabel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/scripting/functions/CreatePlayer3DTextLabel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/scripting/functions/Delete3DTextLabel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/scripting/functions/DeletePlayer3DTextLabel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions docs/scripting/functions/Get3DTextLabelAttachedData.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gets the 3D text label attached data.

## Examples

A example for parentPlayerid:
An example for parentPlayerid:

```c
new Text3D:gMyLabel;
Expand All @@ -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];
Expand Down
4 changes: 2 additions & 2 deletions docs/scripting/functions/GetPlayer3DTextLabelAttached.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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];
Expand Down
4 changes: 2 additions & 2 deletions docs/scripting/functions/GetPlayer3DTextLabelAttachedData.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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];
Expand Down
2 changes: 1 addition & 1 deletion docs/scripting/functions/GetPlayer3DTextLabelVirtualW.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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!
:::
Expand Down
4 changes: 2 additions & 2 deletions docs/scripting/functions/Is3DTextLabelStreamedIn.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
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"]
---

<VersionWarn version='omp v1.1.0.2612' />

## 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 |
| ----------- | --------------------- |
Expand Down
6 changes: 3 additions & 3 deletions docs/scripting/functions/IsValid3DTextLabel.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: IsValid3DTextLabel
description: Checks if an 3D text label is valid.
description: Checks if a 3D text label is valid.
tags: ["3dtextlabel"]
---

<VersionWarn version='omp v1.1.0.2612' />

## Description

Checks if an 3D text label is valid.
Checks if a 3D text label is valid.

| Name | Description |
| ----------- | --------------------- |
Expand Down Expand Up @@ -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.
6 changes: 3 additions & 3 deletions docs/scripting/functions/IsValidPlayer3DTextLabel.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
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"]
---

<VersionWarn version='omp v1.1.0.2612' />

## Description

Checks if an player's 3D text label is valid.
Checks if a player's 3D text label is valid.

| Name | Description |
| ----------- | --------------------- |
Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/scripting/functions/SetPlayer3DTextLabelVirtualW.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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!
:::
Expand Down

0 comments on commit 4e0af3c

Please sign in to comment.