Two login problems =/
#3

Well the second problem was fixed when, as you said, I changed
pawn Код:
if(strfind(PDATA,"Password=",true)==0)strmid(tmppass,PDATA,strfind(PDATA,"=",true)+1,strlen(PDATA));
to

pawn Код:
if(strfind(PDATA,"Password=",true)==0)strmid(tmppass,PDATA,strfind(PDATA,"=",true)+1,strlen(PDATA)-1);
I'll try fix the first one when I get back from holiday.
Reply


Messages In This Thread
Two login problems =/ - by Badger(new) - 22.08.2009, 02:03
Re: Two login problems =/ - by Joe Staff - 22.08.2009, 02:08
Re: Two login problems =/ - by Badger(new) - 22.08.2009, 12:02

Forum Jump:


Users browsing this thread: 2 Guest(s)