SA-MP Forums Archive
Help with yini (easy 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: Help with yini (easy problem) (/showthread.php?tid=312285)



Help with yini (easy problem) - OUL - 20.01.2012

pawn Code:
stock SaveAnimation(index[])
{
    format(formatString, sizeof(formatString), "%s\n",index);
    new _SAVE[] = "animacijeGTX.INI",
    INI: _ANIM = INI_Open(_SAVE);
    INI_WriteString(_ANIM, "[KOD]", formatString);
    INI_Close(_ANIM);
}
I whan't when i use

SaveAnimation("bla bla");
to add 'bla bla' after already exist string... so i don't wanna to 're-place' string i just wanna if i already have in file 'aksnaojfpo' to get 'aksnaojfpo bla bla' not 'bla bla'


Re: Help with yini (easy problem) - OUL - 21.01.2012

bump


Re: Help with yini (easy problem) - OUL - 23.01.2012

bump, anyone?