DOES_PLAYER_OWN_SKU
> This native is deprecated and may be removed in a future version. Use [`DOES_PLAYER_OWN_SKU_EXT`](#\_0xDEF0480B) instead. Requests whether or not the player owns the specified SKU.
CFX
Signature
lua
DoesPlayerOwnSku(playerSrc, 0)
-- returns BOOLParameters
| Name | Type | Description |
|---|---|---|
| char* | The player handle | |
| int | The ID of the SKU. |
Usage
lua
DoesPlayerOwnSku(playerSrc, 0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
