big problems with accounts
#8

pawn Код:
new IP[16];
GetPlayerIp(playerid,IP,16);
INI_WriteInt(File, "Ip", IP[playerid]);
TO
pawn Код:
new IP[MAX_PLAYERS];
GetPlayerIp(playerid,IP,MAX_PLAYERS);
INI_WriteInt(File, "Ip", IP[playerid]);
Reply


Messages In This Thread
big problems with accounts - by Face9000 - 12.12.2012, 19:06
Re: big problems with accounts - by park4bmx - 12.12.2012, 19:48
Re: big problems with accounts - by thefatshizms - 12.12.2012, 21:44
Re: big problems with accounts - by Face9000 - 12.12.2012, 22:11
Re: big problems with accounts - by Jefff - 13.12.2012, 01:22
Re: big problems with accounts - by Face9000 - 13.12.2012, 07:49
Re: big problems with accounts - by Face9000 - 13.12.2012, 21:20
Re: big problems with accounts - by maramizo - 14.12.2012, 00:59
Re: big problems with accounts - by LarzI - 14.12.2012, 01:10
Re: big problems with accounts - by maramizo - 14.12.2012, 02:12

Forum Jump:


Users browsing this thread: 2 Guest(s)