DoesPlayerOwnSku
Docslocal retval = DoesPlayerOwnSku(playerSrc, skuId)Description
Requests whether or not the player owns the specified SKU.
Parameters
| Name | Type | Description |
|---|---|---|
playerSrc | char* | The player handle |
skuId | int | The ID of the SKU. |
Returns
BOOLReturns TRUE (1) or FALSE (0).