Advertisement
Guest User

Sistema de Universidade. By: ProKillerPa

a guest
Aug 7th, 2014
697
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.94 KB | None | 0 0
  1. #include <a_samp>
  2. #include <DOF2>
  3. #include ZCMD
  4.  
  5. /* Projeto de Faculdade para servidores Roleplay;
  6. * Desenvolvedor: ProKillerPa( Gabriel Buttenbender );
  7. */
  8.  
  9. //new AllAlunos;
  10.  
  11. enum Facul{
  12. Nome[MAX_PLAYER_NAME],
  13. Inscricao,
  14. Curso,
  15. Mensalidade,
  16. MensaNaoPagas,
  17. AulasGazeadas,
  18. AulasPresente
  19.  
  20. }; new Faculdade[MAX_PLAYERS][Facul];
  21.  
  22. forward CarregarDados(playerid);
  23. forward FazerIncricao(playerid);
  24. forward TotalAlunos();
  25. forward AumentarAlunos();
  26. forward CancelarMatricula(playerid);
  27. forward PagarMensalidade(playerid);
  28. forward GazearAula(playerid);
  29. forward AssistirAula(playerid);
  30. forward LiberarAulas();
  31. forward TrancarAulas(playerid);
  32. forward TerminarAula(playerid);
  33. forward DiminuirAlunos();
  34.  
  35. // Forward Complementares
  36.  
  37. forward VirarMedico(playerid);
  38.  
  39. #define DIALOG_MENUFACUL 1
  40. #define DIALOG_ACAOFACUL 2
  41. #define DIALOG_MATRICULAOK 3
  42. #define DIALOG_CURSOFACUL 4
  43.  
  44. #define DIALOG_ACCMEDIC 5
  45. #define DIALOG_PEGOUMEDICO 6
  46.  
  47. #define DIALOG_PAGOMENSA 7
  48. #define DIALOG_SEMGRANAMATRI 8
  49.  
  50. //
  51.  
  52. #define AULASGAZEADAS 8
  53. #define TEMPOSEMAULA 60// MINUTOS
  54. #define TEMPOAULA 10
  55. new GranaJogador[MAX_PLAYERS],
  56. Calculo[MAX_PLAYERS]
  57. ;
  58.  
  59. new AulaLiberada = 0;
  60.  
  61. new String[256];
  62.  
  63. CMD:faculdade(playerid){
  64. if(IsPlayerInRangeOfPoint(playerid, 3.0, 1158.5186,-604.1557,1089.9259)){
  65. ShowPlayerDialog(playerid, DIALOG_MENUFACUL, DIALOG_STYLE_MSGBOX, "{BEBEBE}Faculdade de Los Santos", "{BEBEBE}Bem vindo á {FFFF00}UFLS{BEBEBE}, Universidade Federal de Los Santos!\n\n{BEBEBE}Caso deseja fazer uma matricula, clique no botão {FFFF00}prosseguir {BEBEBE}e siga os passos pedidos.\n\nCaso esteja apenas de passagem, clique no botão {FFFF00}Sair{BEBEBE}.", "Prosseguir", "Fechar");
  66. } else SendClientMessage(playerid, -1, "{BEBEBE}| INFO | Você não está no balcão da universidade");
  67. return 1;
  68. }
  69.  
  70. public GazearAula(playerid){
  71. new AlunoNome[MAX_PLAYER_NAME], Str[400];
  72.  
  73. GetPlayerName(playerid, AlunoNome, MAX_PLAYER_NAME);
  74.  
  75. format(String, sizeof(String), "Faculdade/Alunos/%s.ini", AlunoNome);
  76.  
  77. if(!DOF2_FileExists(String)) return SendClientMessage(playerid, -1, "| INFO | Você não possui uma matricula!");
  78.  
  79. if(Faculdade[playerid][AulasGazeadas] >= AULASGAZEADAS){
  80. SendClientMessage(playerid, -1, "{BEBEBE}| INFO | Você Gazeou o máximo de aulas possíveis, você foi expulso da {FFFF00}UFLS!");
  81.  
  82. CancelarMatricula(playerid);
  83. DiminuirAlunos();
  84. } else{
  85.  
  86.  
  87. DOF2_SetInt(AlunoNome, "AulasGazeadas", Faculdade[playerid][AulasGazeadas] + 1);
  88.  
  89. DOF2_SaveFile();
  90.  
  91. format(Str, sizeof(Str), "{BEBEBE}A Universidade informa á {32CD32}%s!\n\n{BEBEBE}Você possui {32CD32}%d{BEBEBE} Aulas Gazeadas, caso exceda 8 {BEBEBE}você será {FF0000}expulso!\n\n{FFFF00}Tenha uma boa tarde!", AlunoNome);
  92. ShowPlayerDialog(playerid, DIALOG_SEMGRANAMATRI, DIALOG_STYLE_MSGBOX, "{FFFF00}UFLS{BEBEBE} - Gazear Aula", Str, "Fechar", "");
  93. }
  94. return 1;
  95. }
  96.  
  97. public PagarMensalidade(playerid){
  98. new AlunoNome[MAX_PLAYER_NAME];
  99.  
  100. GetPlayerName(playerid, AlunoNome, MAX_PLAYER_NAME);
  101.  
  102. format(String, sizeof(String), "Faculdade/Alunos/%s.ini", AlunoNome);
  103.  
  104. if(!DOF2_FileExists(String)) return SendClientMessage(playerid, -1, "| INFO | Você não possui uma matricula!");
  105.  
  106. if(Faculdade[playerid][MensaNaoPagas] >= 1){
  107. GranaJogador[playerid] = GetPlayerMoney(playerid);
  108. Calculo[playerid] = Faculdade[playerid][MensaNaoPagas] * Faculdade[playerid][Mensalidade];
  109.  
  110. if(GranaJogador[playerid] <= Calculo[playerid]) return ShowPlayerDialog(playerid, DIALOG_SEMGRANAMATRI, DIALOG_STYLE_MSGBOX, "{FFFF00}UFLS{BEBEBE} - Mensalidade", "{BEBEBE}A Universidade Informa:\n\nDinheiro não correspondente ao total da parcela.\n\n{FA8072}Pagamento Cancelado.", "Fechar", "");
  111. GivePlayerMoney(playerid, GranaJogador[playerid] - Calculo[playerid]);
  112.  
  113. format(String, sizeof(String), "{BEBEBE}Mensalidade paga com sucesso!\n\nParcelas Acumuladas: {FA8072}%d\n{BEBEBE}Mensalidade Curso: {32CD32}R$%d,00\n{BEBEBE}Total Pago: {32CD32}R$%d,00", Faculdade[playerid][MensaNaoPagas], Faculdade[playerid][Mensalidade], Calculo[playerid]);
  114. ShowPlayerDialog(playerid, DIALOG_PAGOMENSA, DIALOG_STYLE_MSGBOX, "{FFFF00}UFLS{BEBEBE} - Mensalidade", String, "Fechar", "");
  115.  
  116. DOF2_SetInt(AlunoNome, "MensaNaoPagas", 0);
  117.  
  118. DOF2_SaveFile();
  119.  
  120. CarregarDados(playerid);
  121. Faculdade[playerid][MensaNaoPagas] = 0;
  122.  
  123. } else SendClientMessage(playerid, -1, "| INFO | Você está com sua matricula paga em dia! Parabéns!!");
  124. return 1;
  125. }
  126.  
  127. public CancelarMatricula(playerid){
  128. new AlunoNome[MAX_PLAYER_NAME];
  129.  
  130. GetPlayerName(playerid, AlunoNome, MAX_PLAYER_NAME);
  131.  
  132. format(String, sizeof(String), "Faculdade/Alunos/%s.ini", AlunoNome);
  133.  
  134. DOF2_RemoveFile(String);
  135. DiminuirAlunos();
  136.  
  137. printf("[LOG] O(A) Cursando %s cancelou seu estudo na faculdade", AlunoNome);
  138.  
  139. SendClientMessage(playerid, -1, "{BEBEBE}| INFO | Você cancelou os seus estudos, pense bem da próxima vez!");
  140. return 1;
  141. }
  142.  
  143. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){
  144. if(dialogid == DIALOG_MENUFACUL){
  145. if(!response) return 1;
  146.  
  147. ShowPlayerDialog(playerid, DIALOG_ACAOFACUL, DIALOG_STYLE_LIST, "{FFFF00}UFLS - {BEBEBE}Menu", "{BEBEBE}Fazer Matricula\n{BEBEBE}Cancelar Matricula\n{BEBEBE}Pagar Mensalidade\n{BEBEBE}Gazear Aula\n{BEBEBE}Assistir Aula", "Prosseguir", "Sair");
  148. }
  149. if(dialogid == DIALOG_ACAOFACUL){
  150. if(!response) return 1;
  151.  
  152. switch(listitem){
  153. case 0: FazerIncricao(playerid);
  154. case 1: CancelarMatricula(playerid);
  155. case 2: PagarMensalidade(playerid);
  156. case 3: GazearAula(playerid);
  157. case 4: AssistirAula(playerid);
  158. }
  159. }
  160. if(dialogid == DIALOG_MATRICULAOK){
  161. if(!response) return 1;
  162.  
  163. ShowPlayerDialog(playerid, DIALOG_CURSOFACUL, DIALOG_STYLE_LIST, "{FFFF00}UFLS{BEBEBE} - Cursos", "{BEBEBE}Medico\n{BEBEBE}Advogado\n{BEBEBE}Cientista\n{BEBEBE}Historiador\nProfessor", "Continuar", "Fechar");
  164. }
  165. if(dialogid == DIALOG_CURSOFACUL){
  166. if(!response) return ShowPlayerDialog(playerid, DIALOG_CURSOFACUL, DIALOG_STYLE_LIST, "{FFFF00}UFLS{BEBEBE} - Cursos", "{BEBEBE}Medico\n{BEBEBE}Advogado\n{BEBEBE}Cientista\n{BEBEBE}Historiador", "Continuar", "Fechar");
  167.  
  168. switch(listitem){
  169. case 0: ShowPlayerDialog(playerid, DIALOG_ACCMEDIC, DIALOG_STYLE_MSGBOX, "{FFFF00}UFLS {BEBEBE}- Curso Médico", "{BEBEBE}O Curso médico foi selecionado!\n\nCaso não seja esse o curso desejado, clique em voltar e selecione outro.\n\nEsteja ciente que o valor da mensalidade desse curso é de {32CD32}R$4000,00\n\n{BEBEBE}Caso não consiga pagar perderá o curso.\n\n{FFFF00}Selecione{BEBEBE} uma opção abaixo para continuar!", "Continuar", "Voltar");
  170. }
  171. }
  172. if(dialogid == DIALOG_ACCMEDIC){
  173. if(!response) return ShowPlayerDialog(playerid, DIALOG_CURSOFACUL, DIALOG_STYLE_LIST, "{FFFF00}UFLS{BEBEBE} - Cursos", "{BEBEBE}Medico\n{BEBEBE}Advogado\n{BEBEBE}Cientista\n{BEBEBE}Historiador", "Continuar", "Fechar");
  174.  
  175. ShowPlayerDialog(playerid, DIALOG_PEGOUMEDICO, DIALOG_STYLE_MSGBOX,"{FFFF00}UFLS {BEBEBE}- Curso Médico", "{FFFF00}Parabéns, {BEBEBE}Daqui em diante você cursará a faculdade de medicina!\n\nNão esqueça de pagar a {FFFF00}Mensalidade,{BEBEBE} para pagar apenas selecione a opção no menu.\n\n{FA8072}Curso: {BEBEBE}Médico\n{FA8072}Mensalidade: {32CD32}R$4000,00\n\n", "Finalizar", "Voltar");
  176.  
  177. new AlunoNome[MAX_PLAYER_NAME];
  178.  
  179. GetPlayerName(playerid, AlunoNome, MAX_PLAYER_NAME);
  180.  
  181. format(String, sizeof(String), "Faculdade/Alunos/%s.ini", AlunoNome);
  182.  
  183. DOF2_SetString(String, "Curso", "Medicina");
  184. DOF2_SetInt(String, "Mensalidade", 4000);
  185.  
  186. DOF2_SaveFile();
  187.  
  188. CarregarDados(playerid);
  189.  
  190. }
  191. return 1;
  192. }
  193.  
  194. public AumentarAlunos(){
  195. new Alunos[60];
  196.  
  197. format(Alunos, sizeof(Alunos), "Faculdade/TotalAlunos.ini");
  198.  
  199. new get = DOF2_GetInt(Alunos, "TotalAlunos");
  200. get ++;
  201.  
  202. DOF2_SetInt(Alunos, "TotalAlunos", get);
  203.  
  204. DOF2_SaveFile();
  205.  
  206. get = 0;
  207. return 1;
  208. }
  209.  
  210. public DiminuirAlunos(){
  211. new Alunos[60];
  212.  
  213. format(Alunos, sizeof(Alunos), "Faculdade/TotalAlunos.ini");
  214.  
  215. new get = DOF2_GetInt(Alunos, "TotalAlunos");
  216.  
  217. DOF2_SetInt(Alunos, "TotalAlunos", get-1);
  218.  
  219. DOF2_SaveFile();
  220.  
  221. get = 0;
  222.  
  223. return 1;
  224. }
  225.  
  226.  
  227.  
  228. public TotalAlunos(){
  229. new Alunos[60];
  230.  
  231. format(Alunos, sizeof(Alunos), "Faculdade/TotalAlunos.ini");
  232.  
  233. if(!DOF2_FileExists(Alunos)){
  234. DOF2_CreateFile(Alunos);
  235.  
  236. DOF2_SetInt(Alunos, "TotalAlunos", 0);
  237.  
  238. DOF2_SaveFile();
  239. } else {
  240. print("[LOG] O Arquivo TotalAlunos está criado na pasta solicitada. Carregando Dados...");
  241.  
  242. //AllAlunos = DOF2_GetInt(Alunos, "TotalAlunos");
  243.  
  244. print("Dados obtidos. Filterscript Liberado.");
  245. }
  246. return 1;
  247. }
  248.  
  249. public CarregarDados(playerid){
  250. new AlunoNome[MAX_PLAYER_NAME];
  251.  
  252. GetPlayerName(playerid, AlunoNome, MAX_PLAYER_NAME);
  253.  
  254. format(String, sizeof(String), "Faculdade/Alunos/%s.ini", AlunoNome);
  255.  
  256.  
  257. format(Faculdade[playerid][Nome], 126, "%s", DOF2_GetString(String, "Aluno"));
  258. format(Faculdade[playerid][Curso], 126, "%s", DOF2_GetString(String, "Curso"));
  259.  
  260. Faculdade[playerid][Inscricao] = DOF2_GetInt(String, "Matricula");
  261.  
  262. Faculdade[playerid][Mensalidade] = DOF2_GetInt(String, "Mensalidade");
  263. Faculdade[playerid][MensaNaoPagas] = DOF2_GetInt(String, "MensaNaoPagas");
  264.  
  265. Faculdade[playerid][AulasGazeadas] = DOF2_GetInt(String, "AulasGazeadas");
  266.  
  267. Faculdade[playerid][AulasPresente] = DOF2_GetInt(String, "AulasPresente");
  268.  
  269. printf("[LOG] O Jogador %s carregou os seus dados da faculdade com sucesso!", AlunoNome);
  270. return 1;
  271. }
  272.  
  273. public FazerIncricao(playerid){
  274. new AlunoNome[MAX_PLAYER_NAME];
  275.  
  276. GetPlayerName(playerid, AlunoNome, MAX_PLAYER_NAME);
  277.  
  278. format(String, sizeof(String), "Faculdade/Alunos/%s.ini", AlunoNome);
  279.  
  280. if(!DOF2_FileExists(String)){
  281. DOF2_CreateFile(String);
  282.  
  283. DOF2_SetString(String, "Aluno", AlunoNome);
  284. DOF2_SetString(String, "Curso", "Não Escolhido");
  285.  
  286. new Matricula;
  287. Matricula = random(9000);
  288.  
  289. DOF2_SetInt(String, "Matricula", Matricula);
  290.  
  291. DOF2_SetInt(String, "Mensalidade", 0);
  292. DOF2_SetInt(String, "MensaNaoPagas", 0);
  293.  
  294. DOF2_SetInt(String, "AulasGazeadas", 0);
  295.  
  296. DOF2_SetInt(String, "AulasPresente", 0);
  297.  
  298. DOF2_SaveFile();
  299.  
  300. AumentarAlunos();
  301.  
  302. new Matr[400]
  303. ;
  304.  
  305. format(Matr, sizeof(Matr), "{BEBEBE}Matricula realizada com sucesso!\n\n{BEBEBE}Seja bem vindo á {FFFF00}Universidade Federal de Los Santos!!\n\n{BEBEBE}Veja abaixo os dados da sua matricula:\n\n{BEBEBE}Universitario: {FA8072}%s\n{BEBEBE}Curso: {FA8072}Não Escolhido\n{BEBEBE}Matricula: {FA8072}%d", AlunoNome,Matricula);
  306. ShowPlayerDialog(playerid, DIALOG_MATRICULAOK, DIALOG_STYLE_MSGBOX, "{FFFF00}UFLS {BEBEBE}- Matricula", Matr, "Prosseguir", "Sair");
  307. } else SendClientMessage(playerid, -1, "{BEBEBE}| ERRO | Impossível realizar a incrição, o jogador já possui uma!"),
  308. ShowPlayerDialog(playerid, DIALOG_ACAOFACUL, DIALOG_STYLE_LIST, "{FFFF00}UFLS - {BEBEBE}Menu", "{BEBEBE}Fazer Matricula\n{BEBEBE}Cancelar Matricula\n{BEBEBE}Pagar Mensalidade\n{BEBEBE}Gazear Aula\n", "Prosseguir", "Sair")
  309. ;
  310. return 1;
  311. }
  312.  
  313. public TrancarAulas(playerid){
  314. AulaLiberada = 0;
  315.  
  316. SendClientMessageToAll(-1, "| UFLS | As aulas foram encerradas! Aguarde em torno de 40 minutos para ela re-abrila!");
  317. SendClientMessageToAll(-1, "| UFLS | Caso você não informou sua falta na faculdade, a sua punição foi mais severa.");
  318.  
  319. new AlunoNome[MAX_PLAYER_NAME];
  320.  
  321. GetPlayerName(playerid, AlunoNome, MAX_PLAYER_NAME);
  322.  
  323. format(String, sizeof(String), "Faculdade/Alunos/%s.ini", AlunoNome);
  324.  
  325. DOF2_SetInt(String, "AulasGazeadas", Faculdade[playerid][AulasGazeadas] + 2);
  326.  
  327. DOF2_SaveFile();
  328. return 1;
  329. }
  330.  
  331. new LiberadoPraSair[MAX_PLAYERS];
  332.  
  333. public AssistirAula(playerid){
  334. if(AulaLiberada == 0) return SendClientMessage(playerid, -1, "| INFO | As aulas não estão liberadas agora, aguarde o seu abrimento!");
  335.  
  336. SetPlayerPos(playerid, 1161.0154,-613.2623,1089.9259);
  337. SendClientMessage(playerid, -1, "| INFO | Assita a sua aula, quando o tempo acabar você poderá sair da faculadade.");
  338.  
  339. LiberadoPraSair[playerid] = 2; // 2 = FALSE - 1 = TRUE
  340. SetTimerEx("TerminarAula", 60000*TEMPOAULA, true, "i", "playerid");
  341. return 1;
  342. }
  343.  
  344. public TerminarAula(playerid){
  345. new AlunoNome[MAX_PLAYER_NAME];
  346.  
  347. GetPlayerName(playerid, AlunoNome, MAX_PLAYER_NAME);
  348.  
  349. format(String, sizeof(String), "Faculdade/Alunos/%s.ini", AlunoNome);
  350.  
  351. DOF2_SetInt(String, "AulasPresente", Faculdade[playerid][AulasPresente] + 1);
  352.  
  353. DOF2_SaveFile();
  354.  
  355. LiberadoPraSair[playerid] = 1; // TRUE
  356.  
  357. CarregarDados(playerid);
  358.  
  359. if(Faculdade[playerid][AulasPresente] == 15){
  360. VirarMedico(playerid);
  361. }
  362.  
  363. return 1;
  364. }
  365.  
  366. public LiberarAulas(){
  367. AulaLiberada = 1;
  368.  
  369. SendClientMessageToAll(-1, "| UFLS | As aulas foram iniciadas! Ela se fechará em 15 minutos!");
  370. SendClientMessageToAll(-1, "| UFLS | Caso não possa assistir a aula, informe 'Gazear Aula', caso contrário contará 2 aulas gazeadas.");
  371. SetTimer("TrancarAulas", 15*60000, false);
  372. return 1;
  373. }
  374.  
  375. public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
  376. {
  377. if(newkeys == 16 && GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) {
  378. if (IsPlayerInRangeOfPoint(playerid, 2.0, 1146.1642,-601.3550,1089.9259)){
  379. if(LiberadoPraSair[playerid] == 2) return 1;
  380. SetPlayerPos(playerid, 1081.2217,-1697.2777,13.5469);
  381. }
  382. else if (IsPlayerInRangeOfPoint(playerid, 3.0, 1081.2217,-1697.2777,13.5469)){
  383. if(LiberadoPraSair[playerid] == 2) return 1;
  384. SetPlayerPos(playerid, 1146.1642,-601.3550,1089.9259);
  385. }
  386. }
  387. return 1;
  388. }
  389.  
  390. public VirarMedico(playerid){
  391. // Coloque aqui as funções/variaveis que dê medico para o player.
  392. return 1;
  393. }
  394.  
  395. public OnFilterScriptInit(){
  396. AddPlayerClass(0, 1930.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
  397.  
  398. TotalAlunos();
  399.  
  400. SetTimer("LiberarAulas", TEMPOSEMAULA*60000, true);
  401.  
  402. AddStaticPickup(1314, 1, 1081.2217,-1697.2777,13.5469, -1); // ent
  403. Create3DTextLabel("{BEBEBE}Faculdade {FA8072}UFLS\n{BEBEBE}Pressione '{FFFF00}F{BEBEBE}' para Entrar!", 0x008080FF, 1081.2217,-1697.2777,13.5469, 40.0, 0, 0);
  404.  
  405. AddStaticPickup(1314, 1, 1146.1642,-601.3550,1089.9259, -1); // exit
  406. Create3DTextLabel("{BEBEBE}Faculdade {FA8072}UFLS\n{BEBEBE}Pressione '{FFFF00}F{BEBEBE}' para Sair!", 0x008080FF, 1146.1642,-601.3550,1089.9259, 40.0, 0, 0);
  407.  
  408. CreateObject(19369, 1155.08, -626.00, 1090.43, 0.00, 0.00, 0.00);
  409. CreateObject(19369, 1156.60, -627.65, 1090.43, 0.00, 0.00, 90.00);
  410. CreateObject(19369, 1159.78, -627.66, 1090.43, 0.00, 0.00, 90.00);
  411. CreateObject(19369, 1162.98, -627.66, 1090.43, 0.00, 0.00, 90.00);
  412. CreateObject(19379, 1160.40, -622.78, 1088.84, 0.00, 90.00, 0.00);
  413. CreateObject(1502, 1155.08, -624.44, 1088.88, 0.00, 0.00, 90.00);
  414. CreateObject(1502, 1155.02, -621.41, 1088.88, 0.00, 0.00, 270.00);
  415. CreateObject(19369, 1166.17, -627.66, 1090.43, 0.00, 0.00, 90.00);
  416. CreateObject(19369, 1165.69, -626.03, 1090.43, 0.00, 0.00, 0.00);
  417. CreateObject(19369, 1165.70, -622.82, 1090.43, 0.00, 0.00, 0.00);
  418. CreateObject(19369, 1165.69, -619.62, 1090.43, 0.00, 0.00, 0.00);
  419. CreateObject(19369, 1164.06, -617.93, 1090.43, 0.00, 0.00, 90.00);
  420. CreateObject(19369, 1160.86, -617.93, 1090.43, 0.00, 0.00, 90.00);
  421. CreateObject(19369, 1157.66, -617.92, 1090.43, 0.00, 0.00, 90.00);
  422. CreateObject(19369, 1155.04, -619.82, 1090.43, 0.00, 0.00, 0.00);
  423. CreateObject(19369, 1155.05, -616.62, 1090.43, 0.00, 0.00, 0.00);
  424. CreateObject(19369, 1156.60, -617.94, 1090.43, 0.00, 0.00, 90.00);
  425. CreateObject(19369, 1155.06, -613.97, 1090.43, 0.00, 0.00, 0.00);
  426. CreateObject(1502, 1155.09, -612.39, 1088.88, 0.00, 0.00, 90.00);
  427. CreateObject(1502, 1155.04, -609.35, 1088.88, 0.00, 0.00, 270.00);
  428. CreateObject(19379, 1160.34, -613.04, 1088.84, 0.00, 90.00, 0.00);
  429. CreateObject(19369, 1165.67, -616.30, 1090.43, 0.00, 0.00, 0.00);
  430. CreateObject(19369, 1165.67, -613.10, 1090.43, 0.00, 0.00, 0.00);
  431. CreateObject(19369, 1165.66, -609.92, 1090.43, 0.00, 0.00, 0.00);
  432. CreateObject(19369, 1164.07, -608.38, 1090.43, 0.00, 0.00, 90.00);
  433. CreateObject(19369, 1160.88, -608.37, 1090.43, 0.00, 0.00, 90.00);
  434. CreateObject(19369, 1157.68, -608.38, 1090.43, 0.00, 0.00, 90.00);
  435. CreateObject(19369, 1156.02, -608.36, 1090.44, 0.00, 0.00, 90.00);
  436. CreateObject(19369, 1155.03, -607.78, 1090.43, 0.00, 0.00, 0.00);
  437. CreateObject(19369, 1156.56, -629.36, 1090.43, 0.00, 0.00, 0.00);
  438. CreateObject(19369, 1156.55, -633.01, 1090.43, 0.00, 0.00, 0.00);
  439. CreateObject(19369, 1158.12, -634.53, 1090.43, 0.00, 0.00, 90.00);
  440. CreateObject(19369, 1159.63, -632.92, 1090.43, 0.00, 0.00, 0.00);
  441. CreateObject(19369, 1159.63, -629.74, 1090.43, 0.00, 0.00, 0.00);
  442. CreateObject(19369, 1161.29, -628.03, 1090.43, 0.00, 0.00, 90.00);
  443. CreateObject(19369, 1164.49, -628.03, 1090.43, 0.00, 0.00, 90.00);
  444. CreateObject(19369, 1167.70, -628.04, 1090.43, 0.00, 0.00, 90.00);
  445. CreateObject(19369, 1168.93, -629.61, 1090.43, 0.00, 0.00, 0.00);
  446. CreateObject(19369, 1168.93, -632.78, 1090.43, 0.00, 0.00, 0.00);
  447. CreateObject(19369, 1168.93, -635.96, 1090.43, 0.00, 0.00, 0.00);
  448. CreateObject(1999, 1164.09, -623.69, 1088.93, 0.00, 0.00, 90.00);
  449. CreateObject(1714, 1165.18, -623.17, 1088.93, 0.00, 0.00, 270.00);
  450. CreateObject(1999, 1164.09, -613.57, 1088.93, 0.00, 0.00, 90.00);
  451. CreateObject(1714, 1165.15, -613.15, 1088.93, 0.00, 0.00, 270.00);
  452. CreateObject(14455, 1164.83, -628.32, 1090.41, 0.00, 0.00, 180.00);
  453. CreateObject(14455, 1171.05, -628.38, 1090.41, 0.00, 0.00, 180.00);
  454. CreateObject(2001, 1165.82, -628.36, 1088.93, 0.00, 0.00, 0.00);
  455. CreateObject(19369, 1167.43, -637.66, 1090.43, 0.00, 0.00, 90.00);
  456. CreateObject(19369, 1159.65, -636.19, 1090.43, 0.00, 0.00, 0.00);
  457. CreateObject(19369, 1161.29, -637.71, 1090.43, 0.00, 0.00, 90.00);
  458. CreateObject(1502, 1162.83, -637.72, 1088.93, 0.00, 0.00, 0.00);
  459. CreateObject(1502, 1165.85, -637.67, 1088.93, 0.00, 0.00, 180.00);
  460. CreateObject(4604, 1314.80, -569.12, 1093.00, -0.05, 179.22, 9.44);
  461. CreateObject(19369, 1170.65, -637.65, 1090.43, 0.00, 0.00, 90.00);
  462. CreateObject(19369, 1173.86, -637.65, 1090.43, 0.00, 0.00, 90.00);
  463. CreateObject(19369, 1175.38, -635.96, 1090.43, 0.00, 0.00, 0.00);
  464. CreateObject(19369, 1180.23, -636.38, 1090.43, 0.00, 0.00, 0.00);
  465. CreateObject(19369, 1180.22, -633.18, 1090.43, 0.00, 0.00, 0.00);
  466. CreateObject(19369, 1181.73, -631.49, 1090.43, 0.00, 0.00, 90.00);
  467. CreateObject(19369, 1175.39, -632.77, 1090.43, 0.00, 0.00, 0.00);
  468. CreateObject(19369, 1175.38, -629.57, 1090.43, 0.00, 0.00, 0.00);
  469. CreateObject(19369, 1177.04, -628.04, 1090.43, 0.00, 0.00, 90.00);
  470. CreateObject(19369, 1181.82, -626.82, 1090.43, 0.00, 0.00, 90.00);
  471. CreateObject(19369, 1184.98, -626.82, 1090.43, 0.00, 0.00, 90.00);
  472. CreateObject(19369, 1180.21, -628.33, 1090.43, 0.00, 0.00, 0.00);
  473. CreateObject(1502, 1180.16, -629.89, 1088.93, 0.00, 0.00, 270.00);
  474. CreateObject(3851, 1180.14, -629.97, 1093.44, 0.00, 0.00, 0.00);
  475. CreateObject(19369, 1184.75, -631.47, 1090.43, 0.00, 0.00, 90.00);
  476. CreateObject(19369, 1186.35, -632.78, 1090.43, 0.00, 0.00, 0.00);
  477. CreateObject(19369, 1188.64, -628.37, 1090.43, 0.00, 0.00, 0.00);
  478. CreateObject(19369, 1188.18, -626.80, 1090.43, 0.00, 0.00, 90.00);
  479. CreateObject(1998, 1186.86, -628.58, 1088.93, 0.00, 0.00, 0.00);
  480. CreateObject(1727, 1179.44, -632.20, 1088.93, 0.00, 0.00, 270.00);
  481. CreateObject(2001, 1179.89, -631.69, 1088.93, 0.00, 0.00, 0.00);
  482. CreateObject(2001, 1179.86, -628.47, 1088.93, 0.00, 0.00, 0.00);
  483. CreateObject(1727, 1179.42, -633.64, 1088.93, 0.00, 0.00, 270.00);
  484. CreateObject(1727, 1179.43, -635.07, 1088.93, 0.00, 0.00, 270.00);
  485. CreateObject(1727, 1179.42, -636.43, 1088.93, 0.00, 0.00, 270.00);
  486. CreateObject(2001, 1179.86, -637.81, 1088.93, 0.00, 0.00, 0.00);
  487. CreateObject(19369, 1180.23, -639.59, 1090.43, 0.00, 0.00, 0.00);
  488. CreateObject(0, 1178.13, -635.76, 1088.93, 0.00, 0.00, 0.00);
  489. CreateObject(1827, 1177.17, -635.01, 1088.93, 0.00, 0.00, 0.00);
  490. CreateObject(1727, 1178.16, -628.85, 1088.93, 0.00, 0.00, 0.00);
  491. CreateObject(1727, 1176.57, -628.85, 1088.93, 0.00, 0.00, 0.00);
  492. CreateObject(2001, 1175.81, -628.44, 1088.93, 0.00, 0.00, 0.00);
  493. CreateObject(19369, 1178.01, -641.10, 1090.43, 0.00, 0.00, 90.00);
  494. CreateObject(19369, 1174.81, -641.11, 1090.43, 0.00, 0.00, 90.00);
  495. CreateObject(1726, 1168.16, -630.15, 1088.93, 0.00, 0.00, 270.00);
  496. CreateObject(1726, 1168.19, -632.74, 1088.93, 0.00, 0.00, 270.00);
  497. CreateObject(2001, 1168.30, -635.48, 1088.93, 0.00, 0.00, 0.00);
  498. CreateObject(1827, 1165.63, -633.96, 1088.93, 0.00, 0.00, 0.00);
  499. CreateObject(1827, 1165.95, -631.38, 1088.93, 0.00, 0.00, 0.00);
  500. CreateObject(2894, 1165.73, -634.22, 1089.35, 0.00, 0.00, 90.00);
  501. CreateObject(2894, 1165.55, -633.79, 1089.35, 0.00, 0.00, 90.00);
  502. CreateObject(2894, 1166.41, -631.45, 1089.35, 0.00, 0.00, 90.00);
  503. CreateObject(2894, 1164.11, -623.68, 1089.74, 0.00, 0.00, 90.00);
  504. CreateObject(2894, 1164.16, -613.42, 1089.74, 0.00, 0.00, 90.00);
  505. CreateObject(2894, 1165.91, -633.61, 1089.35, 0.00, 0.00, 90.00);
  506. CreateObject(2894, 1166.00, -630.95, 1089.35, 0.00, 0.00, 90.00);
  507. CreateObject(14455, 1159.94, -632.51, 1090.47, 0.00, 0.00, 270.00);
  508. CreateObject(2001, 1160.01, -631.63, 1088.93, 0.00, 0.00, 0.00);
  509. CreateObject(2002, 1160.22, -630.96, 1088.93, 0.00, 0.00, 90.00);
  510. CreateObject(2007, 1160.29, -629.93, 1088.93, 0.00, 0.00, 90.00);
  511. CreateObject(1726, 1163.76, -632.29, 1088.93, 0.00, 0.00, 90.00);
  512. CreateObject(1726, 1163.78, -634.83, 1088.93, 0.00, 0.00, 90.00);
  513. CreateObject(19369, 1150.19, -626.74, 1090.43, 0.00, 0.00, 0.00);
  514. CreateObject(19369, 1150.19, -629.93, 1090.43, 0.00, 0.00, 0.00);
  515. CreateObject(19369, 1148.56, -631.44, 1090.43, 0.00, 0.00, 90.00);
  516. CreateObject(19369, 1148.59, -634.62, 1090.43, 0.00, 0.00, 90.00);
  517. CreateObject(19369, 1150.07, -636.31, 1090.43, 0.00, 0.00, 0.00);
  518. CreateObject(19369, 1151.41, -639.17, 1090.43, 0.00, 0.00, 60.00);
  519. CreateObject(19369, 1154.34, -639.50, 1090.43, 0.00, 0.00, 90.00);
  520. CreateObject(19369, 1155.90, -641.02, 1090.43, 0.00, 0.00, 0.00);
  521. CreateObject(19369, 1157.54, -641.16, 1090.43, 0.00, 0.00, 90.00);
  522. CreateObject(19369, 1160.72, -641.14, 1090.43, 0.00, 0.00, 90.00);
  523. CreateObject(19369, 1166.89, -641.14, 1090.43, 0.00, 0.00, 90.00);
  524. CreateObject(1502, 1162.29, -641.15, 1088.93, 0.00, 0.00, 0.00);
  525. CreateObject(1502, 1165.29, -641.10, 1088.93, 0.00, 0.00, 180.00);
  526. CreateObject(19369, 1170.09, -641.14, 1090.43, 0.00, 0.00, 90.00);
  527. CreateObject(1502, 1171.69, -641.11, 1088.93, 0.00, 0.00, 0.00);
  528. CreateObject(19369, 1181.23, -641.11, 1090.43, 0.00, 0.00, 90.00);
  529. CreateObject(3851, 1165.01, -637.71, 1093.41, 0.00, 0.00, 90.00);
  530. CreateObject(1649, 1172.68, -641.10, 1093.10, 0.00, 0.00, 0.00);
  531. CreateObject(19369, 1170.10, -642.76, 1090.43, 0.00, 0.00, 0.00);
  532. CreateObject(19369, 1171.09, -645.46, 1090.43, 0.00, 0.00, 40.00);
  533. CreateObject(19369, 1173.09, -645.36, 1090.43, 0.00, 0.00, -40.00);
  534. CreateObject(19369, 1174.06, -642.69, 1090.43, 0.00, 0.00, 0.00);
  535. CreateObject(4604, 1162.21, -626.68, 1088.93, 0.00, 0.00, 0.00);
  536. CreateObject(4604, 1162.23, -626.68, 1092.01, 0.00, 180.00, 0.00);
  537. CreateObject(19369, 1149.41, -608.39, 1090.43, 0.00, 0.00, 90.00);
  538. CreateObject(19369, 1150.20, -623.59, 1090.43, 0.00, 0.00, 0.00);
  539. CreateObject(19369, 1150.19, -620.39, 1090.43, 0.00, 0.00, 0.00);
  540. CreateObject(19369, 1150.23, -614.04, 1090.43, 0.00, 0.00, 0.00);
  541. CreateObject(19369, 1150.29, -607.89, 1090.43, 0.00, 0.00, 0.00);
  542. CreateObject(1649, 1172.66, -641.07, 1093.10, 0.00, 180.00, 0.00);
  543. CreateObject(3515, 1152.36, -637.07, 1088.91, 0.00, 0.00, 0.00);
  544. CreateObject(19369, 1150.08, -639.49, 1090.43, 0.00, 0.00, 0.00);
  545. CreateObject(19369, 1151.15, -639.50, 1090.43, 0.00, 0.00, 90.00);
  546. CreateObject(970, 1152.32, -634.75, 1089.46, 0.00, 0.00, 0.00);
  547. CreateObject(970, 1154.63, -637.27, 1089.46, 0.00, 0.00, 90.00);
  548. CreateObject(2001, 1154.56, -634.97, 1088.88, 0.00, 0.00, 0.00);
  549. CreateObject(14455, 1156.29, -633.46, 1090.48, 0.00, 0.00, 90.00);
  550. CreateObject(14455, 1156.71, -640.92, 1090.48, 0.00, 0.00, 0.00);
  551. CreateObject(2001, 1162.08, -640.86, 1088.91, 0.00, 0.00, 0.00);
  552. CreateObject(2001, 1165.45, -640.89, 1088.91, 0.00, 0.00, 0.00);
  553. CreateObject(14455, 1166.30, -640.89, 1090.48, 0.00, 0.00, 0.00);
  554. CreateObject(2001, 1171.55, -640.92, 1088.91, 0.00, 0.00, 0.00);
  555. CreateObject(2001, 1173.49, -640.91, 1088.91, 0.00, 0.00, 0.00);
  556. CreateObject(1744, 1170.05, -643.27, 1090.47, 0.00, 0.00, 90.00);
  557. CreateObject(1750, 1170.05, -643.27, 1090.79, 0.00, 0.00, 90.00);
  558. CreateObject(1775, 1158.18, -635.06, 1090.00, 0.00, 0.00, 0.00);
  559. CreateObject(2001, 1159.28, -635.02, 1088.91, 0.00, 0.00, 0.00);
  560. CreateObject(3851, 1155.09, -620.72, 1093.37, 0.00, 0.00, 0.00);
  561. CreateObject(3851, 1155.02, -613.00, 1093.37, 0.00, 0.00, 0.00);
  562. CreateObject(3851, 1163.13, -641.13, 1093.41, 0.00, 0.00, 90.00);
  563. CreateObject(19369, 1147.08, -636.29, 1090.43, 0.00, 0.00, 0.00);
  564. CreateObject(19369, 1147.08, -639.48, 1090.43, 0.00, 0.00, 0.00);
  565. CreateObject(19369, 1147.07, -642.68, 1090.43, 0.00, 0.00, 0.00);
  566. CreateObject(19369, 1145.39, -644.17, 1090.43, 0.00, 0.00, 90.00);
  567. CreateObject(19369, 1142.19, -644.17, 1090.43, 0.00, 0.00, 90.00);
  568. CreateObject(19369, 1139.02, -644.17, 1090.43, 0.00, 0.00, 90.00);
  569. CreateObject(19369, 1145.43, -637.93, 1088.23, 0.00, 0.00, 90.00);
  570. CreateObject(19369, 1142.23, -637.94, 1088.23, 0.00, 0.00, 90.00);
  571. CreateObject(19369, 1139.03, -637.94, 1088.23, 0.00, 0.00, 90.00);
  572. CreateObject(19369, 1137.51, -639.64, 1088.23, 0.00, 0.00, 0.00);
  573. CreateObject(19369, 1137.51, -640.49, 1088.22, 0.00, 0.00, 0.00);
  574. CreateObject(1502, 1137.48, -642.05, 1087.47, 0.00, 0.00, 270.00);
  575. CreateObject(19369, 1135.85, -644.18, 1090.43, 0.00, 0.00, 90.00);
  576. CreateObject(970, 1147.74, -638.01, 1091.27, 0.00, 0.00, 0.00);
  577. CreateObject(970, 1143.63, -638.00, 1091.27, 0.00, 0.00, 0.00);
  578. CreateObject(970, 1139.54, -637.93, 1091.27, 0.00, 0.00, 0.00);
  579. CreateObject(970, 1137.50, -639.98, 1091.27, 0.00, 0.00, 90.00);
  580. CreateObject(19369, 1137.51, -645.19, 1088.22, 0.00, 0.00, 0.00);
  581. CreateObject(970, 1137.52, -644.10, 1091.27, 0.00, 0.00, 90.00);
  582. CreateObject(19369, 1145.41, -631.44, 1090.43, 0.00, 0.00, 90.00);
  583. CreateObject(19369, 1143.71, -629.93, 1090.43, 0.00, 0.00, 0.00);
  584. CreateObject(19369, 1143.73, -626.77, 1090.43, 0.00, 0.00, 0.00);
  585. CreateObject(19369, 1142.08, -625.23, 1090.43, 0.00, 0.00, 90.00);
  586. CreateObject(19369, 1138.88, -625.24, 1090.43, 0.00, 0.00, 90.00);
  587. CreateObject(19369, 1135.67, -625.24, 1090.43, 0.00, 0.00, 90.00);
  588. CreateObject(19369, 1132.66, -644.20, 1090.43, 0.00, 0.00, 90.00);
  589. CreateObject(19369, 1129.46, -644.19, 1090.43, 0.00, 0.00, 90.00);
  590. CreateObject(19369, 1126.93, -642.96, 1090.43, 0.00, 0.00, 40.00);
  591. CreateObject(19369, 1125.90, -640.14, 1090.43, 0.00, 0.00, 0.00);
  592. CreateObject(19369, 1125.91, -636.93, 1090.43, 0.00, 0.00, 0.00);
  593. CreateObject(19369, 1125.91, -633.75, 1090.43, 0.00, 0.00, 0.00);
  594. CreateObject(19369, 1125.92, -630.55, 1090.43, 0.00, 0.00, 0.00);
  595. CreateObject(19369, 1127.30, -628.23, 1090.43, 0.00, 0.00, -60.00);
  596. CreateObject(19369, 1130.07, -626.65, 1090.43, 0.00, 0.00, -60.00);
  597. CreateObject(19369, 1132.55, -625.66, 1090.43, 0.00, 0.00, 105.00);
  598. CreateObject(1775, 1143.09, -630.40, 1089.93, 0.00, 0.00, 270.00);
  599. CreateObject(1776, 1143.06, -628.96, 1089.93, 0.00, 0.00, 270.00);
  600. CreateObject(2001, 1143.13, -631.35, 1088.91, 0.00, 0.00, 0.00);
  601. CreateObject(1432, 1133.17, -642.52, 1089.01, 0.00, 0.00, 0.00);
  602. CreateObject(1432, 1129.21, -641.82, 1089.01, 0.00, 0.00, 0.00);
  603. CreateObject(1432, 1131.40, -638.98, 1089.01, 0.00, 0.00, 0.00);
  604. CreateObject(1432, 1135.09, -639.37, 1089.01, 0.00, 0.00, 0.00);
  605. CreateObject(1432, 1128.02, -637.67, 1089.01, 0.00, 0.00, 0.00);
  606. CreateObject(2001, 1126.35, -641.46, 1088.91, 0.00, 0.00, 0.00);
  607. CreateObject(2001, 1137.10, -643.68, 1088.91, 0.00, 0.00, 0.00);
  608. CreateObject(1432, 1130.51, -634.85, 1089.01, 0.00, 0.00, 0.00);
  609. CreateObject(1432, 1127.54, -632.56, 1089.01, 0.00, 0.00, 0.00);
  610. CreateObject(1432, 1128.86, -629.37, 1089.01, 0.00, 0.00, 0.00);
  611. CreateObject(1432, 1131.83, -631.57, 1089.01, 0.00, 0.00, 40.00);
  612. CreateObject(1432, 1132.67, -628.04, 1089.01, 0.00, 0.00, 40.00);
  613. CreateObject(1432, 1135.54, -629.42, 1089.01, 0.00, 0.00, 0.00);
  614. CreateObject(1432, 1139.35, -630.42, 1089.01, 0.00, 0.00, 0.00);
  615. CreateObject(1432, 1138.16, -627.12, 1089.01, 0.00, 0.00, 0.00);
  616. CreateObject(1432, 1135.00, -632.63, 1089.01, 0.00, 0.00, 0.00);
  617. CreateObject(1432, 1133.75, -635.86, 1089.01, 0.00, 0.00, 0.00);
  618. CreateObject(1432, 1138.62, -633.91, 1089.01, 0.00, 0.00, 40.00);
  619. CreateObject(1432, 1141.41, -626.98, 1089.01, 0.00, 0.00, 40.00);
  620. CreateObject(1432, 1141.86, -633.34, 1089.01, 0.00, 0.00, 40.00);
  621. CreateObject(1715, 1187.93, -628.59, 1088.91, 0.00, 0.00, -100.00);
  622. CreateObject(1715, 1185.63, -628.58, 1088.91, 0.00, 0.00, 90.00);
  623. CreateObject(2001, 1180.75, -629.62, 1088.91, 0.00, 0.00, 0.00);
  624. CreateObject(1726, 1181.06, -629.19, 1088.93, 0.00, 0.00, 90.00);
  625. CreateObject(1726, 1183.87, -627.20, 1088.93, 0.00, 0.00, 270.00);
  626. CreateObject(14855, 1155.60, -600.05, 1093.41, 0.00, 0.00, 270.00);
  627. CreateObject(2001, 1154.21, -608.41, 1088.91, 0.00, 0.00, 0.00);
  628. CreateObject(2001, 1151.32, -608.40, 1088.91, 0.00, 0.00, 0.00);
  629. CreateObject(19379, 1156.09, -603.67, 1088.84, 0.00, 90.00, 0.00);
  630. CreateObject(19369, 1156.69, -606.27, 1090.43, 0.00, 0.00, 90.00);
  631. CreateObject(19369, 1159.86, -606.27, 1090.43, 0.00, 0.00, 90.00);
  632. CreateObject(19369, 1161.40, -604.73, 1090.43, 0.00, 0.00, 0.00);
  633. CreateObject(19369, 1161.25, -601.56, 1090.43, 0.00, 0.00, 5.00);
  634. CreateObject(19379, 1145.63, -603.56, 1088.84, 0.00, 90.00, 0.00);
  635. CreateObject(19379, 1145.62, -593.95, 1088.84, 0.00, 90.00, 0.00);
  636. CreateObject(19379, 1156.12, -594.03, 1088.84, 0.00, 90.00, 0.00);
  637. CreateObject(1502, 1149.84, -599.09, 1088.91, 0.00, 0.00, 90.00);
  638. CreateObject(19369, 1151.38, -597.45, 1090.43, 0.00, 0.00, 90.00);
  639. CreateObject(19369, 1154.51, -597.44, 1090.43, 0.00, 0.00, 90.00);
  640. CreateObject(19369, 1156.03, -595.77, 1090.43, 0.00, 0.00, 0.00);
  641. CreateObject(19369, 1157.69, -594.39, 1090.43, 0.00, 0.00, 90.00);
  642. CreateObject(19369, 1159.14, -596.08, 1090.43, 0.00, 0.00, 0.00);
  643. CreateObject(19369, 1160.14, -598.84, 1090.43, 0.00, 0.00, 40.00);
  644. CreateObject(19369, 1148.14, -597.46, 1090.43, 0.00, 0.00, 90.00);
  645. CreateObject(19369, 1146.03, -598.66, 1090.43, 0.00, 0.00, -40.00);
  646. CreateObject(19369, 1145.05, -601.34, 1090.43, 0.00, 0.00, 0.00);
  647. CreateObject(19369, 1146.35, -603.72, 1090.43, 0.00, 0.00, 60.00);
  648. CreateObject(19369, 1149.03, -605.43, 1090.43, 0.00, 0.00, 55.00);
  649. CreateObject(1536, 1145.12, -602.84, 1088.90, 0.00, 0.00, 90.00);
  650. CreateObject(1536, 1145.09, -599.84, 1088.90, 0.00, 0.00, 270.00);
  651. CreateObject(1714, 1156.06, -601.19, 1088.93, 0.00, 0.00, 0.00);
  652. CreateObject(1714, 1157.82, -601.17, 1088.93, 0.00, 0.00, 0.00);
  653. CreateObject(1714, 1159.66, -601.12, 1088.93, 0.00, 0.00, 0.00);
  654. CreateObject(1714, 1152.58, -600.68, 1088.93, 0.00, 0.00, -35.00);
  655. CreateObject(2190, 1151.89, -601.85, 1089.90, 0.00, 0.00, 150.00);
  656. CreateObject(2190, 1156.52, -602.63, 1089.90, 0.00, 0.00, 180.00);
  657. CreateObject(2190, 1158.23, -602.64, 1089.90, 0.00, 0.00, 180.00);
  658. CreateObject(2190, 1160.09, -602.65, 1089.90, 0.00, 0.00, 180.00);
  659. CreateObject(2007, 1156.64, -594.98, 1088.93, 0.00, 0.00, 0.00);
  660. CreateObject(2007, 1157.59, -594.98, 1088.93, 0.00, 0.00, 0.00);
  661. CreateObject(2007, 1158.54, -594.98, 1088.93, 0.00, 0.00, 0.00);
  662. CreateObject(2002, 1154.38, -598.08, 1088.93, 0.00, 0.00, 0.00);
  663. CreateObject(2000, 1154.94, -598.09, 1088.93, 0.00, 0.00, 0.00);
  664. CreateObject(2000, 1155.48, -598.10, 1088.93, 0.00, 0.00, 0.00);
  665. CreateObject(2001, 1156.10, -597.89, 1088.93, 0.00, 0.00, 0.00);
  666. CreateObject(2007, 1158.54, -597.11, 1088.93, 0.00, 0.00, 270.00);
  667. CreateObject(2007, 1158.53, -596.15, 1088.93, 0.00, 0.00, 270.00);
  668. CreateObject(1722, 1156.51, -616.03, 1088.93, 0.00, 0.00, 270.00);
  669. CreateObject(2209, 1157.57, -616.24, 1088.93, 0.00, 0.00, 90.00);
  670. CreateObject(1722, 1156.48, -615.13, 1088.93, 0.00, 0.00, 270.00);
  671. CreateObject(2209, 1160.17, -616.23, 1088.93, 0.00, 0.00, 90.00);
  672. CreateObject(1722, 1159.01, -616.03, 1088.93, 0.00, 0.00, 270.00);
  673. CreateObject(1722, 1159.02, -615.14, 1088.93, 0.00, 0.00, 270.00);
  674. CreateObject(2209, 1162.67, -616.23, 1088.93, 0.00, 0.00, 90.00);
  675. CreateObject(1722, 1161.52, -615.14, 1088.93, 0.00, 0.00, 270.00);
  676. CreateObject(1722, 1161.51, -616.05, 1088.93, 0.00, 0.00, 270.00);
  677. CreateObject(2209, 1162.67, -611.23, 1088.93, 0.00, 0.00, 90.00);
  678. CreateObject(1722, 1161.42, -611.07, 1088.93, 0.00, 0.00, 270.00);
  679. CreateObject(1722, 1161.43, -610.15, 1088.93, 0.00, 0.00, 270.00);
  680. CreateObject(2209, 1160.17, -611.23, 1088.93, 0.00, 0.00, 90.00);
  681. CreateObject(1722, 1158.92, -611.07, 1088.93, 0.00, 0.00, 270.00);
  682. CreateObject(1722, 1158.93, -610.15, 1088.93, 0.00, 0.00, 270.00);
  683. CreateObject(2209, 1157.67, -611.23, 1088.93, 0.00, 0.00, 90.00);
  684. CreateObject(1722, 1156.42, -611.07, 1088.93, 0.00, 0.00, 270.00);
  685. CreateObject(1722, 1156.43, -610.15, 1088.93, 0.00, 0.00, 270.00);
  686. CreateObject(14455, 1160.52, -617.69, 1090.47, 0.00, 0.00, 0.00);
  687. CreateObject(14455, 1162.67, -618.17, 1090.47, 0.00, 0.00, 180.00);
  688. CreateObject(1271, 1172.12, -645.35, 1089.23, 0.00, 0.00, 0.00);
  689. CreateObject(1271, 1171.35, -644.57, 1089.23, 0.00, 0.00, 0.00);
  690. CreateObject(1271, 1171.35, -644.57, 1089.93, 0.00, 0.00, 0.00);
  691. CreateObject(1271, 1171.35, -644.57, 1090.61, 0.00, 0.00, 0.00);
  692. CreateObject(1271, 1172.36, -644.48, 1089.23, 0.00, 0.00, 0.00);
  693. CreateObject(1271, 1173.25, -644.00, 1089.23, 0.00, 0.00, 0.00);
  694. CreateObject(1271, 1172.12, -645.35, 1089.93, 0.00, 0.00, 0.00);
  695. CreateObject(1271, 1172.36, -644.48, 1089.93, 0.00, 0.00, 0.00);
  696. CreateObject(1264, 1170.76, -641.85, 1089.35, 0.00, 0.00, 0.00);
  697. CreateObject(1264, 1170.76, -642.67, 1089.35, 0.00, 0.00, 0.00);
  698. CreateObject(1264, 1171.22, -642.32, 1089.35, 0.00, 0.00, 0.00);
  699. CreateObject(1264, 1171.35, -641.63, 1089.35, 0.00, 0.00, 0.00);
  700. CreateObject(1502, 1150.30, -612.44, 1088.91, 0.00, 0.00, 90.00);
  701. CreateObject(1502, 1150.27, -609.42, 1088.91, 0.00, 0.00, 270.00);
  702. CreateObject(3851, 1150.28, -613.03, 1093.37, 0.00, 0.00, 0.00);
  703. CreateObject(19379, 1145.02, -613.11, 1088.84, 0.00, 90.00, 0.00);
  704. CreateObject(19379, 1144.99, -620.45, 1088.85, 0.00, 90.00, 0.00);
  705. CreateObject(19379, 1134.54, -613.06, 1088.85, 0.00, 90.00, 0.00);
  706. CreateObject(19379, 1135.16, -603.55, 1088.85, 0.00, 90.00, 0.00);
  707. CreateObject(19379, 1134.57, -620.56, 1088.84, 0.00, 90.00, 0.00);
  708. CreateObject(19369, 1146.85, -607.22, 1090.43, 0.00, 0.00, 40.00);
  709. CreateObject(19369, 1144.81, -604.80, 1090.43, 0.00, 0.00, 40.00);
  710. CreateObject(19369, 1142.90, -604.44, 1090.43, 0.00, 0.00, 90.00);
  711. CreateObject(19369, 1139.69, -604.45, 1090.43, 0.00, 0.00, 90.00);
  712. CreateObject(19369, 1137.62, -605.58, 1090.43, 0.00, 0.00, -40.00);
  713. CreateObject(19369, 1136.69, -608.21, 1090.43, 0.00, 0.00, 0.00);
  714. CreateObject(19369, 1136.69, -611.40, 1090.43, 0.00, 0.00, 0.00);
  715. CreateObject(19369, 1136.67, -614.57, 1090.43, 0.00, 0.00, 0.00);
  716. CreateObject(19369, 1139.00, -614.17, 1090.43, 0.00, 0.00, 90.00);
  717. CreateObject(19369, 1142.21, -614.17, 1090.43, 0.00, 0.00, 90.00);
  718. CreateObject(19369, 1145.36, -614.16, 1090.43, 0.00, 0.00, 90.00);
  719. CreateObject(19369, 1148.56, -614.17, 1090.43, 0.00, 0.00, 90.00);
  720. CreateObject(19369, 1135.81, -614.18, 1090.43, 0.00, 0.00, 90.00);
  721. CreateObject(1999, 1138.57, -608.84, 1088.93, 0.66, 0.48, 270.00);
  722. CreateObject(1714, 1137.50, -608.97, 1088.93, 0.00, 0.00, 90.00);
  723. CreateObject(2894, 1138.57, -609.06, 1089.74, 0.00, 0.00, 90.00);
  724. CreateObject(14455, 1145.05, -613.86, 1090.47, 0.00, 0.00, 0.00);
  725. CreateObject(14455, 1139.34, -613.87, 1090.47, 0.00, 0.00, 0.00);
  726. CreateObject(2209, 1140.07, -605.84, 1088.93, 0.00, 0.00, 270.00);
  727. CreateObject(2209, 1142.57, -605.84, 1088.93, 0.00, 0.00, 270.00);
  728. CreateObject(2209, 1144.99, -606.93, 1088.93, 0.00, 0.00, 270.00);
  729. CreateObject(2209, 1145.34, -610.61, 1088.93, 0.00, 0.00, 270.00);
  730. CreateObject(2209, 1147.95, -610.55, 1088.93, 0.00, 0.00, 270.00);
  731. CreateObject(2209, 1142.70, -610.60, 1088.93, 0.00, 0.00, 270.00);
  732. CreateObject(2209, 1140.09, -610.60, 1088.93, 0.00, 0.00, 270.00);
  733. CreateObject(1722, 1141.34, -611.65, 1088.93, 0.00, 0.00, 90.00);
  734. CreateObject(1722, 1141.35, -610.78, 1088.93, 0.00, 0.00, 90.00);
  735. CreateObject(1722, 1141.29, -606.84, 1088.93, 0.00, 0.00, 90.00);
  736. CreateObject(1722, 1141.30, -606.00, 1088.93, 0.00, 0.00, 90.00);
  737. CreateObject(1722, 1143.73, -605.93, 1088.93, 0.00, 0.00, 90.00);
  738. CreateObject(1722, 1143.76, -606.90, 1088.93, 0.00, 0.00, 90.00);
  739. CreateObject(1722, 1146.14, -608.05, 1088.93, 0.00, 0.00, 90.00);
  740. CreateObject(1722, 1146.15, -607.16, 1088.93, 0.00, 0.00, 90.00);
  741. CreateObject(1722, 1143.89, -610.86, 1088.93, 0.00, 0.00, 90.00);
  742. CreateObject(1722, 1143.89, -611.73, 1088.93, 0.00, 0.00, 90.00);
  743. CreateObject(1722, 1146.52, -610.76, 1088.93, 0.00, 0.00, 90.00);
  744. CreateObject(1722, 1146.56, -611.66, 1088.93, 0.00, 0.00, 90.00);
  745. CreateObject(1722, 1149.13, -610.69, 1088.93, 0.00, 0.00, 90.00);
  746. CreateObject(1722, 1149.17, -611.64, 1088.93, 0.00, 0.00, 90.00);
  747. CreateObject(2894, 1145.10, -608.01, 1089.74, 0.00, 0.00, 270.00);
  748. CreateObject(2894, 1145.10, -607.00, 1089.74, 0.00, 0.00, 270.00);
  749. CreateObject(2894, 1142.80, -606.89, 1089.74, 0.00, 0.00, 270.00);
  750. CreateObject(2894, 1142.77, -605.95, 1089.74, 0.00, 0.00, 270.00);
  751. CreateObject(2894, 1140.24, -605.91, 1089.74, 0.00, 0.00, 270.00);
  752. CreateObject(2894, 1140.25, -606.77, 1089.74, 0.00, 0.00, 270.00);
  753. CreateObject(2894, 1142.84, -610.75, 1089.74, 0.00, 0.00, 270.00);
  754. CreateObject(2894, 1142.83, -611.69, 1089.74, 0.00, 0.00, 270.00);
  755. CreateObject(2894, 1140.13, -611.75, 1089.74, 0.00, 0.00, 270.00);
  756. CreateObject(2894, 1140.09, -610.80, 1089.74, 0.00, 0.00, 270.00);
  757. CreateObject(2894, 1145.34, -610.70, 1089.74, 0.00, 0.00, 270.00);
  758. CreateObject(2894, 1145.32, -611.70, 1089.74, 0.00, 0.00, 270.00);
  759. CreateObject(2894, 1148.03, -611.68, 1089.74, 0.00, 0.00, 270.00);
  760. CreateObject(2894, 1148.03, -610.80, 1089.74, 0.00, 0.00, 270.00);
  761. CreateObject(2894, 1162.63, -610.15, 1089.74, 0.00, 0.00, 270.00);
  762. CreateObject(2894, 1162.60, -611.18, 1089.74, 0.00, 0.00, 270.00);
  763. CreateObject(2894, 1160.12, -611.11, 1089.74, 0.00, 0.00, 270.00);
  764. CreateObject(2894, 1160.10, -610.11, 1089.74, 0.00, 0.00, 270.00);
  765. CreateObject(2894, 1157.64, -610.03, 1089.74, 0.00, 0.00, 270.00);
  766. CreateObject(2894, 1157.60, -611.07, 1089.74, 0.00, 0.00, 270.00);
  767. CreateObject(2894, 1157.48, -615.24, 1089.74, 0.00, 0.00, 270.00);
  768. CreateObject(2894, 1157.43, -616.13, 1089.74, 0.00, 0.00, 270.00);
  769. CreateObject(2894, 1160.09, -616.07, 1089.74, 0.00, 0.00, 270.00);
  770. CreateObject(2894, 1160.11, -615.17, 1089.74, 0.00, 0.00, 270.00);
  771. CreateObject(2894, 1162.60, -615.16, 1089.74, 0.00, 0.00, 270.00);
  772. CreateObject(2894, 1162.57, -616.07, 1089.74, 0.00, 0.00, 270.00);
  773. CreateObject(19370, 1148.31, -626.85, 1088.85, 0.00, 90.00, 0.00);
  774. CreateObject(19370, 1148.31, -629.85, 1088.85, 0.00, 90.00, 0.00);
  775. CreateObject(19370, 1145.56, -629.79, 1088.86, 0.00, 90.00, 0.00);
  776. CreateObject(19370, 1145.53, -626.78, 1088.84, 0.00, 90.00, 0.00);
  777. CreateObject(19369, 1140.00, -615.84, 1090.43, 0.00, 0.00, 0.00);
  778. CreateObject(19369, 1140.00, -619.04, 1090.43, 0.00, 0.00, 0.00);
  779. CreateObject(19369, 1138.48, -620.73, 1090.43, 0.00, 0.00, 90.00);
  780. CreateObject(19369, 1137.03, -620.48, 1090.43, 0.00, 0.00, 0.00);
  781. CreateObject(19369, 1137.03, -623.63, 1090.43, 0.00, 0.00, 0.00);
  782. CreateObject(19369, 1140.00, -622.32, 1090.43, 0.00, 0.00, 0.00);
  783. CreateObject(1495, 1139.88, -623.98, 1088.93, 0.00, 0.00, 350.00);
  784. CreateObject(14455, 1149.97, -630.62, 1090.48, 0.00, 0.00, 90.00);
  785. CreateObject(14455, 1149.96, -624.91, 1090.48, 0.00, 0.00, 90.00);
  786. CreateObject(14455, 1144.02, -626.24, 1090.48, 0.00, 0.00, 270.00);
  787. CreateObject(0, 1148.10, -628.34, 1088.95, 0.00, 0.00, 0.00);
  788. CreateObject(1827, 1147.05, -628.70, 1088.94, 0.00, 0.00, 0.00);
  789. CreateObject(1726, 1148.06, -630.68, 1088.93, 0.00, 0.00, 180.00);
  790. CreateObject(2001, 1145.49, -630.83, 1088.95, 0.00, 0.00, 0.00);
  791. CreateObject(2001, 1148.71, -630.77, 1088.95, 0.00, 0.00, 0.00);
  792. CreateObject(1726, 1146.08, -626.71, 1088.93, 0.00, 0.00, 0.00);
  793. CreateObject(2001, 1145.41, -626.79, 1088.95, 0.00, 0.00, 0.00);
  794. CreateObject(2001, 1148.70, -626.68, 1088.95, 0.00, 0.00, 0.00);
  795. CreateObject(2894, 1146.88, -628.20, 1089.35, 0.00, 0.00, 0.00);
  796. CreateObject(2894, 1147.39, -628.38, 1089.35, 0.00, 0.00, 0.00);
  797. CreateObject(2894, 1146.63, -629.19, 1089.35, 0.00, 0.00, 0.00);
  798. CreateObject(2894, 1147.20, -628.93, 1089.35, 0.00, 0.00, 0.00);
  799. CreateObject(1744, 1138.21, -620.67, 1090.25, 0.00, 0.00, 0.00);
  800. CreateObject(1744, 1138.21, -620.67, 1091.25, 0.00, 0.00, 0.00);
  801. CreateObject(2894, 1139.14, -620.93, 1090.58, 0.00, 0.00, 0.00);
  802. CreateObject(2894, 1138.52, -620.92, 1090.58, 0.00, 0.00, 0.00);
  803. CreateObject(2894, 1138.50, -620.87, 1090.64, 0.00, 0.00, 0.00);
  804. CreateObject(2894, 1138.50, -620.87, 1090.69, 0.00, 0.00, 0.00);
  805. CreateObject(2894, 1138.50, -620.87, 1090.58, 0.00, 0.00, 0.00);
  806. CreateObject(1271, 1137.52, -624.49, 1089.28, 0.00, 0.00, 0.00);
  807. CreateObject(1271, 1137.52, -624.49, 1089.93, 0.00, 0.00, 0.00);
  808. CreateObject(1271, 1137.99, -623.57, 1089.28, 0.00, 0.00, 0.00);
  809. CreateObject(1271, 1137.66, -622.60, 1089.28, 0.00, 0.00, 0.00);
  810. CreateObject(1271, 1137.78, -621.71, 1089.28, 0.00, 0.00, 0.00);
  811. CreateObject(1271, 1137.78, -621.71, 1089.93, 0.00, 0.00, 0.00);
  812. CreateObject(1271, 1137.66, -622.60, 1089.93, 0.00, 0.00, 0.00);
  813. CreateObject(1999, 1141.68, -618.71, 1088.93, 0.66, 0.48, 270.00);
  814. CreateObject(1714, 1140.68, -618.89, 1088.93, 0.00, 0.00, 90.00);
  815. CreateObject(2894, 1141.66, -618.87, 1089.74, 0.00, 0.00, 90.00);
  816. CreateObject(2209, 1143.05, -615.52, 1088.93, 0.00, 0.00, 270.00);
  817. CreateObject(2209, 1143.06, -618.82, 1088.93, 0.00, 0.00, 270.00);
  818. CreateObject(2209, 1142.99, -622.11, 1088.93, 0.00, 0.00, 270.00);
  819. CreateObject(2209, 1145.41, -622.12, 1088.93, 0.00, 0.00, 270.00);
  820. CreateObject(2209, 1145.43, -618.82, 1088.93, 0.00, 0.00, 270.00);
  821. CreateObject(2209, 1145.41, -615.44, 1088.93, 0.00, 0.00, 270.00);
  822. CreateObject(2209, 1147.61, -615.43, 1088.93, 0.00, 0.00, 270.00);
  823. CreateObject(2209, 1147.58, -618.77, 1088.93, 0.00, 0.00, 270.00);
  824. CreateObject(2209, 1147.56, -622.09, 1088.93, 0.00, 0.00, 270.00);
  825. CreateObject(1722, 1144.25, -615.64, 1088.93, 0.00, 0.00, 90.00);
  826. CreateObject(1722, 1144.27, -616.60, 1088.93, 0.00, 0.00, 90.00);
  827. CreateObject(1722, 1146.60, -615.62, 1088.93, 0.00, 0.00, 90.00);
  828. CreateObject(1722, 1146.63, -616.47, 1088.93, 0.00, 0.00, 90.00);
  829. CreateObject(1722, 1146.61, -619.09, 1088.93, 0.00, 0.00, 90.00);
  830. CreateObject(1722, 1146.65, -619.96, 1088.93, 0.00, 0.00, 90.00);
  831. CreateObject(1722, 1144.33, -619.03, 1088.93, 0.00, 0.00, 90.00);
  832. CreateObject(1722, 1144.32, -619.85, 1088.93, 0.00, 0.00, 90.00);
  833. CreateObject(1722, 1144.15, -622.45, 1088.93, 0.00, 0.00, 90.00);
  834. CreateObject(1722, 1144.18, -623.23, 1088.93, 0.00, 0.00, 90.00);
  835. CreateObject(1722, 1146.60, -622.32, 1088.93, 0.00, 0.00, 90.00);
  836. CreateObject(1722, 1146.64, -623.14, 1088.93, 0.00, 0.00, 90.00);
  837. CreateObject(1722, 1148.75, -623.21, 1088.93, 0.00, 0.00, 90.00);
  838. CreateObject(1722, 1148.76, -622.36, 1088.93, 0.00, 0.00, 90.00);
  839. CreateObject(1722, 1148.73, -619.78, 1088.93, 0.00, 0.00, 90.00);
  840. CreateObject(1722, 1148.72, -618.88, 1088.93, 0.00, 0.00, 90.00);
  841. CreateObject(1722, 1148.83, -616.44, 1088.93, 0.00, 0.00, 90.00);
  842. CreateObject(1722, 1148.81, -615.40, 1088.93, 0.00, 0.00, 90.00);
  843. CreateObject(19369, 1165.87, -642.84, 1090.43, 0.00, 0.00, 0.00);
  844. CreateObject(19369, 1165.86, -646.03, 1090.43, 0.00, 0.00, 0.00);
  845. CreateObject(19369, 1160.39, -642.84, 1090.43, 0.00, 0.00, 0.00);
  846. CreateObject(19369, 1160.41, -646.03, 1090.43, 0.00, 0.00, 0.00);
  847. CreateObject(19369, 1160.42, -649.21, 1090.43, 0.00, 0.00, 0.00);
  848. CreateObject(19369, 1165.84, -649.23, 1090.43, 0.00, 0.00, 0.00);
  849. CreateObject(19369, 1164.19, -650.65, 1090.43, 0.00, 0.00, 90.00);
  850. CreateObject(19369, 1160.99, -650.65, 1090.43, 0.00, 0.00, 90.00);
  851. CreateObject(1727, 1161.25, -643.18, 1088.88, 0.00, 0.00, 90.00);
  852. CreateObject(2001, 1160.98, -641.60, 1088.91, 0.00, 0.00, 0.00);
  853. CreateObject(1727, 1161.26, -644.57, 1088.88, 0.00, 0.00, 90.00);
  854. CreateObject(1727, 1165.10, -643.50, 1088.88, 0.00, 0.00, 270.00);
  855. CreateObject(1727, 1165.10, -642.02, 1088.88, 0.00, 0.00, 270.00);
  856. CreateObject(2001, 1165.53, -641.51, 1088.91, 0.00, 0.00, 0.00);
  857. CreateObject(19369, 1165.31, -645.43, 1090.43, 0.00, 0.00, 90.00);
  858. CreateObject(19369, 1160.60, -645.39, 1090.43, 0.00, 0.00, 90.00);
  859. CreateObject(1502, 1162.20, -645.44, 1088.81, 0.00, 0.00, 0.00);
  860. CreateObject(3851, 1165.10, -645.35, 1093.41, 0.00, 0.00, 90.00);
  861. CreateObject(1999, 1162.64, -648.43, 1088.75, 0.00, 0.00, 0.00);
  862. CreateObject(1671, 1163.22, -649.29, 1089.19, 0.00, 0.00, 180.00);
  863. CreateObject(1671, 1163.12, -647.46, 1089.19, 0.00, 0.00, 0.00);
  864. CreateObject(2002, 1165.21, -646.34, 1088.72, 0.00, 0.00, 270.00);
  865. CreateObject(2001, 1165.50, -645.73, 1088.81, 0.00, 0.00, 0.00);
  866. CreateObject(2007, 1165.17, -649.69, 1088.70, 0.00, 0.00, 270.00);
  867. CreateObject(2007, 1161.04, -648.55, 1088.70, 0.00, 0.00, 90.00);
  868. CreateObject(2007, 1161.03, -649.54, 1088.70, 0.00, 0.00, 90.00);
  869. CreateObject(2001, 1165.48, -645.06, 1088.91, 0.00, 0.00, 0.00);
  870. CreateObject(2001, 1160.92, -645.12, 1088.91, 0.00, 0.00, 0.00);
  871. CreateObject(2001, 1160.78, -650.30, 1088.81, 0.00, 0.00, 0.00);
  872. CreateObject(2209, 1162.66, -620.94, 1088.93, 0.00, 0.00, 90.00);
  873. CreateObject(2209, 1162.63, -626.43, 1088.93, 0.00, 0.00, 90.00);
  874. CreateObject(2209, 1160.21, -626.41, 1088.93, 0.00, 0.00, 90.00);
  875. CreateObject(2209, 1160.15, -620.92, 1088.93, 0.00, 0.00, 90.00);
  876. CreateObject(2209, 1157.97, -620.97, 1088.93, 0.00, 0.00, 90.00);
  877. CreateObject(2209, 1157.95, -626.46, 1088.93, 0.00, 0.00, 90.00);
  878. CreateObject(1722, 1161.40, -619.86, 1088.93, 0.00, 0.00, 270.00);
  879. CreateObject(1722, 1161.34, -620.72, 1088.93, 0.00, 0.00, 270.00);
  880. CreateObject(1722, 1159.00, -620.78, 1088.93, 0.00, 0.00, 270.00);
  881. CreateObject(1722, 1158.93, -619.85, 1088.93, 0.00, 0.00, 270.00);
  882. CreateObject(1722, 1161.46, -625.39, 1088.93, 0.00, 0.00, 270.00);
  883. CreateObject(1722, 1161.41, -626.31, 1088.93, 0.00, 0.00, 270.00);
  884. CreateObject(1722, 1158.91, -626.22, 1088.93, 0.00, 0.00, 270.00);
  885. CreateObject(1722, 1158.89, -625.40, 1088.93, 0.00, 0.00, 270.00);
  886. CreateObject(1722, 1156.74, -626.34, 1088.93, 0.00, 0.00, 270.00);
  887. CreateObject(1722, 1156.76, -625.38, 1088.93, 0.00, 0.00, 270.00);
  888. CreateObject(1722, 1156.80, -620.70, 1088.93, 0.00, 0.00, 270.00);
  889. CreateObject(1722, 1156.74, -619.73, 1088.93, 0.00, 0.00, 270.00);
  890. CreateObject(2894, 1162.50, -619.85, 1089.74, 0.00, 0.00, 270.00);
  891. CreateObject(2894, 1162.54, -620.70, 1089.74, 0.00, 0.00, 270.00);
  892. CreateObject(2894, 1160.07, -620.76, 1089.74, 0.00, 0.00, 270.00);
  893. CreateObject(2894, 1160.08, -619.87, 1089.74, 0.00, 0.00, 270.00);
  894. CreateObject(2894, 1157.91, -620.73, 1089.74, 0.00, 0.00, 270.00);
  895. CreateObject(2894, 1157.91, -619.85, 1089.74, 0.00, 0.00, 270.00);
  896. CreateObject(2894, 1162.64, -625.39, 1089.74, 0.00, 0.00, 270.00);
  897. CreateObject(2894, 1162.64, -626.35, 1089.74, 0.00, 0.00, 270.00);
  898. CreateObject(2894, 1160.05, -626.11, 1089.74, 0.00, 0.00, 270.00);
  899. CreateObject(2894, 1160.10, -625.26, 1089.74, 0.00, 0.00, 270.00);
  900. CreateObject(2894, 1157.85, -625.31, 1089.74, 0.00, 0.00, 270.00);
  901. CreateObject(2894, 1157.80, -626.36, 1089.74, 0.00, 0.00, 270.00);
  902. CreateObject(1502, 1150.24, -618.66, 1088.94, 0.00, 0.00, 90.00);
  903. CreateObject(1502, 1150.19, -615.63, 1088.94, 0.00, 0.00, 270.00);
  904. CreateObject(19369, 1150.19, -620.23, 1090.42, 0.00, 0.00, 0.00);
  905. CreateObject(2414, 1142.16, -640.87, 1088.88, 0.00, 0.00, 180.00);
  906. CreateObject(2414, 1140.16, -640.86, 1088.88, 0.00, 0.00, 180.00);
  907. CreateObject(2414, 1144.17, -640.88, 1088.88, 0.00, 0.00, 180.00);
  908. CreateObject(2414, 1146.15, -640.88, 1088.88, 0.00, 0.00, 180.00);
  909. CreateObject(2414, 1148.11, -640.87, 1088.88, 0.00, 0.00, 180.00);
  910. CreateObject(19369, 1188.64, -631.57, 1090.43, 0.00, 0.00, 0.00);
  911. CreateObject(19369, 1187.87, -631.18, 1090.43, 0.00, 0.00, 90.00);
  912. CreateObject(2001, 1184.00, -629.65, 1088.91, 0.00, 0.00, 0.00);
  913. return 1;
  914. }
  915.  
  916. public OnPlayerConnect(playerid){
  917. CarregarDados(playerid);
  918. return 1;
  919. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement