19.07.2016, 21:28
Hi, how do i make that it will show the family number with the family color?
i tried this
i tried this
pawn Код:
for(new i = 0; i < sizeof(FamilyInfo); i++)
{
number ++;
format(string, sizeof(string), ""FamilyInfo[i][FamilyColor]"Family %d"COL_WHITE"| Name: %s | Leader: %s | Members: %d | Warnings: %d/3.",number,FamilyInfo[i][FamilyName],FamilyInfo[i][FamilyLeader],FamilyInfo[i][FamilyMembers],FamilyInfo[i][FStrikes]);
SendClientMessage(playerid, COLOR_WHITE, string);
}