[Dini] Another Problem =\
#1

is there a possible way to know to witch file some line is refer to?

like: "Car = 253 "
only one file from the folder "cars" can have this line, can i know witch one of them?
thanks


___
and why this is not creating a file ?

new string[256], s[256];

for (new i=100; i < 140; i++)
{
if (v[i] == 1)
dini_IntSet("/car/carids.txt", "car%d", i , 1);
else if (v[i] == 0) {
dini_IntSet("/car/carids.txt", "car%d", i , 0);
}
}

i putted it in game mode int
Reply


Messages In This Thread
[Dini] Another Problem =\ - by borisblat - 30.05.2009, 07:59
Re: [Dini] Another Problem =\ - by borisblat - 30.05.2009, 09:43
Re: [Dini] Another Problem =\ - by Weirdosport - 30.05.2009, 10:14
Re: [Dini] Another Problem =\ - by borisblat - 30.05.2009, 12:12

Forum Jump:


Users browsing this thread: 2 Guest(s)