Advertisement
Guest User

EXTERIOR LSPD

a guest
Nov 11th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. RemoveBuildingForPlayer(playerid, 4058, 1529.5000, -1470.5313, 32.4531, 0.25);
  2.  
  3. new EXLSPD[3]
  4. EXLSPD[0] = CreateObject(4058, 1529.50000, -1470.53125, 32.45310, 0.00000, 0.00000, 0.00000);
  5. SetObjectMaterial(EXLSPD[0], 7, 6336, "sunset02_law2", "concpanel_la", 0xFFFFFFFF);
  6. SetObjectMaterial(EXLSPD[0], 6, 6336, "sunset02_law2", "concpanel_la", 0xFFFFFFFF);
  7. SetObjectMaterial(EXLSPD[0], 5, 3600, "hillhousex13_6", "policeha02black_128", 0xFFFFFFFF);
  8. SetObjectMaterial(EXLSPD[0], 4, 3600, "hillhousex13_6", "policeha02black_128", 0xFFFFFFFF);
  9. SetObjectMaterial(EXLSPD[0], 8, 8494, "vgslowbuild1", "vgnmetalwall3_256", 0xFFFFFFFF);
  10. EXLSPD[1] = CreateObject(9188, 1534.89197, -1451.81165, 15.14200, 0.00000, 0.00000, -180.00000);
  11. SetObjectMaterial(EXLSPD[1], 0, 16093, "a51_ext", "alleydoor9b", 0xFFFFFFFF);
  12. EXLSPD[2] = CreateObject(19358, 1518.82422, -1450.84790, 18.26080, 0.00000, 0.00000, 90.00000);
  13. SetObjectMaterialText(EXLSPD[2], "LOS SANTOS\nPOLICE DEPARTMENT", 0, OBJECT_MATERIAL_SIZE_512x512, "Arial", 45, 1, 0xFFFFFFFF, 0x00000000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER);
  14.  
  15. // Mapeo sin texturizar
  16. CreateObject(3462, 1524.01941, -1450.38062, 14.07968, 0.00000, 0.00000, -90.00000);
  17. CreateObject(3462, 1513.87939, -1450.38062, 14.07970, 0.00000, 0.00000, -90.00000);
  18. CreateObject(1233, 1526.01892, -1446.34705, 13.99880, 0.00000, 0.00000, 180.00000);
  19. CreateObject(1359, 1511.26880, -1450.39172, 13.21127, 0.00000, 0.00000, 0.00000);
  20. CreateObject(1291, 1502.22974, -1446.37622, 13.05790, 0.00000, 0.00000, 0.00000);
  21. CreateObject(1216, 1505.15625, -1450.56506, 13.14896, 0.00000, 0.00000, 180.00000);
  22. CreateObject(1256, 1505.03076, -1446.39941, 13.21430, 0.00000, 0.00000, 90.00000);
  23. CreateObject(1257, 1498.88892, -1434.42798, 13.82210, 0.00000, 0.00000, 90.00000);
  24. CreateObject(1229, 1501.78589, -1435.60059, 13.95035, 0.00000, 0.00000, 90.00000);
  25. return 1;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement