SendClientMessageToAll bug
#3

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).
Reply


Messages In This Thread
SendClientMessageToAll bug - by Gooday - 10.01.2012, 12:25
Re: SendClientMessageToAll bug - by Konstantinos - 10.01.2012, 12:30
Re: SendClientMessageToAll bug - by Mikkel_Pedersen - 10.01.2012, 12:31
Re: SendClientMessageToAll bug - by Gooday - 10.01.2012, 12:34
Re: SendClientMessageToAll bug - by mitosking - 10.01.2012, 12:37
Re: SendClientMessageToAll bug - by Konstantinos - 10.01.2012, 12:40
Re: SendClientMessageToAll bug - by Gooday - 10.01.2012, 12:42
Re: SendClientMessageToAll bug - by Konstantinos - 10.01.2012, 12:46
Re: SendClientMessageToAll bug - by mitosking - 10.01.2012, 12:50

Forum Jump:


Users browsing this thread: 1 Guest(s)