Guest User

Untitled

a guest
Aug 14th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. if(dialogid == PDOPREMA1)
  2. {
  3. if(!response) return 1;
  4. if(response)
  5. {
  6. if(listitem == 0)
  7. {
  8. g_GivePlayerWeapon(playerid,31,300);
  9. SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste M4!");
  10. }
  11. if(listitem == 1)
  12. {
  13. g_GivePlayerWeapon(playerid,24,300);
  14. SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste Deagle!");
  15. }
  16. if(listitem == 2)
  17. {
  18. g_GivePlayerWeapon(playerid,25,300);
  19. SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste Shotgun!");
  20. }
  21. if(listitem == 3)
  22. {
  23. g_GivePlayerWeapon(playerid,29,300);
  24. SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste MP5!");
  25. }
  26. if(listitem == 4)
  27. {
  28. g_GivePlayerWeapon(playerid,41,600);
  29. SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste Spray!");/////////////////EVO OVDE<-------------------
  30. }
  31. if(listitem == 5)
  32. {
  33. g_GivePlayerWeapon(playerid,3,300);
  34. SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste Pendrek!");
  35. }
  36. if(listitem == 6)
  37. {
  38. g_GivePlayerWeapon(playerid,34,300);
  39. SCM(playerid,-1,""PLAVA"LSPD | "BELA"Uzeli ste Sniper!");
  40. }
  41. }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment