Runcias01

delivery-co-car-park

Jul 12th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 3.35 KB | None | 0 0
  1. /*------------------------------------------------------------------------------
  2.  
  3.                         *** Runcias | Crazy Glock ***
  4.  
  5.     *Name:      Delivery Co. - Car Park
  6.     *Author:    Runcias
  7.     *Date:      12.07.2014
  8.     *Version:   v1.0.2
  9.  
  10.     *You don't need to give me rep (reputation),
  11.      but please subscribe my 'YouTube' channel:
  12.     (https://www.youtube.com/user/crazyglocker)
  13.  
  14.     *Thanks for downloading!
  15.  
  16. ------------------------------------------------------------------------------*/
  17. #include <a_samp>
  18.  
  19.  
  20. public OnFilterScriptInit()
  21. {
  22.     CreateObject(8674, 1096.62402, -1777.08716, 13.70000,   0.00000, 0.00000, 0.00000);
  23.     CreateObject(8674, 1086.32581, -1777.08716, 13.70000,   0.00000, 0.00000, 0.00000);
  24.     CreateObject(8674, 1076.06250, -1777.08716, 13.70000,   0.00000, 0.00000, 0.00000);
  25.     CreateObject(8674, 1064.43298, -1777.08716, 13.70000,   0.00000, 0.00000, 0.00000);
  26.     CreateObject(8674, 1059.25391, -1771.88416, 13.70000,   0.00000, 0.00000, 90.00000);
  27.     CreateObject(8674, 1101.80371, -1771.90967, 13.70000,   0.00000, 0.00000, 90.00000);
  28.     CreateObject(8674, 1101.80261, -1761.62036, 13.70000,   0.00000, 0.00000, 90.00000);
  29.     CreateObject(8674, 1101.80322, -1756.48193, 13.70000,   0.00000, 0.00000, 90.00000);
  30.     CreateObject(8674, 1059.26135, -1761.58618, 13.70000,   0.00000, 0.00000, 90.00000);
  31.     CreateObject(8674, 1059.26917, -1751.29529, 13.70000,   0.00000, 0.00000, 90.00000);
  32.     CreateObject(8674, 1059.26880, -1741.01184, 13.70000,   0.00000, 0.00000, 90.00000);
  33.     CreateObject(8674, 1064.44263, -1735.80896, 13.70000,   0.00000, 0.00000, 0.00000);
  34.     CreateObject(8674, 1074.72534, -1735.80688, 13.70000,   0.00000, 0.00000, 0.00000);
  35.     CreateObject(8674, 1085.01282, -1735.81152, 13.70000,   0.00000, 0.00000, 0.00000);
  36.     CreateObject(8674, 1096.65942, -1735.81494, 13.70000,   0.00000, 0.00000, 0.00000);
  37.     CreateObject(4103, 1100.52820, -1780.79419, 25.29688,   356.85840, 0.00000, 3.14159);
  38.     CreateObject(966, 1101.94287, -1743.10974, 12.57020,   0.00000, 0.50000, -90.00000);
  39.     CreateObject(8674, 1101.77588, -1748.74341, 13.70000,   0.00000, 0.00000, 90.00000);
  40.     CreateObject(968, 1101.94739, -1743.18005, 13.38690,   0.00000, 5.00000, 90.00000);
  41.     CreateObject(3264, 1070.23230, -1777.08252, 12.49300,   0.00000, 0.00000, 0.00000);
  42.     CreateObject(3264, 1090.83911, -1735.83203, 12.59970,   0.00000, 0.00000, 180.00000);
  43.     CreateObject(5837, 1099.72437, -1748.54858, 13.92000,   0.00000, -0.50000, 90.00000);
  44.     CreateObject(2207, 1100.71045, -1745.19019, 12.48640,   0.00000, 0.00000, 180.00000);
  45.     CreateObject(2894, 1099.87268, -1745.23022, 13.26260,   0.00000, 0.00000, -13.00000);
  46.     CreateObject(1714, 1100.07959, -1746.58325, 12.48730,   0.00000, 0.00000, 210.00000);
  47.     CreateObject(1502, 1098.36121, -1750.33997, 12.49550,   0.00000, 0.00000, 90.00000);
  48.     CreateObject(2196, 1099.88855, -1744.96838, 13.26280,   0.00000, 0.00000, -40.00000);
  49.     CreateObject(1368, 1097.90906, -1747.27893, 13.06000,   0.00000, 0.50000, -90.00000);
  50.     CreateObject(18641, 1098.95544, -1745.45471, 13.36300,   0.00000, 0.00000, 0.00000);
  51.     CreateObject(18641, 1098.89612, -1745.56812, 13.28300,   0.00000, 90.00000, 0.00000);
  52.     CreateObject(18642, 1099.10278, -1745.16907, 13.28290,   90.00000, 90.00000, 0.00000);
  53.     CreateObject(19425, 1106.97546, -1738.17920, 12.46710,   0.00000, -2.00000, 90.50000);
  54.     CreateObject(19425, 1106.99158, -1743.32080, 12.38710,   0.00000, 0.00000, 90.50000);
  55.     return 1;
  56. }
Add Comment
Please, Sign In to add comment