03.09.2011, 08:39
i have problem with get player ip .
this is result:
and this is my code:
this is result:
pawn Код:
3. | 9. | 2011. 10 : 35 Connected Taylor_Griffin With IP: 49
pawn Код:
new hour,mins,sec,year,mont,day,strl[256],ip[16];
GetPlayerIp(playerid,ip,sizeof(ip));
getdate(year,mont,day);
gettime(hour,mins,sec);
format(strl,sizeof(strl),"%d. | %d. | %d. %d : %d Connected %s With IP: %d",day,mont,year,hour,mins,name,ip);
CONNECT(strl);