Wrongs Messages
#1

hello, I have this code

Код:
CMD:changecolor(playerid, params[])
{
	SetPlayerColor(playerid, RandomColors[random(200)]);
	
	new msg[175];
 	format(msg, sizeof (msg), "{%06x}You have successfully changed your color to this message's color", GetPlayerColor(playerid) >>> 8);
  	SendClientMessage(playerid, -1, msg);
  	return 1;
}
its working perfectly when there is only 1 member on server but when there are 2+ members it sends the message to random message, I don't know whats the problem, this is also happening with other commands also with my textdraws
Reply


Messages In This Thread
Wrongs Messages - by SecretBoss - 09.07.2015, 08:13
Re: Wrongs Messages - by Michael B - 09.07.2015, 08:21
Re: Wrongs Messages - by SecretBoss - 09.07.2015, 08:24
Re: Wrongs Messages - by Michael B - 09.07.2015, 08:40
Re: Wrongs Messages - by SecretBoss - 09.07.2015, 08:42
Re: Wrongs Messages - by Michael B - 09.07.2015, 08:48
Re: Wrongs Messages - by SecretBoss - 09.07.2015, 08:55
Re: Wrongs Messages - by Michael B - 09.07.2015, 13:05

Forum Jump:


Users browsing this thread: 1 Guest(s)