Guest User

Untitled

a guest
Jan 15th, 2014
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if(dialogid == 52)
  2. {
  3. if(response)
  4. {
  5. switch(listitem)
  6. {
  7. case 0:
  8. {
  9. ShowPlayerDialog(playerid, 4, DIALOG_STYLE_LIST, "Towary Legalne", "{33ff33}Taczki\n{33ff33}Marchewki\n{33ff33}Ostro", "Wybierz", "");
  10. }
  11. case 1:
  12. {
  13. ShowPlayerDialog(playerid, 6, DIALOG_STYLE_LIST, "Towary Nielegalne", "{ff0033}SPirytus etylowy", "Wybierz", "");
  14. }
  15. }
  16. }
  17. return 1;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment