Why is this happening?
#2

pawn Код:
CMD:whatismyip(playerid,params[])
{
    new ip[50];
    GetPlayerIp(playerid,ip,sizeof(ip));
    format(str,sizeof(str),"%s",ip);
    print(str);
    return 1;
}
try that
Reply


Messages In This Thread
Why is this happening? - by iTorran - 05.01.2012, 23:41
Re: Why is this happening? - by Tanush123 - 05.01.2012, 23:53
Re: Why is this happening? - by iTorran - 05.01.2012, 23:56
Re: Why is this happening? - by Tanush123 - 06.01.2012, 00:27
Re: Why is this happening? - by iTorran - 06.01.2012, 00:34
Re: Why is this happening? - by Tanush123 - 06.01.2012, 00:40

Forum Jump:


Users browsing this thread: 1 Guest(s)