24.05.2017, 10:25
In the setgangcolor your using this "color = FamilyInfo[family][FamilyBandana];" but in the bandana command your using "if(FamilyInfo[PlayerInfo[playerid][pGang]][FamilyBandana] == 0)" Well those are two different variables. try replacing the bandana command one to "if(FamilyInfo[family][FamilyBandana] == 0)"