GetPlayerSeatbelt
This function will tell you if the player has the seatbelt on or not.
Syntax
```csharp bool NAPI.Player.GetPlayerSeatbelt(Client player); ```
Required Arguments
- player: parameter input should be in Client type.
NOTE: This function returns data in bool type.
Usage example(s)
Example Description
```csharp NAPI.Player.GetPlayerSeatbelt(player); ```