Help with yini (easy problem)
#1

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'
Reply
#2

bump
Reply
#3

bump, anyone?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)