Visual difference for players who are in certain groups?
I have two groups of people on the server, and I need to make a visual difference between them in the game, such as a stroke or something else. Is it possible?
What do you mean by a "stroke" ?,  you could make a kit for each group with permissions so the clothing would be different for each group,
5b7d22c4ef71f.jpg pookins
What do you mean by a "stroke" ?,  you could make a kit for each group with permissions so the clothing would be different for each group,
but players can wear another clothes
stroke - outline, sorry, google translate translated incorrectly
just make it skin whatever they put on to a set skin. so no matter what it is it will be same skin for them eatch time.
Ts3hosting
just make it skin whatever they put on to a set skin. so no matter what it is it will be same skin for them eatch time.

can you tell me how to do this plz?)

You could use the OnItemAddedToContainer hook.

OnItemAddedToContainer
	is container the player's inventory?
		is item skinnable?
			is player on team?
				does team have a skin for that item?
					apply skin
​