30.05.2009, 07:59
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
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