22.08.2009, 12:02
Well the second problem was fixed when, as you said, I changed
to
I'll try fix the first one when I get back from holiday.
pawn Код:
if(strfind(PDATA,"Password=",true)==0)strmid(tmppass,PDATA,strfind(PDATA,"=",true)+1,strlen(PDATA));
pawn Код:
if(strfind(PDATA,"Password=",true)==0)strmid(tmppass,PDATA,strfind(PDATA,"=",true)+1,strlen(PDATA)-1);