SA-MP Forums Archive
Loading Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Loading Problem (/showthread.php?tid=227407)



Loading Problem - Lorrden - 17.02.2011

erh, well the problem is pretty weird..
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 ?


Re: Loading Problem - Marshall32 - 27.11.2011

I really don't know what's wrong there add more information :P.