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
playerId
integer
Player's server ID
plate
string
Vehicle's plate
Return value
Name
Data Type
Description
isOwner
bool
If the player is the vehicle owner or not
Example
Last updated