22.04.2015, 02:00
___________________________________________
stock LoadAllVehicles()
{
new fname[36];
new index = 1;
format(fname, sizeof(fname), "/Vehicles/%i.ini", index);
while(fexist(fname))
{
format(fname, sizeof(fname), "/vehicles/%i.ini", index);
INI_ParseFile(fname, "LoadVehicles");
index++;
}
}
___________________________________________
- Vehicles no load ? .
- Gamemode ''High Speed Drivers 0.3x - Drift/Stunt/DM/TDM/Drive/Parkour/Skill''
___________________________________________
___________________________________________
___________________________________________
___________________________________________
- And '' Unknow command ''
stock LoadAllVehicles()
{
new fname[36];
new index = 1;
format(fname, sizeof(fname), "/Vehicles/%i.ini", index);
while(fexist(fname))
{
format(fname, sizeof(fname), "/vehicles/%i.ini", index);
INI_ParseFile(fname, "LoadVehicles");
index++;
}
}
___________________________________________
- Vehicles no load ? .
- Gamemode ''High Speed Drivers 0.3x - Drift/Stunt/DM/TDM/Drive/Parkour/Skill''
___________________________________________
___________________________________________
___________________________________________
___________________________________________
- And '' Unknow command ''