13.10.2011, 16:13
Pra avisa que o Player tal ta logando com IP:
Deve funcionar, fiz no Quick Reply entao nгo ta muito identado.
PHP код:
//Public OnPlayerConnect
new
IP[16],
_sStr[60],
pNome[20]
;
GetPlayerIp(playerid, IP, sizeof(IP));
GetPlayerName(playerid, pNome, sizeof(pNome));
format(_sStr, 60, "O Player %s se conectou com o IP %s", pNome, IP);
SendClientMessageToAll(-1, _sStr);