31.10.2012, 17:35
When you mean what checko1235 said use this.
pawn Код:
new string[128], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "%s has joined the Server.", pName);
SendClientMessageToAll(0x854478FF, string);