[Help]Inventory

01/06/2009 21:25 nTL3fTy#16
Code:
public string IniReadValue(string Section, string Key)
{
    StringBuilder temp = new StringBuilder(255);
    int i = GetPrivateProfileString(Section, Key, "", temp, 255, this.path);
    return temp.ToString();

}
01/06/2009 21:34 damianpesta#17
Quote:
Originally Posted by alexbigfoot View Post
lol it writes a "long" line..but it cant read it
No.It doesnt Write it... Cause It ends unexpected
01/06/2009 22:13 alexbigfoot#18
try this...in game save...and go in ur char file ....and u`ll see u`re inv ...get ur inv full and try again....wow is all in a single line.
01/06/2009 22:33 damianpesta#19
I c that It only Saves 15,5 Spot LoL Want ini file o.0?