Login System (Dini)
#6

Its fixed, figured it out myself with a lil help from TheKiller
and @ James
Код:
public OnPlayerConnect(playerid)
{
	new name[MAX_PLAYER_NAME];
	new ip[50];
	new tmp2[256];
	tmp2 = dini_Get(file,"IP-Adress");
	GetPlayerName(playerid, name, sizeof(name));
    format(file,sizeof(file),"SF-RP/%s.ini",name);
See that on top? and
@ LarzI
I always have no idea when u comment something xD
The problem was strcmp, i did !strcmp(ip,!tmp2 this will actually do: ip false tmp2 true now i deleted both ! !
becoz strcmp returns 0 and it works
Reply


Messages In This Thread
[SOLVED]Login System (Dini) - by Mike_Peterson - 10.10.2010, 17:27
Re: Login System (Dini) - by [HiC]TheKiller - 10.10.2010, 18:20
Re: Login System (Dini) - by Mike_Peterson - 11.10.2010, 07:16
Re: Login System (Dini) - by JamesC - 11.10.2010, 07:31
Re: Login System (Dini) - by LarzI - 11.10.2010, 10:49
Re: Login System (Dini) - by Mike_Peterson - 11.10.2010, 10:55

Forum Jump:


Users browsing this thread: 1 Guest(s)