Native referenceFiveMserver

DOES_PLAYER_OWN_SKU_EXT

0xDEF0480B CFX
FUNCTION SIGNATURE
BOOL DOES_PLAYER_OWN_SKU_EXT(char* playerSrc, int skuId);
Property Value
Native Name DOES_PLAYER_OWN_SKU_EXT
Hash 0xDEF0480B
Return Type BOOL
API Set server
Parameters playerSrc (char*), skuId (int)

Description: Requests whether or not the player owns the specified package.

Parameters

  • playerSrc (char*) — The player handle
  • skuId (int) — The package ID on Tebex.
Back to CFX