Перейти к основному содержимому

Profile Facts

Facts allow you to check the status of a player's profiles.

Fact Types

TypeDescription
profile_count_factReturns integer count of owned profiles.
has_active_profile_factReturns 1 if a profile is loaded, 0 otherwise.
max_profiles_factReturns maximum allowed slots (permission-based).
can_create_profile_factReturns 1 if current count \< max limit.
profiles_enabled_factReturns 1 if the system is globally enabled.

Is Profile Active

Type: is_profile_active_fact

Returns 1 if the checked profileId matches the player's current active profile.

profileIdString

The ID to check against.