17.02.2011, 13:45
erh, well the problem is pretty weird..
Any Ideas ?
pawn Code:
if(strcmp(key, "Password", true) == 0) { val = GetVal(data); strmid(PI[playerid][pPassword], val, 0, strlen(val)-1, 64); } // This one works fine
if(strcmp(key, "RegNr", true) == 0) { val = GetVal(data); PI[playerid][pRegNr] = strval(val); } // This one doesn't
Any Ideas ?