Guest User

LV CW

a guest
Oct 4th, 2010
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 4.32 KB | None | 0 0
  1. /*
  2.                                   MAP LV Clan War
  3. Made By: Plugy 2010
  4. Information:
  5. This map has been created by Plugy.
  6. This map has been created for Fighting area.
  7. In this area can two clans make offical TCW or CW.
  8.  
  9. Don't remove credits.
  10. */
  11. ////////////////////////////////////////////////////////////////////////////////
  12. #include <a_samp>
  13. ////////////////////////////////////////////////////////////////////////////////
  14. #pragma tabsize 0
  15. ////////////////////////////////////////////////////////////////////////////////
  16. #define COLOR_BLUE 0x0000FF00
  17. ////////////////////////////////////////////////////////////////////////////////
  18. public OnGameModeInit()
  19. {
  20. CreateObject(987, 1021.1076660156, 1799.171875, 9.8066844940186, 0, 0, 0);
  21. CreateObject(987, 1033.0964355469, 1799.1813964844, 9.8044061660767, 0, 0, 0);
  22. CreateObject(987, 1045.0715332031, 1799.2508544922, 9.8203125, 0, 0, 0);
  23. CreateObject(987, 1056.8228759766, 1799.2065429688, 9.8203125, 0, 0, 0);
  24. CreateObject(987, 1068.8347167969, 1799.2032470703, 9.8203125, 0, 0, 0);
  25. CreateObject(987, 1080.8288574219, 1799.1864013672, 9.8402624130249, 0, 0, 0);
  26. CreateObject(987, 1092.8043212891, 1799.2043457031, 9.8203125, 0, 0, 0);
  27. CreateObject(987, 1104.7940673828, 1799.1678466797, 9.8042764663696, 0, 0, 0);
  28. CreateObject(987, 1116.5837402344, 1798.8861083984, 9.8203125, 0, 0, 269.97988891602);
  29. CreateObject(987, 1116.5699462891, 1786.9443359375, 9.7776956558228, 0, 0, 269.97802734375);
  30. CreateObject(987, 1116.5596923828, 1774.9558105469, 9.803840637207, 0, 0, 269.97802734375);
  31. CreateObject(987, 1116.5667724609, 1762.9768066406, 9.812671661377, 0, 0, 269.97802734375);
  32. CreateObject(987, 1116.5616455078, 1750.9833984375, 9.8357219696045, 0, 0, 269.97802734375);
  33. CreateObject(987, 1116.576171875, 1739.0041503906, 9.7640390396118, 0, 0, 269.97802734375);
  34. CreateObject(987, 1116.5554199219, 1727.0074462891, 9.7576589584351, 0, 0, 269.97802734375);
  35. CreateObject(987, 1116.4826660156, 1715.015625, 9.8203125, 0, 0, 269.97802734375);
  36. CreateObject(987, 1116.1859130859, 1703.0600585938, 9.8203125, 0, 0, 179.97790527344);
  37. CreateObject(987, 1104.2313232422, 1703.0660400391, 9.8350038528442, 0, 0, 179.97253417969);
  38. CreateObject(987, 1092.2365722656, 1703.0565185547, 9.8269786834717, 0, 0, 179.97253417969);
  39. CreateObject(987, 1080.2957763672, 1703.0565185547, 9.8394031524658, 0, 0, 179.97253417969);
  40. CreateObject(987, 1068.302734375, 1703.0810546875, 9.7963132858276, 0, 0, 179.97253417969);
  41. CreateObject(987, 1056.3947753906, 1703.0531005859, 9.7915134429932, 0, 0, 179.97253417969);
  42. CreateObject(987, 1044.4027099609, 1703.0357666016, 9.7867136001587, 0, 0, 179.97253417969);
  43. CreateObject(987, 1032.408203125, 1703.0301513672, 9.781400680542, 0, 0, 179.97253417969);
  44. CreateObject(987, 1021.4267578125, 1703.3156738281, 9.8203125, 0, 0, 89.972564697266);
  45. CreateObject(987, 1021.4290771484, 1715.3211669922, 9.8354835510254, 0, 0, 89.972534179688);
  46. CreateObject(987, 1021.4132080078, 1727.2821044922, 9.8300323486328, 0, 0, 89.972534179688);
  47. CreateObject(987, 1021.443359375, 1739.2486572266, 9.8348321914673, 0, 0, 89.972534179688);
  48. CreateObject(987, 1021.4183349609, 1751.2385253906, 9.8341808319092, 0, 0, 89.972534179688);
  49. CreateObject(987, 1021.4606933594, 1763.2142333984, 9.8197813034058, 0, 0, 89.972534179688);
  50. CreateObject(987, 1021.4190673828, 1775.2048339844, 9.8287296295166, 0, 0, 89.972534179688);
  51. CreateObject(987, 1021.4570922852, 1787.1801757813, 9.8282012939453, 0, 0, 89.972534179688);
  52.     return 1;
  53. }
  54. ////////////////////////////////////////////////////////////////////////////////
  55. public OnFilterScriptInit()
  56. {
  57.     print("\n--------------------------------------");
  58.     print(" MAP LV JUMP - by Plugy.     ");
  59.     print("--------------------------------------\n");
  60.     SendClientMessageToAll(COLOR_BLUE, "Use command /view to see the map.");
  61.     return 1;
  62. }
  63. ////////////////////////////////////////////////////////////////////////////////
  64. public OnPlayerCommandText(playerid, cmdtext[])
  65. {
  66.     if (strcmp("/view", cmdtext, true, 10) == 0)
  67.     {
  68.         SetPlayerPos(playerid, 1028.0498,1715.4275,10.8203);
  69.         SendClientMessage(playerid, COLOR_BLUE, "You just got Teleported to LV Jump Map!");
  70.         return 1;
  71.     }
  72.     return 0;
  73. }
  74. ////////////////////////////////////////////////////////////////////////////////
  75.  
  76. //===================================
  77. //Credits to Plugy, 2010!
  78. //===================================
Advertisement
Add Comment
Please, Sign In to add comment