Advertisement
PaulCastellano

...

Jun 15th, 2017
602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. YCMD:vsport(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 string[256];
  7. format(string,sizeof(string), ""BELA"Model ID: "SIVA"400 "BELA"Auto: "SIVA"Landstalker "BELA"Kolicina: "SIVA"%d\n\
  8. "BELA"Model ID: "SIVA"401 "BELA"Auto: "SIVA"Bravura "BELA" Kolicina: "SIVA"%d\n",
  9. vehicle_model_col[400],vehicle_model_col[401]);
  10. ShowPlayerDialog(playerid, DIALOG_VMODELI, DIALOG_STYLE_MSGBOX, "Modeli auta:", string, "Uredu", "");
  11. return 1;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement