20.10.2014, 01:32
the problem would be in the directory where you save your .ini..possibly non existing file/folder
pawn Код:
stock VehiclePath(vehicleid)
{
new string[128];
format(string,sizeof(string),"Vehicule/%d.ini",vehicleid); //??????????????? ? ? ? ?
return string;
}