Why is this happening?
#1

Code:
pawn Код:
CMD:whatsmyip(playerid) // TEST COMMAND
{
    new ip[16];
    GetPlayerIp(playerid, ip, sizeof(ip));
    print(ip);
    return 1;
}
Console output:
Код:
255.255.255.255
Pretty much sums up my problem.
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)