16.07.2015, 04:09
Код:
if(ServerInfo[ConnectMessages] == 1) { new IP[128], string2[130]; GetPlayerIp(playerid,IP,sizeof(IP)); format(string2, sizeof(string2), "%s Has joined the server.[ Country: %s | IP Address: PrivateIP ]", PlayerName,GetPlayerCountryName(playerid),GetPlaye rPing(playerid)); SendClientMessageToAll(COLOR_RED, string2); }