Advertisement
MarcSalvatore

Untitled

Oct 15th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. //Remove Buildings///////////////////////////////////////////////////////////////////////////////////////////////
  2. RemoveBuildingForPlayer(playerid, 5711, 938.546, -1074.819, 26.765, 0.250);
  3. RemoveBuildingForPlayer(playerid, 5984, 938.546, -1074.819, 26.765, 0.250);
  4. RemoveBuildingForPlayer(playerid, 5715, 905.148, -1092.829, 32.789, 0.250);
  5. RemoveBuildingForPlayer(playerid, 5871, 879.570, -1092.880, 26.156, 0.250);
  6. RemoveBuildingForPlayer(playerid, 5970, 879.570, -1092.880, 26.156, 0.250);
  7.  
  8. //Objects////////////////////////////////////////////////////////////////////////////////////////////////////////
  9. new Grobar;
  10. Grobar = CreateDynamicObject(5711, 938.546997, -1074.819946, 26.765600, 0.000000, 0.000000, 0.000000, -1, -1, -1, 600.00, 600.00);
  11. SetDynamicObjectMaterial(Grobar, 0, 10101, "2notherbuildsfe", "sl_vicwall01", 0x00000000);
  12. SetDynamicObjectMaterial(Grobar, 4, 10101, "2notherbuildsfe", "sl_vicwall01", 0x00000000);
  13. SetDynamicObjectMaterial(Grobar, 5, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  14. SetDynamicObjectMaterial(Grobar, 6, 10101, "2notherbuildsfe", "flatdoor01_law", 0x00000000);
  15. SetDynamicObjectMaterial(Grobar, 7, 10101, "2notherbuildsfe", "sl_vicwall01", 0x00000000);
  16. Grobar = CreateDynamicObject(5871, 879.570007, -1092.880004, 26.156299, 0.000000, 0.000000, 0.000000, -1, -1, -1, 600.00, 600.00);
  17. SetDynamicObjectMaterial(Grobar, 3, 10765, "airportgnd_sfse", "ws_bridgepavement2", 0x00000000);
  18. SetDynamicObjectMaterial(Grobar, 4, 10101, "2notherbuildsfe", "sl_vicwall01", 0x00000000);
  19. SetDynamicObjectMaterial(Grobar, 5, 3603, "bevmans01_la", "sjmlahus29", 0x00000000);
  20. SetDynamicObjectMaterial(Grobar, 6, 9524, "blokmodb", "Grass", 0x00000000);
  21. SetDynamicObjectMaterial(Grobar, 7, 10765, "airportgnd_sfse", "ws_runwaytarmac", 0x00000000);
  22. /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  23. /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  24. /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  25. Grobar = CreateDynamicObject(5715, 905.148010, -1092.829956, 32.789100, 0.000000, 0.000000, 0.000000, -1, -1, -1, 600.00, 600.00);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement