20.08.2015, 11:55
Код:
new name[MAX_PLAYER_NAME], string[66+MAX_PLAYER_NAME], city[54];
GetPlayerName(playerid, name, sizeof(name));
GetPlayerCity(playerid, city, sizeof(city));
format(string, sizeof(string), "%s {00FFF7}Has Been Joined (%s).", name, city);
SendClientMessageToAll(-1, string);

