https://open.mp logo
Which then in turn allows you to do ```c new famil...
# pawn-help
f
Which then in turn allows you to do
Copy code
c
new familyName[MAX_FAMILY_NAME];

if (GetFamilyName(familyid, familyName))
{
    // family exists and name is defined
}
else
{
    // family does not exist and name is undefined
}