Guest User

Untitled

a guest
Dec 27th, 2013
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. for(new h = 1; h < sizeof(TuneInfo); h++)
  2. {
  3. format(string2, sizeof(string2), "BERP/Koli/%d.ini",h);
  4. if(dini_Exists(string2))
  5. {
  6. if(TuneInfo[h][Komponenta13] != 999)
  7. {
  8. ChangeVehiclePaintjob(h, TuneInfo[h][Komponenta13]);
  9. }
  10. TunirajVozilo(h);
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment