Namespace: CFXAPI set: server
DOES_PLAYER_OWN_SKU
// DoesPlayerOwnSku
BOOL DOES_PLAYER_OWN_SKU(char* playerSrc, int skuId);
Parameters:- playerSrc:
The player handle
- skuId:
The ID of the SKU.
Requests whether or not the player owns the specified SKU.
WARNING! Server natives in the CFX namespace are taken directly from FiveM. Most of server-side game state related natives are NOT AVAILABLE in RedM!