ini a dini
#1

I want to pass this on to dini

Код:
        for( new a = 0; a < 11; a++ )
	{
 	new mStr[24];
		format( mStr, sizeof( mStr ), "Mueble%d", a);
		INI_Int(mStr, Info[playerid][pMuebles][a]);
	}
Thanks
Reply
#2

sorry, my bad. this won't work.
Reply
#3

Quote:
Originally Posted by runcis
Посмотреть сообщение
sorry, my bad. this won't work.
I have to change to keep ini?
Reply
#4

Help or impossible to do that? ini a dini
Reply
#5

Why you wanna do that?

This filesystem is a way faster then dini...

And they have the same functions...
Reply
#6

Quote:
Originally Posted by Kaliber
Посмотреть сообщение
Why you wanna do that?

This filesystem is a way faster then dini...

And they have the same functions...
Because my server saves Dini and if I put ini gives me errors
Reply
#7

try this
pawn Код:
for( new a = 0; a < 11; a++ )
    {
    new mStr[24];
        format( mStr, sizeof( mStr ), "Mueble%d", a);
        dini_Int(mStr, Info[playerid][pMuebles][a]);
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)