Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(dialogid == 52)
- {
- if(response)
- {
- switch(listitem)
- {
- case 0:
- {
- ShowPlayerDialog(playerid, 4, DIALOG_STYLE_LIST, "Towary Legalne", "{33ff33}Taczki\n{33ff33}Marchewki\n{33ff33}Ostro", "Wybierz", "");
- }
- case 1:
- {
- ShowPlayerDialog(playerid, 6, DIALOG_STYLE_LIST, "Towary Nielegalne", "{ff0033}SPirytus etylowy", "Wybierz", "");
- }
- }
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment