help with SendClientMessage ? -
IggyKlipz - 21.05.2017
is it possible for this FamilyInfo[PlayerInfo[playerid][pGang]][FamilyBandana] to be placed onto this SendClientMessage for it too be selected color
Re: help with SendClientMessage ? -
Kane - 21.05.2017
Need more detail than that. What's
FamilyInfo[PlayerInfo[playerid][pGang]][FamilyBandana]?
Re: help with SendClientMessage ? -
IggyKlipz - 21.05.2017
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 ?
Re: help with SendClientMessage ? -
JasonRiggs - 21.05.2017
Show me your /families command so I will re send it to you with the fix..
Re: help with SendClientMessage ? -
Kane - 21.05.2017
Gang's bandana? What's that mean? Your gang's color = bandana?
Re: help with SendClientMessage ? -
Stones - 21.05.2017
I think what he means is he wants his gang/family color to show in /families
Re: help with SendClientMessage ? -
Kane - 22.05.2017
Show your /families command.
Re: help with SendClientMessage ? -
IggyKlipz - 22.05.2017
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
Re: help with SendClientMessage ? -
IggyKlipz - 22.05.2017
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]^^
Re: help with SendClientMessage ? -
IggyKlipz - 22.05.2017
anyone able to help ?