SA-MP Forums Archive
Help Me . - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help Me . (/showthread.php?tid=571766)



Help Me . - quochuy - 22.04.2015

___________________________________________
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 ''



Re: Help Me . - ChuckyBabe - 22.04.2015

Logs ?