Advertisement
Guest User

D

a guest
Mar 29th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. if(dialogid == DIALOG_GPSMENU1)
  2. {
  3. if(response)
  4. {
  5. DisablePlayerCheckpoint(playerid);
  6. if(listitem == 0)
  7. {
  8. SetPlayerCheckpoint(playerid, 1537.92,-1675.23,13.54,5);
  9. }
  10. if(listitem == 1)
  11. {
  12. SetPlayerCheckpoint(playerid, 1485.92,-1741.82,13.54,5);
  13. }
  14. if(listitem == 2)
  15. {
  16. SetPlayerCheckpoint(playerid, 1190.05,1322.31,13.56,5);
  17. }
  18. if(listitem == 3)
  19. {
  20. SetPlayerCheckpoint(playerid, 642.39,-1334.82,13.38,5);
  21. }
  22. if(listitem == 4)
  23. {
  24. SetPlayerCheckpoint(playerid, 1456.09,-1028.24,23.82,5);
  25. }
  26. if(listitem == 5)
  27. {
  28. SetPlayerCheckpoint(playerid, 2061.49,-1912.82,13.54,5);
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement