[help] random colors
#2

Because is WRONG :P

Код:
public OnPlayerConnect(playerid)
{
	new string[64], name[MAX_PLAYER_NAME];
	GetPlayerName(playerid, name, MAX_PLAYER_NAME);
	format(string, 64, ".התחבר/ה לשרת %s", name);
	SendClientMessageToAll(ServerColors[random(sizeof(ServerColors))], string);
	return 1;
}
Reply


Messages In This Thread
[help] random colors - by borisblat - 04.06.2009, 17:15
Re: [help] random colors - by Jefff - 04.06.2009, 17:22
Re: [help] random colors - by Weirdosport - 04.06.2009, 17:29

Forum Jump:


Users browsing this thread: 1 Guest(s)