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