Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. if(pickupid == auto_buy)
  2. {
  3. ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, "Инфернус\nБуллет\nКловер\n...", "", "Купить", "");
  4. }
  5.  
  6. switch(dialogid)
  7. {
  8. case 0:
  9. {
  10. if(response)
  11. {
  12. switch(listitem)
  13. {
  14. case 0: p_i[playerid][p_car] = 411;
  15. case 1: p_i[playerid][p_car] = 562;
  16. case 2: p_i[playerid][p_car] = 565;
  17. }
  18. }
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement