Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- MAP LV Clan War
- Made By: Plugy 2010
- Information:
- This map has been created by Plugy.
- This map has been created for Fighting area.
- In this area can two clans make offical TCW or CW.
- Don't remove credits.
- */
- ////////////////////////////////////////////////////////////////////////////////
- #include <a_samp>
- ////////////////////////////////////////////////////////////////////////////////
- #pragma tabsize 0
- ////////////////////////////////////////////////////////////////////////////////
- #define COLOR_BLUE 0x0000FF00
- ////////////////////////////////////////////////////////////////////////////////
- public OnGameModeInit()
- {
- CreateObject(987, 1021.1076660156, 1799.171875, 9.8066844940186, 0, 0, 0);
- CreateObject(987, 1033.0964355469, 1799.1813964844, 9.8044061660767, 0, 0, 0);
- CreateObject(987, 1045.0715332031, 1799.2508544922, 9.8203125, 0, 0, 0);
- CreateObject(987, 1056.8228759766, 1799.2065429688, 9.8203125, 0, 0, 0);
- CreateObject(987, 1068.8347167969, 1799.2032470703, 9.8203125, 0, 0, 0);
- CreateObject(987, 1080.8288574219, 1799.1864013672, 9.8402624130249, 0, 0, 0);
- CreateObject(987, 1092.8043212891, 1799.2043457031, 9.8203125, 0, 0, 0);
- CreateObject(987, 1104.7940673828, 1799.1678466797, 9.8042764663696, 0, 0, 0);
- CreateObject(987, 1116.5837402344, 1798.8861083984, 9.8203125, 0, 0, 269.97988891602);
- CreateObject(987, 1116.5699462891, 1786.9443359375, 9.7776956558228, 0, 0, 269.97802734375);
- CreateObject(987, 1116.5596923828, 1774.9558105469, 9.803840637207, 0, 0, 269.97802734375);
- CreateObject(987, 1116.5667724609, 1762.9768066406, 9.812671661377, 0, 0, 269.97802734375);
- CreateObject(987, 1116.5616455078, 1750.9833984375, 9.8357219696045, 0, 0, 269.97802734375);
- CreateObject(987, 1116.576171875, 1739.0041503906, 9.7640390396118, 0, 0, 269.97802734375);
- CreateObject(987, 1116.5554199219, 1727.0074462891, 9.7576589584351, 0, 0, 269.97802734375);
- CreateObject(987, 1116.4826660156, 1715.015625, 9.8203125, 0, 0, 269.97802734375);
- CreateObject(987, 1116.1859130859, 1703.0600585938, 9.8203125, 0, 0, 179.97790527344);
- CreateObject(987, 1104.2313232422, 1703.0660400391, 9.8350038528442, 0, 0, 179.97253417969);
- CreateObject(987, 1092.2365722656, 1703.0565185547, 9.8269786834717, 0, 0, 179.97253417969);
- CreateObject(987, 1080.2957763672, 1703.0565185547, 9.8394031524658, 0, 0, 179.97253417969);
- CreateObject(987, 1068.302734375, 1703.0810546875, 9.7963132858276, 0, 0, 179.97253417969);
- CreateObject(987, 1056.3947753906, 1703.0531005859, 9.7915134429932, 0, 0, 179.97253417969);
- CreateObject(987, 1044.4027099609, 1703.0357666016, 9.7867136001587, 0, 0, 179.97253417969);
- CreateObject(987, 1032.408203125, 1703.0301513672, 9.781400680542, 0, 0, 179.97253417969);
- CreateObject(987, 1021.4267578125, 1703.3156738281, 9.8203125, 0, 0, 89.972564697266);
- CreateObject(987, 1021.4290771484, 1715.3211669922, 9.8354835510254, 0, 0, 89.972534179688);
- CreateObject(987, 1021.4132080078, 1727.2821044922, 9.8300323486328, 0, 0, 89.972534179688);
- CreateObject(987, 1021.443359375, 1739.2486572266, 9.8348321914673, 0, 0, 89.972534179688);
- CreateObject(987, 1021.4183349609, 1751.2385253906, 9.8341808319092, 0, 0, 89.972534179688);
- CreateObject(987, 1021.4606933594, 1763.2142333984, 9.8197813034058, 0, 0, 89.972534179688);
- CreateObject(987, 1021.4190673828, 1775.2048339844, 9.8287296295166, 0, 0, 89.972534179688);
- CreateObject(987, 1021.4570922852, 1787.1801757813, 9.8282012939453, 0, 0, 89.972534179688);
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- public OnFilterScriptInit()
- {
- print("\n--------------------------------------");
- print(" MAP LV JUMP - by Plugy. ");
- print("--------------------------------------\n");
- SendClientMessageToAll(COLOR_BLUE, "Use command /view to see the map.");
- return 1;
- }
- ////////////////////////////////////////////////////////////////////////////////
- public OnPlayerCommandText(playerid, cmdtext[])
- {
- if (strcmp("/view", cmdtext, true, 10) == 0)
- {
- SetPlayerPos(playerid, 1028.0498,1715.4275,10.8203);
- SendClientMessage(playerid, COLOR_BLUE, "You just got Teleported to LV Jump Map!");
- return 1;
- }
- return 0;
- }
- ////////////////////////////////////////////////////////////////////////////////
- //===================================
- //Credits to Plugy, 2010!
- //===================================
Advertisement
Add Comment
Please, Sign In to add comment