Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. if(PilotCheckpoint[playerid]==1)
  2. {
  3. SetPlayerRaceCheckpoint(playerid,3,170.5475,-1756.2640,79.7045,433.8203,-1642.1691,115.1416,10.0);
  4. PilotCheckpoint[playerid]=2;
  5. }
  6. if(PilotCheckpoint[playerid]==2)
  7. {
  8. SetPlayerRaceCheckpoint(playerid,3,433.8203,-1642.1691,115.1416,656.0093,-1642.1091,99.1495,10.0);
  9. PilotCheckpoint[playerid]=3;
  10. }
  11. if(PilotCheckpoint[playerid]==3)
  12. {
  13. SetPlayerRaceCheckpoint(playerid,3,656.0093, -1642.1091,99.1495,873.9995,-1518.5847,106.9116,10.0);
  14. PilotCheckpoint[playerid]=4;
  15. }
  16. if(PilotCheckpoint[playerid]==4)
  17. {
  18. SetPlayerRaceCheckpoint(playerid,3,873.9995,-1518.5847,106.9116,1222.4196,-1539.5162,158.8778,10.0);
  19. PilotCheckpoint[playerid]=5;
  20. }
  21. if(PilotCheckpoint[playerid]==5)
  22. {
  23. SetPlayerRaceCheckpoint(playerid,3,1222.4196,-1539.5162,158.8778,1679.5024,-1807.1930,91.4489,10.0);
  24. PilotCheckpoint[playerid]=6;
  25. }
  26. if(PilotCheckpoint[playerid]==6)
  27. {//
  28. SetPlayerRaceCheckpoint(playerid,3,1679.5024,-1807.1930,91.4489,1851.0421,-1900.8400,92.6096,10.0);
  29. PilotCheckpoint[playerid]=7;
  30. }
  31. if(PilotCheckpoint[playerid]==7)
  32. {
  33. SetPlayerRaceCheckpoint(playerid,3,1851.0421,-1900.8400,92.6096,2260.3411,-1796.4222,81.6181,10.0);
  34. PilotCheckpoint[playerid]=8;
  35. }
  36. if(PilotCheckpoint[playerid]==8)
  37. {
  38. SetPlayerRaceCheckpoint(playerid,3,2260.3411,-1796.4222,81.6181,2468.2825,-1693.7098,79.3781,10.0);
  39. PilotCheckpoint[playerid]=0;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement