24.08.2010, 18:21
https://sampforum.blast.hk/showthread.php?tid=113485
And to read (fixed):
-Conroy
And to read (fixed):
pawn Код:
new filename[40], i, filepath[128];
while(ffind("LVRP/Vehicles/*", filename, 64, i))
{
format(filepath, sizeof(filepath), "LVRP/Vehicles/%s", filename);
// This will loop through all the .INI files in the 'Vehicles' folder, use filepath for each vehicle starting from 0000 upwards.
}


