Advertisement
WeslleySSGames

Sistema de morte.

Mar 1st, 2023
1,894
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 111.94 KB | None | 0 0
  1. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  2. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FS DESENVOLVIDA POR: Dnzin Scripter =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-//
  3. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  4. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--NAO RETIRE OS CREDITOS!!!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  5. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  6. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  7. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  8. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  9. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FS DESENVOLVIDA POR: Dnzin Scripter =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-//
  10. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  11. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--NAO RETIRE OS CREDITOS!!!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  12. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  13. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  14. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  15.  
  16. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  17. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= FS DESENVOLVIDA POR: Dnzin Scripter =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-//
  18. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  19. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--NAO RETIRE OS CREDITOS!!!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  20. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  21. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  22. //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=//
  23.  
  24. #include <a_samp>
  25. #include <streamer>
  26. #include <zcmd>
  27.  
  28.  
  29. //===============[news]============================
  30. new TimerMorto[MAX_PLAYERS];
  31. new TempoMorto[MAX_PLAYERS];
  32. new PlayerText:TextdrawFerido[MAX_PLAYERS][16];
  33. #define SCM SendClientMessage
  34. #define ISP    IsPlayerInRangeOfPoint
  35. #define function%0(%1)\
  36. forward %0(%1); public %0(%1)
  37.  
  38. enum mInfo
  39. {
  40.   Float:pPos1,
  41.   Float:pPos2,
  42.   Float:pPos3,
  43.   pInterior,
  44.   pVirtual,
  45. }
  46. new MorteInfo[MAX_PLAYERS][mInfo];
  47.  
  48.  
  49. //=======================================================
  50. main()
  51. {
  52.     printf("SISTEMA FEITO POR DNZIN SCRIPTER, NAO RETIRE OS CREDITO!");
  53. }
  54.  
  55. public OnGameModeInit()
  56. {
  57.     // Mapa Hospital LS
  58.         CreateDynamicPickup(1318, 1, 1172.078369, -1323.343994, 15.401420); // Entrada Hospital
  59.        CreateDynamicPickup(1318, 1, 1402.728637, -25.801994, 1000.864013); // Saida Hospital
  60.         new tmpobjid;
  61.         tmpobjid = CreateDynamicObject(1649, 1404.309448, -27.373491, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  62.  
  63.         SetDynamicObjectMaterial(tmpobjid, 0, 15055, "svlamid", "AH_flroortile3", 0xB4FFFFFF);
  64.  
  65.         tmpobjid = CreateDynamicObject(1649, 1397.645385, -27.373292, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  66.  
  67.         SetDynamicObjectMaterial(tmpobjid, 0, 15055, "svlamid", "AH_flroortile3", 0xB4FFFFFF);
  68.  
  69.         tmpobjid = CreateDynamicObject(19381, 1402.732788, -34.017120, 1007.366088, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  70.  
  71.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  72.  
  73.         tmpobjid = CreateDynamicObject(19377, 1396.169555, -28.200950, 1005.163635, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  74.  
  75.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  76.  
  77.         tmpobjid = CreateDynamicObject(1649, 1400.976318, -27.373491, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  78.  
  79.         SetDynamicObjectMaterial(tmpobjid, 0, 15055, "svlamid", "AH_flroortile3", 0xB4FFFFFF);
  80.  
  81.         tmpobjid = CreateDynamicObject(1649, 1407.640502, -27.373491, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  82.  
  83.         SetDynamicObjectMaterial(tmpobjid, 0, 15055, "svlamid", "AH_flroortile3", 0xB4FFFFFF);
  84.  
  85.         tmpobjid = CreateDynamicObject(19377, 1404.488891, -25.240951, 1005.163635, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  86.  
  87.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  88.  
  89.         tmpobjid = CreateDynamicObject(19377, 1394.859130, -25.240951, 1005.163635, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  90.  
  91.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  92.  
  93.         tmpobjid = CreateDynamicObject(1649, 1397.645385, -31.813295, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  94.  
  95.         SetDynamicObjectMaterial(tmpobjid, 0, 15055, "svlamid", "AH_flroortile3", 0xB4FFFFFF);
  96.  
  97.         tmpobjid = CreateDynamicObject(1649, 1400.975830, -31.813295, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  98.  
  99.         SetDynamicObjectMaterial(tmpobjid, 0, 14758, "sfmansion1", "AH_flroortile6", 0xB4FFFFFF);
  100.  
  101.         tmpobjid = CreateDynamicObject(1649, 1404.306274, -31.813295, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  102.  
  103.         SetDynamicObjectMaterial(tmpobjid, 0, 14758, "sfmansion1", "AH_flroortile6", 0xB4FFFFFF);
  104.  
  105.         tmpobjid = CreateDynamicObject(1649, 1407.635742, -31.813295, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  106.  
  107.         SetDynamicObjectMaterial(tmpobjid, 0, 15055, "svlamid", "AH_flroortile3", 0xB4FFFFFF);
  108.  
  109.         tmpobjid = CreateDynamicObject(1649, 1407.635742, -36.253280, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  110.  
  111.         SetDynamicObjectMaterial(tmpobjid, 0, 15055, "svlamid", "AH_flroortile3", 0xB4FFFFFF);
  112.  
  113.         tmpobjid = CreateDynamicObject(1649, 1404.305786, -36.253280, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  114.  
  115.         SetDynamicObjectMaterial(tmpobjid, 0, 14758, "sfmansion1", "AH_flroortile6", 0xB4FFFFFF);
  116.  
  117.         tmpobjid = CreateDynamicObject(1649, 1400.975830, -36.253280, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  118.  
  119.         SetDynamicObjectMaterial(tmpobjid, 0, 14758, "sfmansion1", "AH_flroortile6", 0xB4FFFFFF);
  120.  
  121.         tmpobjid = CreateDynamicObject(1649, 1397.647094, -36.253280, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  122.  
  123.         SetDynamicObjectMaterial(tmpobjid, 0, 15055, "svlamid", "AH_flroortile3", 0xB4FFFFFF);
  124.  
  125.         tmpobjid = CreateDynamicObject(1649, 1397.651000, -40.696590, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  126.  
  127.         SetDynamicObjectMaterial(tmpobjid, 0, 15055, "svlamid", "AH_flroortile3", 0xB4FFFFFF);
  128.  
  129.         tmpobjid = CreateDynamicObject(1649, 1400.983032, -40.696590, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  130.  
  131.         SetDynamicObjectMaterial(tmpobjid, 0, 15055, "svlamid", "AH_flroortile3", 0xB4FFFFFF);
  132.  
  133.         tmpobjid = CreateDynamicObject(1649, 1404.315063, -40.696590, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  134.  
  135.         SetDynamicObjectMaterial(tmpobjid, 0, 15055, "svlamid", "AH_flroortile3", 0xB4FFFFFF);
  136.  
  137.         tmpobjid = CreateDynamicObject(1649, 1407.646240, -40.696590, 999.864013, 270.000000, 270.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  138.  
  139.         SetDynamicObjectMaterial(tmpobjid, 0, 15055, "svlamid", "AH_flroortile3", 0xB4FFFFFF);
  140.  
  141.         tmpobjid = CreateDynamicObject(19360, 1396.164916, -34.610271, 1004.925048, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  142.  
  143.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  144.  
  145.         tmpobjid = CreateDynamicObject(19377, 1396.169555, -41.020984, 1005.163635, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  146.  
  147.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  148.  
  149.         tmpobjid = CreateDynamicObject(19377, 1409.279907, -41.020984, 1005.163635, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  150.  
  151.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  152.  
  153.         tmpobjid = CreateDynamicObject(19360, 1409.274902, -34.610271, 1004.925048, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  154.  
  155.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  156.  
  157.         tmpobjid = CreateDynamicObject(19377, 1409.279296, -28.190950, 1005.163635, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  158.  
  159.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  160.  
  161.         tmpobjid = CreateDynamicObject(19376, 1390.857543, -34.373466, 999.938903, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  162.  
  163.         SetDynamicObjectMaterial(tmpobjid, 0, 18031, "cj_exp", "mp_furn_floor", 0x00000000);
  164.  
  165.         tmpobjid = CreateDynamicObject(19376, 1380.375610, -34.373466, 999.938903, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  166.  
  167.         SetDynamicObjectMaterial(tmpobjid, 0, 18031, "cj_exp", "mp_furn_floor", 0x00000000);
  168.  
  169.         tmpobjid = CreateDynamicObject(18809, 1402.669555, -44.951599, 1031.034545, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  170.  
  171.         SetDynamicObjectMaterial(tmpobjid, 0, 14652, "ab_trukstpa", "CJ_WOOD6", 0x00000000);
  172.  
  173.         tmpobjid = CreateDynamicObject(19376, 1425.009887, -34.373466, 999.938903, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  174.  
  175.         SetDynamicObjectMaterial(tmpobjid, 0, 18031, "cj_exp", "mp_furn_floor", 0x00000000);
  176.  
  177.         tmpobjid = CreateDynamicObject(19377, 1404.478881, -42.620971, 1005.163635, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  178.  
  179.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  180.  
  181.         tmpobjid = CreateDynamicObject(19377, 1400.907104, -42.630970, 1005.163635, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  182.  
  183.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  184.  
  185.         tmpobjid = CreateDynamicObject(19381, 1392.412719, -38.067108, 1006.465515, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  186.  
  187.         SetDynamicObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  188.  
  189.         tmpobjid = CreateDynamicObject(19377, 1397.568481, -34.020980, 1011.633422, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  190.  
  191.         SetDynamicObjectMaterial(tmpobjid, 0, 2423, "cj_ff_counters", "CJ_Laminate1", 0x00000000);
  192.  
  193.         tmpobjid = CreateDynamicObject(19377, 1407.898071, -34.020980, 1011.633422, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  194.  
  195.         SetDynamicObjectMaterial(tmpobjid, 0, 2423, "cj_ff_counters", "CJ_Laminate1", 0x00000000);
  196.  
  197.         tmpobjid = CreateDynamicObject(19377, 1403.168457, -38.750949, 1011.633422, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  198.  
  199.         SetDynamicObjectMaterial(tmpobjid, 0, 2423, "cj_ff_counters", "CJ_Laminate1", 0x00000000);
  200.  
  201.         tmpobjid = CreateDynamicObject(19377, 1402.307617, -38.760948, 1011.633422, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  202.  
  203.         SetDynamicObjectMaterial(tmpobjid, 0, 2423, "cj_ff_counters", "CJ_Laminate1", 0x00000000);
  204.  
  205.         tmpobjid = CreateDynamicObject(19377, 1402.297607, -29.280946, 1011.633422, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  206.  
  207.         SetDynamicObjectMaterial(tmpobjid, 0, 2423, "cj_ff_counters", "CJ_Laminate1", 0x00000000);
  208.  
  209.         tmpobjid = CreateDynamicObject(19377, 1403.167968, -29.270946, 1011.633422, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  210.  
  211.         SetDynamicObjectMaterial(tmpobjid, 0, 2423, "cj_ff_counters", "CJ_Laminate1", 0x00000000);
  212.  
  213.         tmpobjid = CreateDynamicObject(19381, 1392.412719, -28.447111, 1006.465515, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  214.  
  215.         SetDynamicObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  216.  
  217.         tmpobjid = CreateDynamicObject(19381, 1413.043701, -28.447111, 1006.465515, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  218.  
  219.         SetDynamicObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  220.  
  221.         tmpobjid = CreateDynamicObject(19381, 1413.043701, -38.057125, 1006.465515, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  222.  
  223.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_laglasswall2", 0x00000000);
  224.  
  225.         tmpobjid = CreateDynamicObject(19381, 1402.554077, -43.477142, 1006.465393, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  226.  
  227.         SetDynamicObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  228.  
  229.         tmpobjid = CreateDynamicObject(19381, 1402.554077, -24.557146, 1006.465393, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  230.  
  231.         SetDynamicObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  232.  
  233.         tmpobjid = CreateDynamicObject(19381, 1403.973144, -47.327140, 999.985290, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  234.  
  235.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  236.  
  237.         tmpobjid = CreateDynamicObject(19381, 1393.473510, -47.327140, 999.985290, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  238.  
  239.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  240.  
  241.         tmpobjid = CreateDynamicObject(19381, 1391.033691, -41.007144, 999.975280, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  242.  
  243.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  244.  
  245.         tmpobjid = CreateDynamicObject(19381, 1391.033691, -28.207153, 999.985290, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  246.  
  247.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  248.  
  249.         tmpobjid = CreateDynamicObject(19381, 1401.463867, -20.527153, 999.985290, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  250.  
  251.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  252.  
  253.         tmpobjid = CreateDynamicObject(19381, 1411.933349, -20.527153, 999.985290, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  254.  
  255.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  256.  
  257.         tmpobjid = CreateDynamicObject(19381, 1424.922485, -28.197170, 999.985290, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  258.  
  259.         SetDynamicObjectMaterial(tmpobjid, 0, 14623, "mafcasmain", "casino_carp", 0x00000000);
  260.  
  261.         tmpobjid = CreateDynamicObject(19381, 1414.432983, -40.997192, 999.985290, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  262.  
  263.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  264.  
  265.         tmpobjid = CreateDynamicObject(19376, 1414.516845, -34.373466, 999.938903, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  266.  
  267.         SetDynamicObjectMaterial(tmpobjid, 0, 18031, "cj_exp", "mp_furn_floor", 0x00000000);
  268.  
  269.         tmpobjid = CreateDynamicObject(19377, 1414.158203, -44.094821, 1005.225097, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  270.  
  271.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  272.  
  273.         tmpobjid = CreateDynamicObject(19377, 1381.658081, -44.094821, 1005.225097, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  274.  
  275.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  276.  
  277.         tmpobjid = CreateDynamicObject(19377, 1391.309326, -25.354824, 1005.225097, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  278.  
  279.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  280.  
  281.         tmpobjid = CreateDynamicObject(19381, 1380.532836, -28.207153, 999.985290, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  282.  
  283.         SetDynamicObjectMaterial(tmpobjid, 0, 14623, "mafcasmain", "casino_carp", 0x00000000);
  284.  
  285.         tmpobjid = CreateDynamicObject(19381, 1380.543579, -41.007144, 999.985290, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  286.  
  287.         SetDynamicObjectMaterial(tmpobjid, 0, 14623, "mafcasmain", "casino_carp", 0x00000000);
  288.  
  289.         tmpobjid = CreateDynamicObject(19377, 1381.670654, -25.354824, 1005.225097, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  290.  
  291.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  292.  
  293.         tmpobjid = CreateDynamicObject(19381, 1414.432983, -28.197170, 999.985290, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  294.  
  295.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  296.  
  297.         tmpobjid = CreateDynamicObject(19381, 1424.914184, -40.997192, 999.985290, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  298.  
  299.         SetDynamicObjectMaterial(tmpobjid, 0, 14623, "mafcasmain", "casino_carp", 0x00000000);
  300.  
  301.         tmpobjid = CreateDynamicObject(19377, 1376.839111, -39.224811, 1005.225097, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  302.  
  303.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  304.  
  305.         tmpobjid = CreateDynamicObject(19377, 1376.839111, -29.594829, 1005.225097, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  306.  
  307.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  308.  
  309.         tmpobjid = CreateDynamicObject(19377, 1381.427124, -25.394859, 1006.954833, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  310.  
  311.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  312.  
  313.         tmpobjid = CreateDynamicObject(19377, 1423.788940, -44.094821, 1005.225097, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  314.  
  315.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  316.  
  317.         tmpobjid = CreateDynamicObject(19377, 1414.139404, -25.354824, 1005.225097, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  318.  
  319.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  320.  
  321.         tmpobjid = CreateDynamicObject(19377, 1423.760498, -25.354824, 1005.225097, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  322.  
  323.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  324.  
  325.         tmpobjid = CreateDynamicObject(19377, 1428.571044, -30.174802, 1005.225097, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  326.  
  327.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  328.  
  329.         tmpobjid = CreateDynamicObject(19377, 1428.571044, -39.804821, 1005.225097, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  330.  
  331.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  332.  
  333.         tmpobjid = CreateDynamicObject(19381, 1413.043701, -39.257106, 1006.435485, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  334.  
  335.         SetDynamicObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  336.  
  337.         tmpobjid = CreateDynamicObject(19381, 1413.033691, -38.057117, 1006.455505, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  338.  
  339.         SetDynamicObjectMaterial(tmpobjid, 0, 9514, "711_sfw", "ws_carpark2", 0x00000000);
  340.  
  341.         tmpobjid = CreateDynamicObject(19381, 1425.005004, -29.627101, 1006.435485, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  342.  
  343.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_laglasswall2", 0x00000000);
  344.  
  345.         tmpobjid = CreateDynamicObject(19381, 1414.524047, -39.257106, 1006.415466, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  346.  
  347.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_laglasswall2", 0x00000000);
  348.  
  349.         tmpobjid = CreateDynamicObject(19381, 1390.845703, -39.257106, 1006.435485, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  350.  
  351.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_laglasswall2", 0x00000000);
  352.  
  353.         tmpobjid = CreateDynamicObject(19381, 1390.845703, -29.637132, 1006.435485, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  354.  
  355.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_laglasswall2", 0x00000000);
  356.  
  357.         tmpobjid = CreateDynamicObject(19381, 1380.356933, -29.637132, 1006.435485, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  358.  
  359.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_laglasswall2", 0x00000000);
  360.  
  361.         tmpobjid = CreateDynamicObject(19381, 1380.356933, -39.267131, 1006.435485, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  362.  
  363.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_laglasswall2", 0x00000000);
  364.  
  365.         tmpobjid = CreateDynamicObject(19377, 1418.281860, -28.204809, 1005.225097, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  366.  
  367.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  368.  
  369.         tmpobjid = CreateDynamicObject(19377, 1418.281860, -41.004840, 1005.225097, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  370.  
  371.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  372.  
  373.         tmpobjid = CreateDynamicObject(19377, 1386.458007, -28.214809, 1005.225097, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  374.  
  375.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  376.  
  377.         tmpobjid = CreateDynamicObject(19377, 1386.458007, -41.004806, 1005.225097, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  378.  
  379.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  380.  
  381.         tmpobjid = CreateDynamicObject(14793, 1402.967163, -28.154233, 1007.144775, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  382.  
  383.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  384.  
  385.         tmpobjid = CreateDynamicObject(19381, 1414.623046, -28.197170, 999.995300, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  386.  
  387.         SetDynamicObjectMaterial(tmpobjid, 0, 14623, "mafcasmain", "casino_carp", 0x00000000);
  388.  
  389.         tmpobjid = CreateDynamicObject(644, 1427.372924, -34.577136, 1000.344482, 0.000000, 0.000000, -39.900005, -1, -1, -1, 200.00, 200.00);
  390.  
  391.         SetDynamicObjectMaterial(tmpobjid, 0, 4003, "cityhall_tr_lan", "foliage256", 0xFFFFFF66);
  392.  
  393.         tmpobjid = CreateDynamicObject(1897, 1409.225097, -36.259738, 1001.014587, 0.000000, 0.000007, 0.000000, -1, -1, -1, 200.00, 200.00);
  394.  
  395.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  396.  
  397.         tmpobjid = CreateDynamicObject(1897, 1409.225097, -36.259738, 1002.064514, 0.000000, 0.000007, 0.000000, -1, -1, -1, 200.00, 200.00);
  398.  
  399.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  400.  
  401.         tmpobjid = CreateDynamicObject(1897, 1409.325195, -36.259738, 1001.014587, 0.000000, 0.000007, 0.000000, -1, -1, -1, 200.00, 200.00);
  402.  
  403.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  404.  
  405.         tmpobjid = CreateDynamicObject(1897, 1409.325195, -36.259738, 1002.064636, 0.000000, 0.000007, 0.000000, -1, -1, -1, 200.00, 200.00);
  406.  
  407.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  408.  
  409.         tmpobjid = CreateDynamicObject(1897, 1396.103271, -36.259738, 1001.014587, 0.000000, 0.000014, 0.000000, -1, -1, -1, 200.00, 200.00);
  410.  
  411.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  412.  
  413.         tmpobjid = CreateDynamicObject(1897, 1396.103271, -36.259738, 1002.064514, 0.000000, 0.000014, 0.000000, -1, -1, -1, 200.00, 200.00);
  414.  
  415.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  416.  
  417.         tmpobjid = CreateDynamicObject(1897, 1396.203369, -36.259738, 1001.014587, 0.000000, 0.000014, 0.000000, -1, -1, -1, 200.00, 200.00);
  418.  
  419.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  420.  
  421.         tmpobjid = CreateDynamicObject(1897, 1396.203369, -36.259738, 1002.064636, 0.000000, 0.000014, 0.000000, -1, -1, -1, 200.00, 200.00);
  422.  
  423.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  424.  
  425.         tmpobjid = CreateDynamicObject(1897, 1396.223388, -32.949741, 1001.014587, 0.000000, 0.000014, 179.999893, -1, -1, -1, 200.00, 200.00);
  426.  
  427.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  428.  
  429.         tmpobjid = CreateDynamicObject(1897, 1396.223388, -32.949741, 1002.064514, 0.000000, 0.000014, 179.999893, -1, -1, -1, 200.00, 200.00);
  430.  
  431.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  432.  
  433.         tmpobjid = CreateDynamicObject(1897, 1396.123291, -32.949741, 1001.014587, 0.000000, 0.000014, 179.999893, -1, -1, -1, 200.00, 200.00);
  434.  
  435.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  436.  
  437.         tmpobjid = CreateDynamicObject(1897, 1396.123291, -32.949741, 1002.064636, 0.000000, 0.000014, 179.999893, -1, -1, -1, 200.00, 200.00);
  438.  
  439.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  440.  
  441.         tmpobjid = CreateDynamicObject(1897, 1396.123291, -32.949741, 1002.064636, 0.000000, 0.000014, 179.999893, -1, -1, -1, 200.00, 200.00);
  442.  
  443.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  444.  
  445.         tmpobjid = CreateDynamicObject(1897, 1409.334472, -32.949741, 1001.014587, 0.000000, 0.000007, 179.999847, -1, -1, -1, 200.00, 200.00);
  446.  
  447.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  448.  
  449.         tmpobjid = CreateDynamicObject(1897, 1409.334472, -32.949741, 1002.064514, 0.000000, 0.000007, 179.999847, -1, -1, -1, 200.00, 200.00);
  450.  
  451.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  452.  
  453.         tmpobjid = CreateDynamicObject(1897, 1409.234375, -32.949741, 1001.014587, 0.000000, 0.000007, 179.999847, -1, -1, -1, 200.00, 200.00);
  454.  
  455.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  456.  
  457.         tmpobjid = CreateDynamicObject(1897, 1409.234375, -32.949741, 1002.064636, 0.000000, 0.000007, 179.999847, -1, -1, -1, 200.00, 200.00);
  458.  
  459.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  460.  
  461.         tmpobjid = CreateDynamicObject(1897, 1409.334106, -34.084712, 1003.250610, -89.999992, -424.263793, 115.736152, -1, -1, -1, 200.00, 200.00);
  462.  
  463.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  464.  
  465.         tmpobjid = CreateDynamicObject(1897, 1409.334106, -35.134639, 1003.250610, -89.999992, -424.263793, 115.736152, -1, -1, -1, 200.00, 200.00);
  466.  
  467.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  468.  
  469.         tmpobjid = CreateDynamicObject(1897, 1409.234008, -34.114711, 1003.250610, -89.999992, -424.263793, 115.736152, -1, -1, -1, 200.00, 200.00);
  470.  
  471.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  472.  
  473.         tmpobjid = CreateDynamicObject(1897, 1409.234008, -35.094760, 1003.250610, -89.999992, -424.263793, 115.736152, -1, -1, -1, 200.00, 200.00);
  474.  
  475.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  476.  
  477.         tmpobjid = CreateDynamicObject(1897, 1396.228881, -34.124710, 1003.250610, -89.999992, -436.513366, 103.486541, -1, -1, -1, 200.00, 200.00);
  478.  
  479.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  480.  
  481.         tmpobjid = CreateDynamicObject(1897, 1396.228881, -35.084640, 1003.250610, -89.999992, -436.513366, 103.486541, -1, -1, -1, 200.00, 200.00);
  482.  
  483.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  484.  
  485.         tmpobjid = CreateDynamicObject(1897, 1396.128784, -34.084712, 1003.250610, -89.999992, -436.513366, 103.486541, -1, -1, -1, 200.00, 200.00);
  486.  
  487.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  488.  
  489.         tmpobjid = CreateDynamicObject(1897, 1396.128784, -35.084762, 1003.250610, -89.999992, -436.513366, 103.486541, -1, -1, -1, 200.00, 200.00);
  490.  
  491.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  492.  
  493.         tmpobjid = CreateDynamicObject(19377, 1391.287841, -44.094821, 1005.225097, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  494.  
  495.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  496.  
  497.         tmpobjid = CreateDynamicObject(19377, 1381.427124, -44.064933, 1006.954833, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  498.  
  499.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  500.  
  501.         tmpobjid = CreateDynamicObject(19377, 1391.297119, -44.064933, 1006.954833, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  502.  
  503.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  504.  
  505.         tmpobjid = CreateDynamicObject(18075, 1402.866699, -24.739551, 1006.293823, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  506.  
  507.         SetDynamicObjectMaterial(tmpobjid, 0, 14786, "ab_sfgymbeams", "knot_wood128", 0x00000000);
  508.  
  509.         tmpobjid = CreateDynamicObject(18809, 1402.669555, -44.961597, 1028.945190, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  510.  
  511.         SetDynamicObjectMaterial(tmpobjid, 0, 18065, "ab_sfammumain", "shelf_glas", 0xFFCCFFFF);
  512.  
  513.         tmpobjid = CreateDynamicObject(19377, 1396.147216, -40.964931, 1006.954833, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  514.  
  515.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  516.  
  517.         tmpobjid = CreateDynamicObject(19377, 1386.297241, -28.214809, 1005.225097, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  518.  
  519.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  520.  
  521.         tmpobjid = CreateDynamicObject(19377, 1386.287841, -41.004806, 1005.225097, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  522.  
  523.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  524.  
  525.         tmpobjid = CreateDynamicObject(19377, 1386.466552, -40.964931, 1006.954833, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  526.  
  527.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  528.  
  529.         tmpobjid = CreateDynamicObject(19377, 1386.286376, -40.964931, 1006.954833, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  530.  
  531.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  532.  
  533.         tmpobjid = CreateDynamicObject(19377, 1386.286376, -28.214942, 1006.954833, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  534.  
  535.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  536.  
  537.         tmpobjid = CreateDynamicObject(19377, 1386.476562, -28.214942, 1006.954833, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  538.  
  539.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  540.  
  541.         tmpobjid = CreateDynamicObject(19377, 1386.426513, -28.234943, 1006.954833, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  542.  
  543.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  544.  
  545.         tmpobjid = CreateDynamicObject(19377, 1376.846435, -30.264940, 1006.954833, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  546.  
  547.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  548.  
  549.         tmpobjid = CreateDynamicObject(19377, 1376.846435, -39.894962, 1006.954833, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  550.  
  551.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  552.  
  553.         tmpobjid = CreateDynamicObject(19377, 1381.578247, -44.054821, 1011.195129, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  554.  
  555.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  556.  
  557.         tmpobjid = CreateDynamicObject(19377, 1391.267944, -44.054821, 1011.195129, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  558.  
  559.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  560.  
  561.         tmpobjid = CreateDynamicObject(19377, 1391.267944, -25.424825, 1011.195129, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  562.  
  563.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  564.  
  565.         tmpobjid = CreateDynamicObject(19377, 1381.419067, -25.424825, 1011.195129, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  566.  
  567.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  568.  
  569.         tmpobjid = CreateDynamicObject(19377, 1376.848022, -30.214836, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  570.  
  571.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  572.  
  573.         tmpobjid = CreateDynamicObject(19377, 1396.127563, -28.184843, 1006.965393, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  574.  
  575.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  576.  
  577.         tmpobjid = CreateDynamicObject(19377, 1376.848022, -39.714836, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  578.  
  579.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  580.  
  581.         tmpobjid = CreateDynamicObject(19377, 1396.147583, -34.364868, 1008.385864, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  582.  
  583.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  584.  
  585.         tmpobjid = CreateDynamicObject(19377, 1386.477050, -40.964843, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  586.  
  587.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  588.  
  589.         tmpobjid = CreateDynamicObject(19377, 1386.306884, -40.964843, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  590.  
  591.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  592.  
  593.         tmpobjid = CreateDynamicObject(19377, 1386.276855, -40.964843, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  594.  
  595.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  596.  
  597.         tmpobjid = CreateDynamicObject(19377, 1391.256591, -25.394859, 1006.954833, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  598.  
  599.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  600.  
  601.         tmpobjid = CreateDynamicObject(19377, 1386.276855, -28.224836, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  602.  
  603.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  604.  
  605.         tmpobjid = CreateDynamicObject(19377, 1386.487060, -28.244836, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  606.  
  607.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  608.  
  609.         tmpobjid = CreateDynamicObject(19377, 1386.416992, -28.244836, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  610.  
  611.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  612.  
  613.         tmpobjid = CreateDynamicObject(19381, 1414.534545, -29.627101, 1006.415466, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  614.  
  615.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_laglasswall2", 0x00000000);
  616.  
  617.         tmpobjid = CreateDynamicObject(19381, 1424.993408, -39.257106, 1006.415466, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  618.  
  619.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_laglasswall2", 0x00000000);
  620.  
  621.         tmpobjid = CreateDynamicObject(2184, 1403.783935, -39.854305, 999.864013, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  622.  
  623.         SetDynamicObjectMaterial(tmpobjid, 1, 14652, "ab_trukstpa", "CJ_WOOD6", 0x00000000);
  624.  
  625.         tmpobjid = CreateDynamicObject(2184, 1406.133178, -41.593799, 999.864013, 0.000000, 0.000000, 137.599960, -1, -1, -1, 200.00, 200.00);
  626.  
  627.         SetDynamicObjectMaterial(tmpobjid, 1, 14652, "ab_trukstpa", "CJ_WOOD6", 0x00000000);
  628.  
  629.         tmpobjid = CreateDynamicObject(2184, 1400.871093, -40.164043, 999.864013, 0.000000, 0.000000, -137.199996, -1, -1, -1, 200.00, 200.00);
  630.  
  631.         SetDynamicObjectMaterial(tmpobjid, 1, 14652, "ab_trukstpa", "CJ_WOOD6", 0x00000000);
  632.  
  633.         tmpobjid = CreateDynamicObject(631, 1408.669799, -41.977016, 1000.803955, 0.000000, 0.000000, -32.099994, -1, -1, -1, 200.00, 200.00);
  634.  
  635.         SetDynamicObjectMaterial(tmpobjid, 0, 17958, "burnsalpha", "plantb256", 0xFFCCFF33);
  636.  
  637.         tmpobjid = CreateDynamicObject(631, 1396.751342, -41.985996, 1000.803955, 0.000000, 0.000000, -32.099994, -1, -1, -1, 200.00, 200.00);
  638.  
  639.         SetDynamicObjectMaterial(tmpobjid, 0, 17958, "burnsalpha", "plantb256", 0xFFCCFF33);
  640.  
  641.         tmpobjid = CreateDynamicObject(1722, 1409.109863, -36.651313, 999.864013, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  642.  
  643.         SetDynamicObjectMaterial(tmpobjid, 0, 18996, "mattextures", "sampwhite", 0x00000000);
  644.  
  645.         SetDynamicObjectMaterial(tmpobjid, 1, 19426, "all_walls", "vgsn_scrollsgn256", 0x00000000);
  646.  
  647.         tmpobjid = CreateDynamicObject(1722, 1409.109863, -37.281314, 999.864013, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  648.  
  649.         SetDynamicObjectMaterial(tmpobjid, 0, 18996, "mattextures", "sampwhite", 0x00000000);
  650.  
  651.         SetDynamicObjectMaterial(tmpobjid, 1, 19426, "all_walls", "vgsn_scrollsgn256", 0x00000000);
  652.  
  653.         tmpobjid = CreateDynamicObject(1722, 1409.109863, -37.911300, 999.864013, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  654.  
  655.         SetDynamicObjectMaterial(tmpobjid, 0, 18996, "mattextures", "sampwhite", 0x00000000);
  656.  
  657.         SetDynamicObjectMaterial(tmpobjid, 1, 19426, "all_walls", "vgsn_scrollsgn256", 0x00000000);
  658.  
  659.         tmpobjid = CreateDynamicObject(1722, 1409.109863, -38.531288, 999.864013, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  660.  
  661.         SetDynamicObjectMaterial(tmpobjid, 0, 18996, "mattextures", "sampwhite", 0x00000000);
  662.  
  663.         SetDynamicObjectMaterial(tmpobjid, 1, 19426, "all_walls", "vgsn_scrollsgn256", 0x00000000);
  664.  
  665.         tmpobjid = CreateDynamicObject(1722, 1409.109863, -39.161273, 999.864013, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  666.  
  667.         SetDynamicObjectMaterial(tmpobjid, 0, 18996, "mattextures", "sampwhite", 0x00000000);
  668.  
  669.         SetDynamicObjectMaterial(tmpobjid, 1, 19426, "all_walls", "vgsn_scrollsgn256", 0x00000000);
  670.  
  671.         tmpobjid = CreateDynamicObject(1722, 1396.379638, -36.581264, 999.864013, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  672.  
  673.         SetDynamicObjectMaterial(tmpobjid, 0, 18996, "mattextures", "sampwhite", 0x00000000);
  674.  
  675.         SetDynamicObjectMaterial(tmpobjid, 1, 19426, "all_walls", "vgsn_scrollsgn256", 0x00000000);
  676.  
  677.         tmpobjid = CreateDynamicObject(1722, 1396.379638, -37.211257, 999.864013, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  678.  
  679.         SetDynamicObjectMaterial(tmpobjid, 0, 18996, "mattextures", "sampwhite", 0x00000000);
  680.  
  681.         SetDynamicObjectMaterial(tmpobjid, 1, 19426, "all_walls", "vgsn_scrollsgn256", 0x00000000);
  682.  
  683.         tmpobjid = CreateDynamicObject(1722, 1396.379638, -37.841243, 999.864013, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  684.  
  685.         SetDynamicObjectMaterial(tmpobjid, 0, 18996, "mattextures", "sampwhite", 0x00000000);
  686.  
  687.         SetDynamicObjectMaterial(tmpobjid, 1, 19426, "all_walls", "vgsn_scrollsgn256", 0x00000000);
  688.  
  689.         tmpobjid = CreateDynamicObject(1722, 1396.379638, -38.461242, 999.864013, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  690.  
  691.         SetDynamicObjectMaterial(tmpobjid, 0, 18996, "mattextures", "sampwhite", 0x00000000);
  692.  
  693.         SetDynamicObjectMaterial(tmpobjid, 1, 19426, "all_walls", "vgsn_scrollsgn256", 0x00000000);
  694.  
  695.         tmpobjid = CreateDynamicObject(1722, 1396.379638, -39.091236, 999.864013, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  696.  
  697.         SetDynamicObjectMaterial(tmpobjid, 0, 18996, "mattextures", "sampwhite", 0x00000000);
  698.  
  699.         SetDynamicObjectMaterial(tmpobjid, 1, 19426, "all_walls", "vgsn_scrollsgn256", 0x00000000);
  700.  
  701.         tmpobjid = CreateDynamicObject(638, 1407.083496, -25.834327, 1000.584472, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  702.  
  703.         SetDynamicObjectMaterial(tmpobjid, 0, 16136, "des_telescopestuff", "stoneclad1", 0x00000000);
  704.  
  705.         tmpobjid = CreateDynamicObject(638, 1398.364379, -25.834327, 1000.584472, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  706.  
  707.         SetDynamicObjectMaterial(tmpobjid, 0, 16136, "des_telescopestuff", "stoneclad1", 0x00000000);
  708.  
  709.         tmpobjid = CreateDynamicObject(19538, 1384.041259, -54.108524, 999.864013, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  710.  
  711.         SetDynamicObjectMaterial(tmpobjid, 0, -1, "none", "none", 0x00FFFFFF);
  712.  
  713.         tmpobjid = CreateDynamicObject(19377, 1396.107421, -30.264833, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  714.  
  715.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  716.  
  717.         tmpobjid = CreateDynamicObject(19377, 1396.107421, -39.884849, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  718.  
  719.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  720.  
  721.         tmpobjid = CreateDynamicObject(19377, 1409.287597, -28.184843, 1006.965393, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  722.  
  723.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  724.  
  725.         tmpobjid = CreateDynamicObject(19377, 1409.287597, -37.784854, 1008.415893, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  726.  
  727.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  728.  
  729.         tmpobjid = CreateDynamicObject(19377, 1409.287597, -41.004837, 1006.965637, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  730.  
  731.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  732.  
  733.         tmpobjid = CreateDynamicObject(19377, 1418.268188, -40.994827, 1006.965637, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  734.  
  735.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  736.  
  737.         tmpobjid = CreateDynamicObject(19377, 1418.288208, -40.994842, 1006.965637, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  738.  
  739.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  740.  
  741.         tmpobjid = CreateDynamicObject(19377, 1428.559326, -39.204826, 1006.965637, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  742.  
  743.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  744.  
  745.         tmpobjid = CreateDynamicObject(19377, 1428.559326, -29.584835, 1006.965637, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  746.  
  747.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  748.  
  749.         tmpobjid = CreateDynamicObject(19377, 1418.269409, -28.214839, 1006.965637, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  750.  
  751.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  752.  
  753.         tmpobjid = CreateDynamicObject(19377, 1418.309448, -28.214839, 1006.965637, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  754.  
  755.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  756.  
  757.         tmpobjid = CreateDynamicObject(19377, 1414.079589, -25.364812, 1006.965637, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  758.  
  759.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  760.  
  761.         tmpobjid = CreateDynamicObject(19377, 1423.699462, -25.364812, 1006.965637, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  762.  
  763.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  764.  
  765.         tmpobjid = CreateDynamicObject(19377, 1414.179565, -44.084785, 1006.965637, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  766.  
  767.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  768.  
  769.         tmpobjid = CreateDynamicObject(19377, 1423.789184, -44.084785, 1006.965637, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  770.  
  771.         SetDynamicObjectMaterial(tmpobjid, 0, 14581, "ab_mafiasuitea", "walp45S", 0x00000000);
  772.  
  773.         tmpobjid = CreateDynamicObject(19377, 1414.157836, -25.374824, 1011.195129, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  774.  
  775.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  776.  
  777.         tmpobjid = CreateDynamicObject(19377, 1423.758300, -25.374824, 1011.195129, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  778.  
  779.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  780.  
  781.         tmpobjid = CreateDynamicObject(19377, 1414.150024, -44.064823, 1011.195129, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  782.  
  783.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  784.  
  785.         tmpobjid = CreateDynamicObject(19377, 1423.770141, -44.064823, 1011.195129, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  786.  
  787.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  788.  
  789.         tmpobjid = CreateDynamicObject(19377, 1428.541503, -39.284839, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  790.  
  791.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  792.  
  793.         tmpobjid = CreateDynamicObject(19377, 1428.541503, -29.654846, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  794.  
  795.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  796.  
  797.         tmpobjid = CreateDynamicObject(19377, 1418.241333, -28.224853, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  798.  
  799.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  800.  
  801.         tmpobjid = CreateDynamicObject(19377, 1418.331420, -28.224853, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  802.  
  803.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  804.  
  805.         tmpobjid = CreateDynamicObject(19377, 1418.331420, -40.984893, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  806.  
  807.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  808.  
  809.         tmpobjid = CreateDynamicObject(19377, 1418.261352, -40.984889, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  810.  
  811.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  812.  
  813.         tmpobjid = CreateDynamicObject(19377, 1409.321044, -39.174877, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  814.  
  815.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  816.  
  817.         tmpobjid = CreateDynamicObject(19377, 1409.321044, -29.604871, 1011.195129, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  818.  
  819.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "white", 0x00000000);
  820.  
  821.         tmpobjid = CreateDynamicObject(631, 1396.748291, -26.681325, 1000.803955, 0.000000, 0.000000, -92.499992, -1, -1, -1, 200.00, 200.00);
  822.  
  823.         SetDynamicObjectMaterial(tmpobjid, 0, 17958, "burnsalpha", "plantb256", 0xFFCCFF33);
  824.  
  825.         tmpobjid = CreateDynamicObject(631, 1408.747314, -26.776283, 1000.803955, 0.000000, 0.000000, -48.200031, -1, -1, -1, 200.00, 200.00);
  826.  
  827.         SetDynamicObjectMaterial(tmpobjid, 0, 17958, "burnsalpha", "plantb256", 0xFFCCFF33);
  828.  
  829.         tmpobjid = CreateDynamicObject(2266, 1408.690429, -32.152095, 1002.214294, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  830.  
  831.         SetDynamicObjectMaterial(tmpobjid, 1, 3899, "hospital2", "hospitalboard_128a", 0x00000000);
  832.  
  833.         tmpobjid = CreateDynamicObject(1649, 1409.257690, -32.123214, 1002.124206, 360.000000, 90.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  834.  
  835.         SetDynamicObjectMaterial(tmpobjid, 0, 8496, "lowbuild03_lvs", "vgshopwall03_64", 0xAAFFFFFF);
  836.  
  837.         SetDynamicObjectMaterial(tmpobjid, 1, 8396, "sphinx01", "luxorceiling02_128", 0x00000000);
  838.  
  839.         tmpobjid = CreateDynamicObject(19381, 1414.623779, -40.997192, 999.995300, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  840.  
  841.         SetDynamicObjectMaterial(tmpobjid, 0, 14623, "mafcasmain", "casino_carp", 0x00000000);
  842.  
  843.         tmpobjid = CreateDynamicObject(19381, 1390.903564, -41.007144, 999.995300, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  844.  
  845.         SetDynamicObjectMaterial(tmpobjid, 0, 14623, "mafcasmain", "casino_carp", 0x00000000);
  846.  
  847.         tmpobjid = CreateDynamicObject(19381, 1390.963623, -28.207153, 999.995300, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  848.  
  849.         SetDynamicObjectMaterial(tmpobjid, 0, 14623, "mafcasmain", "casino_carp", 0x00000000);
  850.  
  851.         tmpobjid = CreateDynamicObject(1649, 1409.257690, -37.073215, 1002.124206, 360.000000, 90.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  852.  
  853.         SetDynamicObjectMaterial(tmpobjid, 0, 8496, "lowbuild03_lvs", "vgshopwall03_64", 0xAAFFFFFF);
  854.  
  855.         SetDynamicObjectMaterial(tmpobjid, 1, 8396, "sphinx01", "luxorceiling02_128", 0x00000000);
  856.  
  857.         tmpobjid = CreateDynamicObject(1649, 1409.257690, -37.073215, 1002.124206, 360.000000, 90.000000, 450.000000, -1, -1, -1, 200.00, 200.00);
  858.  
  859.         SetDynamicObjectMaterial(tmpobjid, 0, 8496, "lowbuild03_lvs", "vgshopwall03_64", 0xAAFFFFFF);
  860.  
  861.         SetDynamicObjectMaterial(tmpobjid, 1, 8396, "sphinx01", "luxorceiling02_128", 0x00000000);
  862.  
  863.         tmpobjid = CreateDynamicObject(1649, 1409.257690, -32.123214, 1002.124206, 360.000000, 90.000000, 450.000000, -1, -1, -1, 200.00, 200.00);
  864.  
  865.         SetDynamicObjectMaterial(tmpobjid, 0, 8496, "lowbuild03_lvs", "vgshopwall03_64", 0xAAFFFFFF);
  866.  
  867.         SetDynamicObjectMaterial(tmpobjid, 1, 8396, "sphinx01", "luxorceiling02_128", 0x00000000);
  868.  
  869.         tmpobjid = CreateDynamicObject(1649, 1396.157714, -32.123214, 1002.124206, 360.000000, 90.000000, 450.000000, -1, -1, -1, 200.00, 200.00);
  870.  
  871.         SetDynamicObjectMaterial(tmpobjid, 0, 8496, "lowbuild03_lvs", "vgshopwall03_64", 0xAAFFFFFF);
  872.  
  873.         SetDynamicObjectMaterial(tmpobjid, 1, 8396, "sphinx01", "luxorceiling02_128", 0x00000000);
  874.  
  875.         tmpobjid = CreateDynamicObject(1649, 1396.157714, -37.133262, 1002.124206, 360.000000, 90.000000, 450.000000, -1, -1, -1, 200.00, 200.00);
  876.  
  877.         SetDynamicObjectMaterial(tmpobjid, 0, 8496, "lowbuild03_lvs", "vgshopwall03_64", 0xAAFFFFFF);
  878.  
  879.         SetDynamicObjectMaterial(tmpobjid, 1, 8396, "sphinx01", "luxorceiling02_128", 0x00000000);
  880.  
  881.         tmpobjid = CreateDynamicObject(1649, 1396.157714, -37.133262, 1002.124206, 360.000000, 90.000000, 630.000000, -1, -1, -1, 200.00, 200.00);
  882.  
  883.         SetDynamicObjectMaterial(tmpobjid, 0, 8496, "lowbuild03_lvs", "vgshopwall03_64", 0xAAFFFFFF);
  884.  
  885.         SetDynamicObjectMaterial(tmpobjid, 1, 8396, "sphinx01", "luxorceiling02_128", 0x00000000);
  886.  
  887.         tmpobjid = CreateDynamicObject(1649, 1396.157714, -32.123214, 1002.124206, 360.000000, 90.000000, 630.000000, -1, -1, -1, 200.00, 200.00);
  888.  
  889.         SetDynamicObjectMaterial(tmpobjid, 0, 8496, "lowbuild03_lvs", "vgshopwall03_64", 0xAAFFFFFF);
  890.  
  891.         SetDynamicObjectMaterial(tmpobjid, 1, 8396, "sphinx01", "luxorceiling02_128", 0x00000000);
  892.  
  893.         tmpobjid = CreateDynamicObject(19087, 1409.265136, -33.781269, 1002.294494, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  894.  
  895.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  896.  
  897.         tmpobjid = CreateDynamicObject(19087, 1409.265136, -33.781269, 1003.244995, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  898.  
  899.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  900.  
  901.         tmpobjid = CreateDynamicObject(19087, 1409.265136, -35.421241, 1003.244995, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  902.  
  903.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  904.  
  905.         tmpobjid = CreateDynamicObject(19087, 1409.265136, -35.421241, 1002.294494, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  906.  
  907.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  908.  
  909.         tmpobjid = CreateDynamicObject(19087, 1396.145385, -35.451240, 1002.294494, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  910.  
  911.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  912.  
  913.         tmpobjid = CreateDynamicObject(19087, 1396.145385, -35.451240, 1003.504577, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  914.  
  915.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  916.  
  917.         tmpobjid = CreateDynamicObject(19087, 1396.145385, -33.781246, 1003.504577, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  918.  
  919.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  920.  
  921.         tmpobjid = CreateDynamicObject(19087, 1396.145385, -33.781246, 1002.304138, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  922.  
  923.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  924.  
  925.         tmpobjid = CreateDynamicObject(19172, 1402.670288, -42.516544, 1002.884460, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  926.  
  927.         SetDynamicObjectMaterial(tmpobjid, 0, 19962, "samproadsigns", "streetsign", 0x00000000);
  928.  
  929.         SetDynamicObjectMaterial(tmpobjid, 1, 10765, "airportgnd_sfse", "white", 0x00000000);
  930.  
  931.         tmpobjid = CreateDynamicObject(19329, 1402.715820, -42.495586, 1003.164428, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  932.  
  933.         SetDynamicObjectMaterialText(tmpobjid, 0, "{ffffff} LOS SANTOS", 80, "Ariel", 45, 1, 0x00000000, 0x00000000, 1);
  934.  
  935.         tmpobjid = CreateDynamicObject(19329, 1402.715820, -42.495586, 1002.633911, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  936.  
  937.         SetDynamicObjectMaterialText(tmpobjid, 0, "{ffffff} Central Hospital", 80, "Ariel", 39, 1, 0x00000000, 0x00000000, 1);
  938.  
  939.         tmpobjid = CreateDynamicObject(19325, 1424.206787, -33.043136, 1002.011718, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  940.  
  941.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  942.  
  943.         tmpobjid = CreateDynamicObject(19325, 1412.677734, -33.043136, 1006.151489, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  944.  
  945.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  946.  
  947.         tmpobjid = CreateDynamicObject(19325, 1412.677734, -33.043136, 1002.031494, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  948.  
  949.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  950.  
  951.         tmpobjid = CreateDynamicObject(19325, 1419.316772, -33.043136, 1006.131469, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  952.  
  953.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  954.  
  955.         tmpobjid = CreateDynamicObject(19325, 1425.957519, -33.043136, 1006.131469, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  956.  
  957.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  958.  
  959.         tmpobjid = CreateDynamicObject(19325, 1430.847045, -33.043136, 1002.011718, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  960.  
  961.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  962.  
  963.         tmpobjid = CreateDynamicObject(19087, 1416.002563, -33.040210, 1002.424987, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  964.  
  965.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  966.  
  967.         tmpobjid = CreateDynamicObject(19087, 1416.002563, -33.040210, 1004.105285, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  968.  
  969.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  970.  
  971.         tmpobjid = CreateDynamicObject(19087, 1416.002563, -33.040210, 1004.085266, 0.000000, 90.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  972.  
  973.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  974.  
  975.         tmpobjid = CreateDynamicObject(19087, 1418.443847, -33.040210, 1004.085266, 0.000000, 90.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  976.  
  977.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  978.  
  979.         tmpobjid = CreateDynamicObject(19087, 1420.894042, -33.040210, 1001.634948, 0.000000, 180.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  980.  
  981.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  982.  
  983.         tmpobjid = CreateDynamicObject(19087, 1420.894042, -33.040210, 999.824401, 0.000000, 180.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  984.  
  985.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  986.  
  987.         tmpobjid = CreateDynamicObject(19089, 1428.471923, -33.043037, 1007.007507, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  988.  
  989.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  990.  
  991.         tmpobjid = CreateDynamicObject(19089, 1428.451782, -33.043037, 1013.307434, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  992.  
  993.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  994.  
  995.         tmpobjid = CreateDynamicObject(19089, 1409.421020, -33.043037, 1013.307434, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  996.  
  997.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  998.  
  999.         tmpobjid = CreateDynamicObject(19089, 1409.390991, -33.043037, 1007.326965, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1000.  
  1001.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1002.  
  1003.         tmpobjid = CreateDynamicObject(19089, 1416.732543, -33.043037, 1006.316589, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1004.  
  1005.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1006.  
  1007.         tmpobjid = CreateDynamicObject(19089, 1423.981323, -33.043037, 1006.316589, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1008.  
  1009.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1010.  
  1011.         tmpobjid = CreateDynamicObject(19089, 1430.603637, -33.043037, 1006.316589, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1012.  
  1013.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1014.  
  1015.         tmpobjid = CreateDynamicObject(19325, 1412.677734, -36.163082, 1002.031494, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1016.  
  1017.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1018.  
  1019.         tmpobjid = CreateDynamicObject(19325, 1424.329345, -36.163082, 1002.031494, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1020.  
  1021.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1022.  
  1023.         tmpobjid = CreateDynamicObject(19325, 1430.958618, -36.163082, 1002.031494, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1024.  
  1025.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1026.  
  1027.         tmpobjid = CreateDynamicObject(19325, 1412.677734, -36.163082, 1006.151672, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1028.  
  1029.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1030.  
  1031.         tmpobjid = CreateDynamicObject(19325, 1419.313964, -36.163082, 1006.151672, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1032.  
  1033.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1034.  
  1035.         tmpobjid = CreateDynamicObject(19325, 1425.954467, -36.163082, 1006.151672, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1036.  
  1037.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1038.  
  1039.         tmpobjid = CreateDynamicObject(19087, 1416.002563, -36.170200, 1004.105285, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1040.  
  1041.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1042.  
  1043.         tmpobjid = CreateDynamicObject(19087, 1416.002563, -36.170200, 1002.424987, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1044.  
  1045.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1046.  
  1047.         tmpobjid = CreateDynamicObject(19087, 1421.023437, -36.170200, 1002.424987, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1048.  
  1049.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1050.  
  1051.         tmpobjid = CreateDynamicObject(19087, 1421.023437, -36.170200, 1004.104797, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1052.  
  1053.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1054.  
  1055.         tmpobjid = CreateDynamicObject(19087, 1421.033447, -36.170200, 1004.104797, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1056.  
  1057.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1058.  
  1059.         tmpobjid = CreateDynamicObject(19087, 1418.441894, -36.170200, 1004.104797, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1060.  
  1061.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1062.  
  1063.         tmpobjid = CreateDynamicObject(19087, 1419.772460, -36.170200, 1004.104797, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1064.  
  1065.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1066.  
  1067.         tmpobjid = CreateDynamicObject(19089, 1409.421020, -36.163032, 1013.307434, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1068.  
  1069.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1070.  
  1071.         tmpobjid = CreateDynamicObject(19089, 1409.390991, -36.163032, 1007.296997, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1072.  
  1073.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1074.  
  1075.         tmpobjid = CreateDynamicObject(19089, 1428.462524, -36.163032, 1007.296997, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1076.  
  1077.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1078.  
  1079.         tmpobjid = CreateDynamicObject(19089, 1428.623046, -36.163032, 1006.317260, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1080.  
  1081.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1082.  
  1083.         tmpobjid = CreateDynamicObject(19089, 1421.382568, -36.163032, 1006.317260, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1084.  
  1085.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1086.  
  1087.         tmpobjid = CreateDynamicObject(19089, 1416.621704, -36.163032, 1006.317260, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1088.  
  1089.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1090.  
  1091.         tmpobjid = CreateDynamicObject(19325, 1392.757080, -33.063129, 1002.061462, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1092.  
  1093.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1094.  
  1095.         tmpobjid = CreateDynamicObject(19325, 1380.047607, -33.063129, 1002.061462, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1096.  
  1097.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1098.  
  1099.         tmpobjid = CreateDynamicObject(19325, 1380.036499, -36.143123, 1002.061462, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1100.  
  1101.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1102.  
  1103.         tmpobjid = CreateDynamicObject(19325, 1392.775634, -36.143123, 1002.061462, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1104.  
  1105.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1106.  
  1107.         tmpobjid = CreateDynamicObject(19325, 1392.757080, -33.063129, 1006.181396, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1108.  
  1109.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1110.  
  1111.         tmpobjid = CreateDynamicObject(19325, 1386.118164, -33.063129, 1006.181396, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1112.  
  1113.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1114.  
  1115.         tmpobjid = CreateDynamicObject(19325, 1379.477905, -33.063129, 1006.181396, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1116.  
  1117.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1118.  
  1119.         tmpobjid = CreateDynamicObject(19325, 1392.775634, -36.143123, 1006.181884, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1120.  
  1121.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1122.  
  1123.         tmpobjid = CreateDynamicObject(19325, 1386.136474, -36.143123, 1006.181884, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1124.  
  1125.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1126.  
  1127.         tmpobjid = CreateDynamicObject(19325, 1379.497192, -36.143123, 1006.181884, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1128.  
  1129.         SetDynamicObjectMaterial(tmpobjid, 0, 9583, "bigshap_sfw", "boatfunnel1_128", 0xC8FFFFFF);
  1130.  
  1131.         tmpobjid = CreateDynamicObject(19087, 1389.452270, -33.060207, 1002.424987, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1132.  
  1133.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1134.  
  1135.         tmpobjid = CreateDynamicObject(19087, 1389.452270, -33.060207, 1004.165405, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1136.  
  1137.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1138.  
  1139.         tmpobjid = CreateDynamicObject(19087, 1383.371093, -33.060207, 1004.165405, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1140.  
  1141.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1142.  
  1143.         tmpobjid = CreateDynamicObject(19087, 1383.371093, -33.060207, 1002.484924, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1144.  
  1145.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1146.  
  1147.         tmpobjid = CreateDynamicObject(19087, 1383.371093, -36.160194, 1002.484924, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1148.  
  1149.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1150.  
  1151.         tmpobjid = CreateDynamicObject(19087, 1383.371093, -36.160194, 1004.144958, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1152.  
  1153.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1154.  
  1155.         tmpobjid = CreateDynamicObject(19087, 1385.822021, -33.060207, 1004.135375, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1156.  
  1157.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1158.  
  1159.         tmpobjid = CreateDynamicObject(19087, 1388.193115, -33.060207, 1004.135375, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1160.  
  1161.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1162.  
  1163.         tmpobjid = CreateDynamicObject(19087, 1389.464233, -33.060207, 1004.135375, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1164.  
  1165.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1166.  
  1167.         tmpobjid = CreateDynamicObject(19087, 1389.464233, -36.150199, 1004.135375, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1168.  
  1169.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1170.  
  1171.         tmpobjid = CreateDynamicObject(19087, 1387.054199, -36.150199, 1004.135375, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1172.  
  1173.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1174.  
  1175.         tmpobjid = CreateDynamicObject(19087, 1385.833251, -36.150199, 1004.135375, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1176.  
  1177.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1178.  
  1179.         tmpobjid = CreateDynamicObject(19087, 1389.451293, -36.160194, 1002.484924, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1180.  
  1181.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1182.  
  1183.         tmpobjid = CreateDynamicObject(19087, 1389.451293, -36.160194, 1004.155395, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1184.  
  1185.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1186.  
  1187.         tmpobjid = CreateDynamicObject(19089, 1376.948120, -33.073032, 1007.195983, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1188.  
  1189.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1190.  
  1191.         tmpobjid = CreateDynamicObject(19089, 1376.948120, -36.143013, 1007.195983, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1192.  
  1193.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1194.  
  1195.         tmpobjid = CreateDynamicObject(19089, 1396.020263, -36.143013, 1013.295166, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1196.  
  1197.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1198.  
  1199.         tmpobjid = CreateDynamicObject(19089, 1396.050292, -36.143013, 1007.194702, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1200.  
  1201.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1202.  
  1203.         tmpobjid = CreateDynamicObject(19089, 1396.050292, -33.062984, 1007.194702, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1204.  
  1205.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1206.  
  1207.         tmpobjid = CreateDynamicObject(19089, 1396.010253, -33.062984, 1013.295410, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1208.  
  1209.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1210.  
  1211.         tmpobjid = CreateDynamicObject(19089, 1396.230346, -33.062984, 1006.324584, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1212.  
  1213.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1214.  
  1215.         tmpobjid = CreateDynamicObject(19089, 1389.339355, -33.062984, 1006.324584, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1216.  
  1217.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1218.  
  1219.         tmpobjid = CreateDynamicObject(19089, 1382.101318, -33.062984, 1006.324584, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1220.  
  1221.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1222.  
  1223.         tmpobjid = CreateDynamicObject(19089, 1384.151000, -36.142951, 1006.324584, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1224.  
  1225.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1226.  
  1227.         tmpobjid = CreateDynamicObject(19089, 1391.251586, -36.142951, 1006.324584, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1228.  
  1229.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1230.  
  1231.         tmpobjid = CreateDynamicObject(19089, 1396.083007, -36.142951, 1006.324584, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1232.  
  1233.         SetDynamicObjectMaterial(tmpobjid, 0, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1234.  
  1235.         tmpobjid = CreateDynamicObject(644, 1378.202392, -34.656024, 1000.344482, 0.000000, 0.000000, -39.900005, -1, -1, -1, 200.00, 200.00);
  1236.  
  1237.         SetDynamicObjectMaterial(tmpobjid, 0, 4003, "cityhall_tr_lan", "planta256", 0xFFFFFF66);
  1238.  
  1239.         tmpobjid = CreateDynamicObject(19087, 1396.145385, -31.341234, 1002.774475, 0.000000, 90.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1240.  
  1241.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  1242.  
  1243.         tmpobjid = CreateDynamicObject(19087, 1396.145385, -35.451274, 1002.774475, 0.000000, 90.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1244.  
  1245.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  1246.  
  1247.         tmpobjid = CreateDynamicObject(19087, 1396.145385, -35.451274, 1000.244079, 0.000000, 90.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1248.  
  1249.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  1250.  
  1251.         tmpobjid = CreateDynamicObject(19087, 1396.145385, -31.321271, 1000.244079, 0.000000, 90.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1252.  
  1253.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  1254.  
  1255.         tmpobjid = CreateDynamicObject(19087, 1409.244262, -31.321271, 1002.764770, 0.000000, 90.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1256.  
  1257.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  1258.  
  1259.         tmpobjid = CreateDynamicObject(19087, 1409.244262, -35.421295, 1002.764770, 0.000000, 90.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1260.  
  1261.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  1262.  
  1263.         tmpobjid = CreateDynamicObject(19087, 1409.246582, -35.411277, 1000.244079, 0.000000, 90.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1264.  
  1265.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  1266.  
  1267.         tmpobjid = CreateDynamicObject(19087, 1409.246582, -31.321277, 1000.244079, 0.000000, 90.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1268.  
  1269.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  1270.  
  1271.         tmpobjid = CreateDynamicObject(19087, 1396.145385, -35.451274, 1002.634399, 0.000000, 90.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1272.  
  1273.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  1274.  
  1275.         tmpobjid = CreateDynamicObject(19087, 1396.145385, -31.321279, 1002.634399, 0.000000, 90.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1276.  
  1277.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  1278.  
  1279.         tmpobjid = CreateDynamicObject(19087, 1409.254638, -31.321279, 1002.634033, 0.000000, 90.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1280.  
  1281.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  1282.  
  1283.         tmpobjid = CreateDynamicObject(19087, 1409.254638, -35.411296, 1002.634033, 0.000000, 90.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1284.  
  1285.         SetDynamicObjectMaterial(tmpobjid, 0, 13816, "lahills_safe1", "gry_roof", 0x00000000);
  1286.  
  1287.         tmpobjid = CreateDynamicObject(19360, 1413.622192, -25.410261, 1003.734863, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1288.  
  1289.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_dwntwnshpfrnt1", 0x00000000);
  1290.  
  1291.         tmpobjid = CreateDynamicObject(19360, 1423.142700, -25.410261, 1003.734863, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1292.  
  1293.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_dwntwnshpfrnt1", 0x00000000);
  1294.  
  1295.         tmpobjid = CreateDynamicObject(19360, 1391.141845, -25.410261, 1003.734863, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1296.  
  1297.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_dwntwnshpfrnt1", 0x00000000);
  1298.  
  1299.         tmpobjid = CreateDynamicObject(19360, 1381.522827, -25.410261, 1003.734863, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1300.  
  1301.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_dwntwnshpfrnt1", 0x00000000);
  1302.  
  1303.         tmpobjid = CreateDynamicObject(1797, 1394.264892, -39.992561, 1000.104919, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1304.  
  1305.         SetDynamicObjectMaterial(tmpobjid, 1, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1306.  
  1307.         tmpobjid = CreateDynamicObject(1797, 1389.365600, -39.992561, 1000.104919, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1308.  
  1309.         SetDynamicObjectMaterial(tmpobjid, 1, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1310.  
  1311.         tmpobjid = CreateDynamicObject(1797, 1384.773193, -39.992561, 1000.104919, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1312.  
  1313.         SetDynamicObjectMaterial(tmpobjid, 1, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1314.  
  1315.         tmpobjid = CreateDynamicObject(1797, 1379.723876, -39.992561, 1000.104919, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1316.  
  1317.         SetDynamicObjectMaterial(tmpobjid, 1, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1318.  
  1319.         tmpobjid = CreateDynamicObject(1797, 1378.733886, -29.292543, 1000.104919, 0.000000, 0.000000, 1800.000000, -1, -1, -1, 200.00, 200.00);
  1320.  
  1321.         SetDynamicObjectMaterial(tmpobjid, 1, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1322.  
  1323.         tmpobjid = CreateDynamicObject(1797, 1383.464721, -29.292543, 1000.104919, 0.000000, 0.000000, 1800.000000, -1, -1, -1, 200.00, 200.00);
  1324.  
  1325.         SetDynamicObjectMaterial(tmpobjid, 1, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1326.  
  1327.         tmpobjid = CreateDynamicObject(1797, 1388.085693, -29.292543, 1000.104919, 0.000000, 0.000000, 1800.000000, -1, -1, -1, 200.00, 200.00);
  1328.  
  1329.         SetDynamicObjectMaterial(tmpobjid, 1, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1330.  
  1331.         tmpobjid = CreateDynamicObject(1797, 1393.226074, -29.292543, 1000.104919, 0.000000, 0.000000, 1800.000000, -1, -1, -1, 200.00, 200.00);
  1332.  
  1333.         SetDynamicObjectMaterial(tmpobjid, 1, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1334.  
  1335.         tmpobjid = CreateDynamicObject(631, 1395.609497, -36.793190, 1001.031982, 0.000000, 0.000000, -82.600006, -1, -1, -1, 200.00, 200.00);
  1336.  
  1337.         SetDynamicObjectMaterial(tmpobjid, 0, 14832, "lee_stripclub", "Strip_plant", 0xFFCCFF33);
  1338.  
  1339.         tmpobjid = CreateDynamicObject(631, 1395.419311, -32.563217, 1001.031982, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1340.  
  1341.         SetDynamicObjectMaterial(tmpobjid, 0, 17958, "burnsalpha", "plantb256", 0xFFCCFF33);
  1342.  
  1343.         tmpobjid = CreateDynamicObject(631, 1377.729248, -32.563217, 1001.031982, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1344.  
  1345.         SetDynamicObjectMaterial(tmpobjid, 0, 14832, "lee_stripclub", "Strip_plant", 0xFFCCFF33);
  1346.  
  1347.         tmpobjid = CreateDynamicObject(631, 1377.729248, -36.743232, 1001.031982, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1348.  
  1349.         SetDynamicObjectMaterial(tmpobjid, 0, 17958, "burnsalpha", "plantb256", 0xFFCCFF33);
  1350.  
  1351.         tmpobjid = CreateDynamicObject(19360, 1391.332031, -44.000278, 1003.734863, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1352.  
  1353.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_dwntwnshpfrnt1", 0x00000000);
  1354.  
  1355.         tmpobjid = CreateDynamicObject(19360, 1381.622192, -44.000278, 1003.734863, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1356.  
  1357.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_dwntwnshpfrnt1", 0x00000000);
  1358.  
  1359.         tmpobjid = CreateDynamicObject(19360, 1413.782348, -43.940338, 1003.734863, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1360.  
  1361.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_dwntwnshpfrnt1", 0x00000000);
  1362.  
  1363.         tmpobjid = CreateDynamicObject(19360, 1423.593139, -43.940338, 1003.734863, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1364.  
  1365.         SetDynamicObjectMaterial(tmpobjid, 0, 3979, "civic01_lan", "sl_dwntwnshpfrnt1", 0x00000000);
  1366.  
  1367.         tmpobjid = CreateDynamicObject(1797, 1412.256469, -39.992561, 1000.104919, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1368.  
  1369.         SetDynamicObjectMaterial(tmpobjid, 1, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1370.  
  1371.         tmpobjid = CreateDynamicObject(1797, 1421.017700, -39.992561, 1000.104919, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1372.  
  1373.         SetDynamicObjectMaterial(tmpobjid, 1, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1374.  
  1375.         tmpobjid = CreateDynamicObject(1797, 1420.017822, -29.222560, 1000.104919, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  1376.  
  1377.         SetDynamicObjectMaterial(tmpobjid, 1, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1378.  
  1379.         tmpobjid = CreateDynamicObject(1797, 1411.077880, -29.222560, 1000.104919, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  1380.  
  1381.         SetDynamicObjectMaterial(tmpobjid, 1, 10765, "airportgnd_sfse", "black64", 0x00000000);
  1382.  
  1383.         tmpobjid = CreateDynamicObject(631, 1409.883666, -36.949317, 1001.001464, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1384.  
  1385.         SetDynamicObjectMaterial(tmpobjid, 0, 4003, "cityhall_tr_lan", "foliage256", 0xFFCCFF33);
  1386.  
  1387.         tmpobjid = CreateDynamicObject(631, 1409.883666, -32.529312, 1001.001464, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1388.  
  1389.         SetDynamicObjectMaterial(tmpobjid, 0, 4003, "cityhall_tr_lan", "foliage256", 0xFFCCFF33);
  1390.  
  1391.         tmpobjid = CreateDynamicObject(631, 1427.964477, -32.529312, 1001.001464, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1392.  
  1393.         SetDynamicObjectMaterial(tmpobjid, 0, 14832, "lee_stripclub", "Strip_plant", 0xFFCCFF33);
  1394.  
  1395.         tmpobjid = CreateDynamicObject(631, 1427.964477, -36.779304, 1001.001464, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1396.  
  1397.         SetDynamicObjectMaterial(tmpobjid, 0, 4003, "cityhall_tr_lan", "planta256", 0xFFCCFF33);
  1398.  
  1399.         tmpobjid = CreateDynamicObject(948, 1424.987670, -25.878849, 1000.071228, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1400.  
  1401.         SetDynamicObjectMaterial(tmpobjid, 2, 4003, "cityhall_tr_lan", "foliage256", 0x00000000);
  1402.  
  1403.         SetDynamicObjectMaterial(tmpobjid, 3, 3881, "apsecurity_sfxrf", "lostonclad1", 0xFFFFFFFF);
  1404.  
  1405.         tmpobjid = CreateDynamicObject(948, 1417.799072, -29.308860, 1000.071228, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1406.  
  1407.         SetDynamicObjectMaterial(tmpobjid, 2, 4830, "airport2", "bevflower2", 0x00000000);
  1408.  
  1409.         SetDynamicObjectMaterial(tmpobjid, 3, 3881, "apsecurity_sfxrf", "lostonclad1", 0xFFFFFFFF);
  1410.  
  1411.         tmpobjid = CreateDynamicObject(948, 1413.447998, -43.448860, 1000.071228, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1412.  
  1413.         SetDynamicObjectMaterial(tmpobjid, 2, 4830, "airport2", "kbplanter_plants1", 0x00000000);
  1414.  
  1415.         SetDynamicObjectMaterial(tmpobjid, 3, 3881, "apsecurity_sfxrf", "lostonclad1", 0xFFFFFFFF);
  1416.  
  1417.         tmpobjid = CreateDynamicObject(948, 1418.688720, -39.968872, 1000.071228, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1418.  
  1419.         SetDynamicObjectMaterial(tmpobjid, 2, 4992, "airportdetail", "bevflower1", 0x00000000);
  1420.  
  1421.         SetDynamicObjectMaterial(tmpobjid, 3, 3881, "apsecurity_sfxrf", "lostonclad1", 0xFFFFFFFF);
  1422.  
  1423.         /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1424.  
  1425.         /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1426.  
  1427.         /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  1428.  
  1429.         tmpobjid = CreateDynamicObject(19376, 1390.857543, -44.013446, 999.938903, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1430.  
  1431.         tmpobjid = CreateDynamicObject(19376, 1380.375610, -44.003425, 999.938903, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1432.  
  1433.         tmpobjid = CreateDynamicObject(19376, 1414.586914, -44.003471, 999.938903, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1434.  
  1435.         tmpobjid = CreateDynamicObject(19376, 1425.079956, -44.003486, 999.938903, 0.000000, 90.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1436.  
  1437.         tmpobjid = CreateDynamicObject(14793, 1402.967163, -39.804264, 1007.144775, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1438.  
  1439.         tmpobjid = CreateDynamicObject(1569, 1401.232299, -25.364088, 999.864013, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1440.  
  1441.         tmpobjid = CreateDynamicObject(1569, 1404.221923, -25.354087, 999.864013, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1442.  
  1443.         tmpobjid = CreateDynamicObject(2161, 1409.175415, -27.706626, 999.864013, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  1444.  
  1445.         tmpobjid = CreateDynamicObject(2161, 1409.175415, -29.036640, 999.864013, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  1446.  
  1447.         tmpobjid = CreateDynamicObject(2161, 1409.175415, -29.036640, 1001.203735, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  1448.  
  1449.         tmpobjid = CreateDynamicObject(2161, 1396.305419, -28.046623, 999.864013, 0.000000, 0.000000, 450.000000, -1, -1, -1, 200.00, 200.00);
  1450.  
  1451.         tmpobjid = CreateDynamicObject(2161, 1396.305419, -29.386631, 999.864013, 0.000000, 0.000000, 450.000000, -1, -1, -1, 200.00, 200.00);
  1452.  
  1453.         tmpobjid = CreateDynamicObject(2167, 1396.307739, -30.502950, 999.873657, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1454.  
  1455.         tmpobjid = CreateDynamicObject(2163, 1396.316894, -28.935007, 1001.214721, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1456.  
  1457.         tmpobjid = CreateDynamicObject(19807, 1404.318603, -40.470829, 1000.704406, 0.000000, 0.000000, -19.200002, -1, -1, -1, 200.00, 200.00);
  1458.  
  1459.         tmpobjid = CreateDynamicObject(2686, 1407.021240, -42.504325, 1002.144409, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1460.  
  1461.         tmpobjid = CreateDynamicObject(2164, 1401.938964, -42.508110, 999.864013, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1462.  
  1463.         tmpobjid = CreateDynamicObject(2162, 1403.731933, -42.535083, 999.864013, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1464.  
  1465.         tmpobjid = CreateDynamicObject(2167, 1387.250854, -43.800529, 1000.054870, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1466.  
  1467.         tmpobjid = CreateDynamicObject(2167, 1395.460815, -43.800529, 1000.054870, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1468.  
  1469.         tmpobjid = CreateDynamicObject(2167, 1385.640869, -43.800529, 1000.054870, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1470.  
  1471.         tmpobjid = CreateDynamicObject(2167, 1377.590209, -43.800529, 1000.054870, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1472.  
  1473.         tmpobjid = CreateDynamicObject(2167, 1377.590209, -25.560518, 1000.054870, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  1474.  
  1475.         tmpobjid = CreateDynamicObject(2167, 1385.579711, -25.560518, 1000.054870, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  1476.  
  1477.         tmpobjid = CreateDynamicObject(2167, 1387.120239, -25.560518, 1000.054870, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  1478.  
  1479.         tmpobjid = CreateDynamicObject(2167, 1395.321411, -25.560518, 1000.054870, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  1480.  
  1481.         tmpobjid = CreateDynamicObject(1823, 1391.613281, -26.638280, 1000.081237, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1482.  
  1483.         tmpobjid = CreateDynamicObject(1823, 1381.883056, -26.638280, 1000.081237, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1484.  
  1485.         tmpobjid = CreateDynamicObject(1823, 1389.692504, -26.638280, 1000.081237, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1486.  
  1487.         tmpobjid = CreateDynamicObject(1823, 1380.332641, -26.638280, 1000.081237, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1488.  
  1489.         tmpobjid = CreateDynamicObject(1823, 1380.282592, -43.818264, 1000.081237, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1490.  
  1491.         tmpobjid = CreateDynamicObject(1823, 1382.092163, -43.818264, 1000.081237, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1492.  
  1493.         tmpobjid = CreateDynamicObject(1823, 1389.902832, -43.818264, 1000.081237, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1494.  
  1495.         tmpobjid = CreateDynamicObject(1823, 1391.683105, -43.818264, 1000.081237, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1496.  
  1497.         tmpobjid = CreateDynamicObject(2162, 1396.027343, -29.851703, 1000.081237, 0.000000, 0.000000, 630.000000, -1, -1, -1, 200.00, 200.00);
  1498.  
  1499.         tmpobjid = CreateDynamicObject(2161, 1396.054565, -39.429363, 1000.081237, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  1500.  
  1501.         tmpobjid = CreateDynamicObject(2161, 1386.154052, -39.429363, 1000.081237, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  1502.  
  1503.         tmpobjid = CreateDynamicObject(2161, 1386.154052, -39.429363, 1001.421264, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  1504.  
  1505.         tmpobjid = CreateDynamicObject(2163, 1386.227050, -30.034534, 1000.084899, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  1506.  
  1507.         tmpobjid = CreateDynamicObject(2167, 1410.010375, -43.800529, 1000.054870, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1508.  
  1509.         tmpobjid = CreateDynamicObject(2167, 1418.969726, -43.800529, 1000.054870, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1510.  
  1511.         tmpobjid = CreateDynamicObject(2167, 1418.969726, -25.773492, 1000.054870, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  1512.  
  1513.         tmpobjid = CreateDynamicObject(2167, 1410.008666, -25.673492, 1000.054870, 0.000000, 0.000000, 360.000000, -1, -1, -1, 200.00, 200.00);
  1514.  
  1515.         tmpobjid = CreateDynamicObject(2166, 1417.675292, -26.133188, 1000.081237, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1516.  
  1517.         tmpobjid = CreateDynamicObject(2166, 1427.845581, -26.133188, 1000.081237, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1518.  
  1519.         tmpobjid = CreateDynamicObject(2166, 1427.845581, -42.333206, 1000.081237, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1520.  
  1521.         tmpobjid = CreateDynamicObject(2166, 1417.614990, -42.333206, 1000.081237, 0.000000, 0.000000, 180.000000, -1, -1, -1, 200.00, 200.00);
  1522.  
  1523.         tmpobjid = CreateDynamicObject(1714, 1417.112182, -42.155689, 1000.081237, 0.000000, 0.000000, -32.599998, -1, -1, -1, 200.00, 200.00);
  1524.  
  1525.         tmpobjid = CreateDynamicObject(1714, 1427.328369, -42.102752, 1000.081237, 0.000000, 0.000000, -32.599998, -1, -1, -1, 200.00, 200.00);
  1526.  
  1527.         tmpobjid = CreateDynamicObject(1714, 1427.271850, -25.893779, 1000.081237, 0.000000, 0.000000, -20.999998, -1, -1, -1, 200.00, 200.00);
  1528.  
  1529.         tmpobjid = CreateDynamicObject(1714, 1416.914672, -25.772701, 1000.081237, 0.000000, 0.000000, -2.799996, -1, -1, -1, 200.00, 200.00);
  1530.  
  1531.         tmpobjid = CreateDynamicObject(2164, 1409.554809, -39.153884, 1000.081237, 0.000000, 0.000000, 810.000000, -1, -1, -1, 200.00, 200.00);
  1532.  
  1533.         tmpobjid = CreateDynamicObject(2191, 1409.999023, -30.975894, 1000.024841, 0.000000, 0.000000, 90.000000, -1, -1, -1, 200.00, 200.00);
  1534.  
  1535.         tmpobjid = CreateDynamicObject(2191, 1427.809936, -30.445892, 1000.024841, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  1536.  
  1537.         tmpobjid = CreateDynamicObject(2161, 1428.324707, -38.208457, 1000.071228, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  1538.  
  1539.         tmpobjid = CreateDynamicObject(2161, 1418.194824, -39.118453, 1000.071228, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  1540.  
  1541.         tmpobjid = CreateDynamicObject(2161, 1418.194824, -39.118453, 1001.401184, 0.000000, 0.000000, 270.000000, -1, -1, -1, 200.00, 200.00);
  1542.  
  1543.         tmpobjid = CreateDynamicObject(19563, 1390.276367, -26.280147, 1000.581604, 0.000000, 0.000000, -11.399998, -1, -1, -1, 200.00, 200.00);
  1544.  
  1545.         tmpobjid = CreateDynamicObject(19563, 1389.990356, -25.926689, 1000.581604, 0.000000, 0.000000, 8.100002, -1, -1, -1, 200.00, 200.00);
  1546.  
  1547.         tmpobjid = CreateDynamicObject(19578, 1389.782958, -26.177251, 1000.631774, 0.000000, 0.000000, -75.999992, -1, -1, -1, 200.00, 200.00);
  1548.  
  1549.         tmpobjid = CreateDynamicObject(19578, 1389.901611, -26.198293, 1000.611755, 0.000000, 0.000000, -40.199996, -1, -1, -1, 200.00, 200.00);
  1550.  
  1551.         tmpobjid = CreateDynamicObject(19564, 1380.847167, -26.058771, 1000.601440, 0.000000, 0.000000, 170.000000, -1, -1, -1, 200.00, 200.00);
  1552.  
  1553.         tmpobjid = CreateDynamicObject(19576, 1380.722045, -26.248014, 1000.621520, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1554.  
  1555.         tmpobjid = CreateDynamicObject(19576, 1380.621948, -26.098011, 1000.621520, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1556.  
  1557.         tmpobjid = CreateDynamicObject(19576, 1380.661987, -26.458019, 1000.621520, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1558.  
  1559.         tmpobjid = CreateDynamicObject(2831, 1382.515869, -26.176662, 1000.601440, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1560.  
  1561.         tmpobjid = CreateDynamicObject(2832, 1382.587402, -43.437129, 1000.591674, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1562.  
  1563.         tmpobjid = CreateDynamicObject(19563, 1380.709594, -43.432155, 1000.561645, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1564.  
  1565.         tmpobjid = CreateDynamicObject(19575, 1380.481689, -43.294483, 1000.641662, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1566.  
  1567.         tmpobjid = CreateDynamicObject(19575, 1380.621826, -43.104496, 1000.641662, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1568.  
  1569.         tmpobjid = CreateDynamicObject(19578, 1381.005737, -43.288299, 1000.591552, 0.000000, 0.000000, 116.200004, -1, -1, -1, 200.00, 200.00);
  1570.  
  1571.         tmpobjid = CreateDynamicObject(2830, 1390.302490, -43.356319, 1000.571533, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1572.  
  1573.         tmpobjid = CreateDynamicObject(19564, 1392.163330, -43.368152, 1000.631713, 0.000000, 0.000000, 0.000000, -1, -1, -1, 200.00, 200.00);
  1574.  
  1575.         tmpobjid = CreateDynamicObject(19564, 1392.461669, -43.251449, 1000.631713, 0.000000, 0.000000, -28.700002, -1, -1, -1, 200.00, 200.00);
  1576.  
  1577.     return 1;
  1578. }
  1579.  
  1580. public OnPlayerConnect(playerid)
  1581. {
  1582.     KillTimer(TimerMorto[playerid]);
  1583.     TextdrawFerido[playerid][0] = CreatePlayerTextDraw(playerid,772.000000, -1.000000, "_");
  1584.  
  1585. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][0], 255);
  1586.  
  1587. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][0], 1);
  1588.  
  1589. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][0], 0.600000, 66.000000);
  1590.  
  1591. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][0], -1);
  1592.  
  1593. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][0], 0);
  1594.  
  1595. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][0], 1);
  1596.  
  1597. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][0], 1);
  1598.  
  1599. PlayerTextDrawUseBox(playerid,TextdrawFerido[playerid][0], 1);
  1600.  
  1601. PlayerTextDrawBoxColor(playerid,TextdrawFerido[playerid][0], 471604479);
  1602.  
  1603. PlayerTextDrawTextSize(playerid,TextdrawFerido[playerid][0], -46.000000, 46.000000);
  1604.  
  1605. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][0], 0);
  1606.  
  1607.  
  1608.  
  1609. TextdrawFerido[playerid][1] = CreatePlayerTextDraw(playerid,305.000000, 162.000000, "LD_BEAT:chit");
  1610.  
  1611. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][1], 255);
  1612.  
  1613. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][1], 4);
  1614.  
  1615. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][1], 0.500000, 1.000000);
  1616.  
  1617. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][1], -853137665);
  1618.  
  1619. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][1], 0);
  1620.  
  1621. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][1], 1);
  1622.  
  1623. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][1], 1);
  1624.  
  1625. PlayerTextDrawUseBox(playerid,TextdrawFerido[playerid][1], 1);
  1626.  
  1627. PlayerTextDrawBoxColor(playerid,TextdrawFerido[playerid][1], 255);
  1628.  
  1629. PlayerTextDrawTextSize(playerid,TextdrawFerido[playerid][1], 37.000000, 53.000000);
  1630.  
  1631. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][1], 0);
  1632.  
  1633.  
  1634.  
  1635. TextdrawFerido[playerid][2] = CreatePlayerTextDraw(playerid,331.000000, 206.000000, "_");
  1636.  
  1637. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][2], 255);
  1638.  
  1639. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][2], 0);
  1640.  
  1641. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][2], 0.589999, 0.399998);
  1642.  
  1643. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][2], -13618945);
  1644.  
  1645. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][2], 0);
  1646.  
  1647. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][2], 1);
  1648.  
  1649. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][2], 1);
  1650.  
  1651. PlayerTextDrawUseBox(playerid,TextdrawFerido[playerid][2], 1);
  1652.  
  1653. PlayerTextDrawBoxColor(playerid,TextdrawFerido[playerid][2], -853137665);
  1654.  
  1655. PlayerTextDrawTextSize(playerid,TextdrawFerido[playerid][2], 316.000000, -126.000000);
  1656.  
  1657. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][2], 0);
  1658.  
  1659.  
  1660.  
  1661. TextdrawFerido[playerid][3] = CreatePlayerTextDraw(playerid,314.000000, 184.000000, "LD_BEAT:chit");
  1662.  
  1663. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][3], 255);
  1664.  
  1665. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][3], 4);
  1666.  
  1667. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][3], 0.500000, 1.000000);
  1668.  
  1669. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][3], 471604479);
  1670.  
  1671. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][3], 0);
  1672.  
  1673. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][3], 1);
  1674.  
  1675. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][3], 1);
  1676.  
  1677. PlayerTextDrawUseBox(playerid,TextdrawFerido[playerid][3], 1);
  1678.  
  1679. PlayerTextDrawBoxColor(playerid,TextdrawFerido[playerid][3], 255);
  1680.  
  1681. PlayerTextDrawTextSize(playerid,TextdrawFerido[playerid][3], 8.000000, 12.000000);
  1682.  
  1683. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][3], 0);
  1684.  
  1685.  
  1686.  
  1687. TextdrawFerido[playerid][4] = CreatePlayerTextDraw(playerid,325.000000, 184.000000, "LD_BEAT:chit");
  1688.  
  1689. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][4], 255);
  1690.  
  1691. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][4], 4);
  1692.  
  1693. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][4], 0.500000, 1.000000);
  1694.  
  1695. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][4], 471604479);
  1696.  
  1697. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][4], 0);
  1698.  
  1699. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][4], 1);
  1700.  
  1701. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][4], 1);
  1702.  
  1703. PlayerTextDrawUseBox(playerid,TextdrawFerido[playerid][4], 1);
  1704.  
  1705. PlayerTextDrawBoxColor(playerid,TextdrawFerido[playerid][4], 255);
  1706.  
  1707. PlayerTextDrawTextSize(playerid,TextdrawFerido[playerid][4], 8.000000, 12.000000);
  1708.  
  1709. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][4], 0);
  1710.  
  1711.  
  1712.  
  1713. TextdrawFerido[playerid][5] = CreatePlayerTextDraw(playerid,312.000000, 216.000000, "X");
  1714.  
  1715. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][5], 255);
  1716.  
  1717. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][5], 1);
  1718.  
  1719. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][5], 1.099998, 1.400001);
  1720.  
  1721. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][5], -853137665);
  1722.  
  1723. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][5], 0);
  1724.  
  1725. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][5], 1);
  1726.  
  1727. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][5], 0);
  1728.  
  1729. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][5], 0);
  1730.  
  1731.  
  1732.  
  1733. TextdrawFerido[playerid][6] = CreatePlayerTextDraw(playerid,296.000000, 233.000000, "DESACORDADO");
  1734.  
  1735. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][6], 255);
  1736.  
  1737. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][6], 1);
  1738.  
  1739. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][6], 0.269998, 1.600000);
  1740.  
  1741. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][6], -1);
  1742.  
  1743. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][6], 0);
  1744.  
  1745. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][6], 1);
  1746.  
  1747. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][6], 0);
  1748.  
  1749. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][6], 0);
  1750.  
  1751.  
  1752.  
  1753. TextdrawFerido[playerid][7] = CreatePlayerTextDraw(playerid,246.000000, 265.000000, "Voce voltara a vida em");
  1754.  
  1755. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][7], 255);
  1756.  
  1757. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][7], 1);
  1758.  
  1759. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][7], 0.169999, 1.000000);
  1760.  
  1761. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][7], -86);
  1762.  
  1763. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][7], 0);
  1764.  
  1765. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][7], 1);
  1766.  
  1767. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][7], 0);
  1768.  
  1769. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][7], 0);
  1770.  
  1771.  
  1772.  
  1773. TextdrawFerido[playerid][8] = CreatePlayerTextDraw(playerid,308.000000, 265.000000, "500");
  1774.  
  1775. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][8], 255);
  1776.  
  1777. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][8], 1);
  1778.  
  1779. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][8], 0.169999, 1.000000);
  1780.  
  1781. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][8], -853137665);
  1782.  
  1783. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][8], 0);
  1784.  
  1785. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][8], 1);
  1786.  
  1787. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][8], 0);
  1788.  
  1789. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][8], 0);
  1790.  
  1791.  
  1792.  
  1793. TextdrawFerido[playerid][9] = CreatePlayerTextDraw(playerid,320.000000, 265.000000, "segundos. Caso nao queira esperar,");
  1794.  
  1795. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][9], 255);
  1796.  
  1797. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][9], 1);
  1798.  
  1799. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][9], 0.169999, 1.000000);
  1800.  
  1801. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][9], -86);
  1802.  
  1803. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][9], 0);
  1804.  
  1805. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][9], 1);
  1806.  
  1807. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][9], 0);
  1808.  
  1809. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][9], 0);
  1810.  
  1811.  
  1812.  
  1813. TextdrawFerido[playerid][10] = CreatePlayerTextDraw(playerid,246.000000, 271.000000, "voce pode contratar o servico");
  1814.  
  1815. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][10], 255);
  1816.  
  1817. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][10], 1);
  1818.  
  1819. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][10], 0.169999, 1.000000);
  1820.  
  1821. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][10], -86);
  1822.  
  1823. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][10], 0);
  1824.  
  1825. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][10], 1);
  1826.  
  1827. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][10], 0);
  1828.  
  1829. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][10], 0);
  1830.  
  1831.  
  1832.  
  1833. TextdrawFerido[playerid][11] = CreatePlayerTextDraw(playerid,326.000000, 271.000000, "particular");
  1834.  
  1835. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][11], 255);
  1836.  
  1837. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][11], 1);
  1838.  
  1839. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][11], 0.169999, 1.000000);
  1840.  
  1841. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][11], -853137665);
  1842.  
  1843. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][11], 0);
  1844.  
  1845. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][11], 1);
  1846.  
  1847. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][11], 0);
  1848.  
  1849. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][11], 0);
  1850.  
  1851.  
  1852.  
  1853. TextdrawFerido[playerid][12] = CreatePlayerTextDraw(playerid,353.000000, 271.000000, "e te levaremos para se");
  1854.  
  1855. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][12], 255);
  1856.  
  1857. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][12], 1);
  1858.  
  1859. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][12], 0.169999, 1.000000);
  1860.  
  1861. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][12], -86);
  1862.  
  1863. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][12], 0);
  1864.  
  1865. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][12], 1);
  1866.  
  1867. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][12], 0);
  1868.  
  1869. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][12], 0);
  1870.  
  1871.  
  1872.  
  1873. TextdrawFerido[playerid][13] = CreatePlayerTextDraw(playerid,246.000000, 278.000000, "tratar em um leito.");
  1874.  
  1875. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][13], 255);
  1876.  
  1877. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][13], 1);
  1878.  
  1879. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][13], 0.169999, 1.000000);
  1880.  
  1881. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][13], -86);
  1882.  
  1883. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][13], 0);
  1884.  
  1885. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][13], 1);
  1886.  
  1887. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][13], 0);
  1888.  
  1889. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][13], 0);
  1890.  
  1891.  
  1892.  
  1893. TextdrawFerido[playerid][14] = CreatePlayerTextDraw(playerid,380.000000, 341.000000, "_");
  1894.  
  1895. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][14], 255);
  1896.  
  1897. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][14], 1);
  1898.  
  1899. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][14], 0.319997, 1.900001);
  1900.  
  1901. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][14], -86);
  1902.  
  1903. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][14], 0);
  1904.  
  1905. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][14], 1);
  1906.  
  1907. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][14], 0);
  1908.  
  1909. PlayerTextDrawUseBox(playerid,TextdrawFerido[playerid][14], 1);
  1910.  
  1911. PlayerTextDrawBoxColor(playerid,TextdrawFerido[playerid][14], -853137665);
  1912.  
  1913. PlayerTextDrawTextSize(playerid,TextdrawFerido[playerid][14], 267.000000, 413.000000);
  1914.  
  1915. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][14], 0);
  1916.  
  1917.  
  1918.  
  1919. TextdrawFerido[playerid][15] = CreatePlayerTextDraw(playerid,324.000000, 343.000000, "SERVICO PARTICULAR");
  1920.  
  1921. PlayerTextDrawAlignment(playerid,TextdrawFerido[playerid][15], 2);
  1922.  
  1923. PlayerTextDrawBackgroundColor(playerid,TextdrawFerido[playerid][15], 255);
  1924.  
  1925. PlayerTextDrawFont(playerid,TextdrawFerido[playerid][15], 1);
  1926.  
  1927. PlayerTextDrawLetterSize(playerid,TextdrawFerido[playerid][15], 0.209998, 1.300001);
  1928.  
  1929. PlayerTextDrawColor(playerid,TextdrawFerido[playerid][15], -86);
  1930.  
  1931. PlayerTextDrawSetOutline(playerid,TextdrawFerido[playerid][15], 0);
  1932.  
  1933. PlayerTextDrawSetProportional(playerid,TextdrawFerido[playerid][15], 1);
  1934.  
  1935. PlayerTextDrawSetShadow(playerid,TextdrawFerido[playerid][15], 0);
  1936.  
  1937. PlayerTextDrawSetSelectable(playerid,TextdrawFerido[playerid][15], 1);
  1938.  
  1939.     return 1;
  1940. }
  1941.  
  1942. public OnPlayerDeath(playerid, killerid, reason)
  1943. {
  1944.    //SendDeathMessage(killerid,playerid,reason);   //MENSAGEM DE MORTE
  1945.    GetPlayerPos(playerid, MorteInfo[playerid][pPos1], MorteInfo[playerid][pPos2], MorteInfo[playerid][pPos3]);
  1946.    MorteInfo[playerid][pInterior] = GetPlayerInterior(playerid);
  1947.    MorteInfo[playerid][pVirtual] = GetPlayerVirtualWorld(playerid);
  1948.  
  1949.    for(new idx=0; idx<16; idx++){
  1950.    PlayerTextDrawShow(playerid,TextdrawFerido[playerid][idx]);}
  1951.  
  1952.    new string[128];
  1953.    format(string, sizeof(string),"~r~300_Segundos", TempoMorto);
  1954.    PlayerTextDrawSetString(playerid,TextdrawFerido[playerid][7],string);
  1955.    PlayerTextDrawShow(playerid,TextdrawFerido[playerid][7]);
  1956.    TempoMorto[playerid] = 300;//300 = SEGUNDOS
  1957.    TimerMorto[playerid]  = SetTimerEx("morto", 1000, true,"i",playerid);
  1958.    return 1;
  1959. }
  1960. forward morto(playerid);
  1961. public morto(playerid)
  1962. {
  1963.     TempoMorto[playerid] --;
  1964.     new string[128];
  1965.     format(string, sizeof(string),"~r~%d_Segundos", TempoMorto);
  1966.     PlayerTextDrawSetString(playerid,TextdrawFerido[playerid][8],string);
  1967.     PlayerTextDrawHide(playerid,TextdrawFerido[playerid][8]);
  1968.     PlayerTextDrawShow(playerid,TextdrawFerido[playerid][8]);
  1969.  
  1970.     SetPlayerHealth(playerid, 9999);
  1971.     SetPlayerPos(playerid, MorteInfo[playerid][pPos1], MorteInfo[playerid][pPos2], MorteInfo[playerid][pPos3]);
  1972.     SetPlayerInterior(playerid, MorteInfo[playerid][pInterior]);
  1973.     SetPlayerVirtualWorld(playerid, MorteInfo[playerid][pVirtual]);
  1974.     ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 0, 1, 1, 1, -1, 1);
  1975.     SelectTextDraw(playerid, 0xFF4040AA);
  1976.  
  1977.     if(TempoMorto[playerid] < 1)
  1978.     {
  1979.     TempoMorto[playerid] = 0;
  1980.     SetPlayerHealth(playerid, 150.0);
  1981.     KillTimer(TimerMorto[playerid]);
  1982.     ClearAnimations(playerid, 1);
  1983.     SetPlayerPos(playerid,1402.5431,-38.8285,1000.8640);//AO DESISTIR SER� SETADO NO HOSPITAL
  1984.     SendClientMessage(playerid,0xC72C30FF, "[MORTE]:Voce Morreu e Ninguem Te Salvou!");
  1985.     for(new idx=0; idx<16; idx++)
  1986.     {
  1987.     PlayerTextDrawHide(playerid,TextdrawFerido[playerid][idx]);
  1988.     }
  1989.     CancelSelectTextDraw(playerid);
  1990.     }
  1991.     return 1;
  1992. }
  1993.  
  1994. public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
  1995. {
  1996.         if(ISP(playerid, 2.0, 1172.078369, -1323.343994, 15.401420)) // Entrada Hospital LS
  1997.         {
  1998.             SetPlayerPos(playerid, 1402.728637, -25.801994, 1000.864013);
  1999.             SetPlayerInterior(playerid, 0);
  2000.         }
  2001.         else if(ISP(playerid, 2.0, 1402.728637, -25.801994, 1000.864013)) // Saida Aeroporto
  2002.         {
  2003.             SetPlayerPos(playerid, 1172.078369, -1323.343994, 15.401420);
  2004.             SetPlayerInterior(playerid, 0);
  2005.         }
  2006.     return 1;
  2007. }
  2008. public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid)
  2009. {
  2010.     if(playertextid == TextdrawFerido[playerid][15])
  2011.         {
  2012.         SendClientMessage(playerid,0xC72C30FF, "[INFO]:Voce aceitou a sua morte, e foi redirecionado para o hospital!");
  2013.         KillTimer(TimerMorto[playerid]);
  2014.         ClearAnimations(playerid, 1);
  2015.         for(new idx=0; idx<16; idx++)
  2016.         {
  2017.         PlayerTextDrawHide(playerid,TextdrawFerido[playerid][idx]);
  2018.         }
  2019.         SetPlayerPos(playerid,1402.5431,-38.8285,1000.8640);//AO DESISTIR SER� SETADO NO HOSPITAL
  2020.         CancelSelectTextDraw(playerid);
  2021.         }
  2022.     return 1;
  2023. }
  2024.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement