GetPlayerIp Problem
#1

i have problem with get player ip .
this is result:
pawn Код:
3. | 9. | 2011.  10 : 35  Connected Taylor_Griffin With IP: 49
and this is my code:
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);
Reply
#2

ty
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)