https://open.mp logo
My function ``` GetFamilyName(FamilyID){ new ...
# pawn-help
s
My function
Copy code
GetFamilyName(FamilyID){
    new str[31];
    format(str, 31, "%s", g_s_Family[FamilyID][familyName]);
    return str;
}