13.06.2012, 22:53
pawn Код:
new country[MAX_COUNTRY_NAME];
country = GetPlayerCountryName(playerid);
format(string, sizeof(string), "%s has joined the server from %s.", GetPlayerNameEx(playerid), country);
SendClientMessageToAll(COLOR_GRAD1, string);