All IP's save same
#2

Quote:
Originally Posted by cj101
In my login script, i have everyones ip to save.. however it ends up saving as 255.255.255.255 for all. Here's code:

Код:
new ip[90];
GetPlayerIp(playerid,ip,90);
format(file, sizeof file, "IP: %s\n",ip);
{	fwrite(account, file); }
For a start, you don't need a length of 90. 16 will do.
Reply


Messages In This Thread
All IP's save same - by CJ101 - 07.08.2009, 23:25
Re: All IP's save same - by Hecky - 07.08.2009, 23:50
Re: All IP's save same - by ruarai - 08.08.2009, 00:35
Re: All IP's save same - by snoob - 08.08.2009, 01:08
Re: All IP's save same - by ruarai - 08.08.2009, 01:43
Re: All IP's save same - by pagie1111 - 08.08.2009, 02:29
Re: All IP's save same - by JaTochNietDan - 08.08.2009, 03:19
Re: All IP's save same - by ruarai - 08.08.2009, 04:01
Re: All IP's save same - by saiberfun - 08.08.2009, 13:05
Re: All IP's save same - by Dj_maryo1993 - 08.08.2009, 13:08

Forum Jump:


Users browsing this thread: 2 Guest(s)