25.02.2014, 07:44
so basically this is my script
How do I execute multiple colors? E.G.
Extraordinariness has joined the server.
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; } |
Extraordinariness has joined the server.