SendClientMessageToAll Multiple Colors
#1

so basically this is my script

Quote:

public OnPlayerConnect(playerid)
{
new string[64], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid,pName,MAX_PLAYER_NAME);
format(string,sizeof string,"%s has joined the server.",pName);
SendClientMessageToAll(COLOR_GREEN,string);
return 1;
}

How do I execute multiple colors? E.G.
Extraordinariness has joined the server.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)