Guest User

Untitled

a guest
Jun 16th, 2017
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. YCMD:vmodeli(playerid, params[], help)
  2. {
  3. #pragma unused params
  4. #pragma unused help
  5. if(UlogovanProvera[playerid] == 0) return SCM(playerid, -1, ""CRVENA"WARNING: "BELA"Morate se ulogovati da bi ste koristili ovu komandu.");
  6. new cijena = CijeneAuta(GetVehicleModel(GetPlayerVehicleID(playerid)));
  7. new stringbb[512];
  8. format(stringbb,sizeof(stringbb),""BELA"Vozilo: [%s] Cena: [25000$] Kolicina: [%d]\n\
  9. "BELA"Vozilo: [%s] Cena: [65000$] Kolicina: [%d]\n\
  10. "BELA"Vozilo: [%s] Cena: [36000$] Kolicina: [%d]\n\
  11. "BELA"Vozilo: [%s] Cena: [40000$] Kolicina: [%d]\n\
  12. "BELA"Vozilo: [%s] Cena: [65000$] Kolicina: [%d]\n\
  13. "BELA"Vozilo: [%s] Cena: [36000$] Kolicina: [%d]\n\
  14. "BELA"Vozilo: [%s] Cena: [40000$] Kolicina: [%d]\n\
  15. "BELA"Vozilo: [%s] Cena: [65000$] Kolicina: [%d]\n\
  16. "BELA"Vozilo: [%s] Cena: [36000$] Kolicina: [%d]\n\
  17. "BELA"Vozilo: [%s] Cena: [40000$] Kolicina: [%d]\n\
  18. "BELA"Vozilo: [%s] Cena: [65000$] Kolicina: [%d]\n\
  19. "BELA"Vozilo: [%s] Cena: [36000$] Kolicina: [%d]\n\
  20. "BELA"Vozilo: [%s] Cena: [40000$] Kolicina: [%d]\n\
  21. "BELA"Vozilo: [%s] Cena: [65000$] Kolicina: [%d]\n\
  22. "BELA"Vozilo: [%s] Cena: [36000$] Kolicina: [%d]\n\
  23. "BELA"Vozilo: [%s] Cena: [40000$] Kolicina: [%d]\n\
  24. "BELA"Vozilo: [%s] Cena: [65000$] Kolicina: [%d]\n\
  25. "BELA"Vozilo: [%s] Cena: [36000$] Kolicina: [%d]\n\
  26. "BELA"Vozilo: [%s] Cena: [40000$] Kolicina: [%d]\n\
  27. "BELA"Vozilo: [%s] Cena: [40000$] Kolicina: [%d]",
  28. ImenaVozila[402-400],vehicle_model_col[402],
  29. ImenaVozila[411-400],vehicle_model_col[411],
  30. ImenaVozila[415-400],vehicle_model_col[415],
  31. ImenaVozila[429-400],vehicle_model_col[429],
  32. ImenaVozila[402-400],vehicle_model_col[402],
  33. ImenaVozila[451-400],vehicle_model_col[451],
  34. ImenaVozila[475-400],vehicle_model_col[475],
  35. ImenaVozila[477-400],vehicle_model_col[477],
  36. ImenaVozila[494-400],vehicle_model_col[494],
  37. ImenaVozila[496-400],vehicle_model_col[496],
  38. ImenaVozila[502-400],vehicle_model_col[502],
  39. ImenaVozila[503-400],vehicle_model_col[503],
  40. ImenaVozila[506-400],vehicle_model_col[506],
  41. ImenaVozila[541-400],vehicle_model_col[541],
  42. ImenaVozila[558-400],vehicle_model_col[558],
  43. ImenaVozila[559-400],vehicle_model_col[559],
  44. ImenaVozila[565-400],vehicle_model_col[565],
  45. ImenaVozila[587-400],vehicle_model_col[587],
  46. ImenaVozila[589-400],vehicle_model_col[589],
  47. ImenaVozila[602-400],vehicle_model_col[602],
  48. ImenaVozila[603-400],vehicle_model_col[603]);
  49. ShowPlayerDialog(playerid, DIALOG_VMODELI, DIALOG_STYLE_MSGBOX, "Modeli auta:", stringbb, "Uredu", "");
  50. return 1;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment