Get if player is owner of vehicle plate
Returns if a player ID is the owner of a specific plate
Export
Parameters
Name | Data Type | Description |
---|---|---|
| integer | Player's server ID |
| string | Vehicle's plate |
Return value
Name | Data Type | Description |
---|---|---|
| bool | If the player is the vehicle owner or not |
Example
Last updated