01.08.2012, 18:24
I think server can load one file at the time.
This should work
This should work
pawn Код:
for(new i = 0; i < MAX__VEH; ++i)
{
new string[35];
format(string, sizeof(string), "Vehicles/%d", i);
INI_Load(string);
//work with .ini file
}