10.01.2012, 12:31
You are doing a loop through all your players and when they got one of the required skins, you send a message to everyone. So if you have 10 players online, 5 with one of the required skins. Then every player on the server will see your client messages 10 times. You would want to change "SendClientMessageToAll(" into "SendClientMessage(i, " (You can use ctrl+h for a fast replacement).