12.04.2009, 20:57
pawn Code:
new string[128];
new playername[MAX_PLAYER_NAME];
GetPlayerName(playerid,playername,sizeof(playername));
format(string, sizeof(string), "%s has joined the server!",playername);
SendClientMessageToAll(*color here*,string);
Cheers,
Klutty.