Posts: 37
Threads: 12
Joined: May 2017
Reputation:
0
is it possible for this FamilyInfo[PlayerInfo[playerid][pGang]][FamilyBandana] to be placed onto this SendClientMessage for it too be selected color
Posts: 824
Threads: 6
Joined: Sep 2012
Reputation:
0
Need more detail than that. What's FamilyInfo[PlayerInfo[playerid][pGang]][FamilyBandana]?
Posts: 37
Threads: 12
Joined: May 2017
Reputation:
0
its my gang's bandana it works for tabbed and on players head but not in /families i want to be able to see the gang name ... as its color ?
Posts: 851
Threads: 33
Joined: Jul 2016
Reputation:
0
Show me your /families command so I will re send it to you with the fix..
Posts: 824
Threads: 6
Joined: Sep 2012
Reputation:
0
Gang's bandana? What's that mean? Your gang's color = bandana?
Posts: 215
Threads: 34
Joined: Jun 2013
Reputation:
0
I think what he means is he wants his gang/family color to show in /families
Posts: 824
Threads: 6
Joined: Sep 2012
Reputation:
0
Show your /families command.
Posts: 37
Threads: 12
Joined: May 2017
Reputation:
0
Yea when I do /families it shows name-leader-members buy when I add the familyinfo function ect ... It says there's no such command ... I switched the color_white to that function but I had it before ages ago and it worked but it wont work now
Posts: 37
Threads: 12
Joined: May 2017
Reputation:
0
format(string, sizeof(string), "Family %d | Name: %s | Leader: %s | Members: %d",number,FamilyInfo[i][FamilyName],FamilyInfo[i][FamilyLeader],FamilyInfo[i][FamilyMembers]);
SendClientMessage(playerid, COLOR_WHITE, string); << here and remove the color it doesnt work
this is currently the /families but when i add this FamilyInfo[PlayerInfo[playerid][pGang]][FamilyBandana]^^