About colors..
#1

Hi, how do i make that it will show the family number with the family color?

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);
                }
Reply


Messages In This Thread
About colors.. - by MayaEU - 19.07.2016, 21:28
Re: About colors.. - by Freaksken - 19.07.2016, 21:33
Re: About colors.. - by MayaEU - 19.07.2016, 21:37
Re: About colors.. - by Freaksken - 19.07.2016, 21:47
Re: About colors.. - by MayaEU - 19.07.2016, 22:09
Re: About colors.. - by Freaksken - 19.07.2016, 22:19
Re: About colors.. - by MayaEU - 19.07.2016, 22:21
Re: About colors.. - by MayaEU - 19.07.2016, 22:23
Re: About colors.. - by Freaksken - 19.07.2016, 22:36
Re: About colors.. - by MayaEU - 20.07.2016, 08:41

Forum Jump:


Users browsing this thread: 1 Guest(s)