Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for(new h = 1; h < sizeof(TuneInfo); h++)
- {
- format(string2, sizeof(string2), "BERP/Koli/%d.ini",h);
- if(dini_Exists(string2))
- {
- if(TuneInfo[h][Komponenta13] != 999)
- {
- ChangeVehiclePaintjob(h, TuneInfo[h][Komponenta13]);
- }
- TunirajVozilo(h);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment