11.06.2017, 13:07
Код:
new connectstr[128], ip[16]; GetPlayerIp(playerid, ip, sizeof(ip)) // Assign the IP to the ip string variable format(connectstr, sizeof(connectstr), "* %s (%d) Has Joined The Server - IP: %s.",pNick(playerid),playerid,ip); for(new i; i <= MAX_PLAYERS; i++) //Loop through all players { if(PlayerInfo[i][pAdmin] >= 1) SendClientMessage(i, COLOR_DEAD, connectstr); }