19.06.2014, 05:53
pawn Код:
new pName[MAX_PLAYER_NAME], string[128];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "%s [ID:%d] {00FF40}has joined the server. [Connected]", pName, playerid);
SendClientMessageToAll(COLOR_GREY, string);