Money not saving FS
#7

Here is an example from ******'s tutorial:
pawn Код:
new
    // The name of the file, can be any string variable or literal.
    fileToWrite[] = "mine.INI",
   
    // "INI_Open" returns a variable with tag "INI".
    INI:iniFile = INI_Open(fileToWrite);

//
// y_ini supports tags, that is:
//
//  [tag]
//  key = value
//
INI_SetTag(iniFile, "examples");

// Write an integer value with the key "some_integer" under the current tag:
INI_WriteInt(iniFile, "some_integer", 42);

// Now close the current file:
INI_Close(iniFile);
Maybe this would help.
Reply


Messages In This Thread
Money not saving FS - by Devix - 31.10.2012, 21:34
Re: Money not saving FS - by Yamakei - 01.11.2012, 09:44
Re: Money not saving FS - by Biesmen - 01.11.2012, 09:52
Re: Money not saving FS - by Devix - 01.11.2012, 10:13
Re: Money not saving FS - by gtakillerIV - 01.11.2012, 10:15
Re: Money not saving FS - by Devix - 01.11.2012, 10:59
Re: Money not saving FS - by Biesmen - 01.11.2012, 12:00
Re: Money not saving FS - by Devix - 01.11.2012, 12:04
Re: Money not saving FS - by Devix - 05.11.2012, 10:20
Re: Money not saving FS - by Devix - 13.11.2012, 16:39

Forum Jump:


Users browsing this thread: 2 Guest(s)