Post: [ZOMBIELAND] My news custom maps edit (Overflow & Plaza)
06-22-2017, 03:42 PM #1
xTiibo Modz
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NGU , today I release 2 new original maps edit on Overflow and Plaza made for the Zombeland Gamemode which I made a few months ago, for those who still edit the zombieland .


Overflow :



Plaza :




Check if you own this script :
    
CreateObject(model, origin, angle) {
return spawnEntity("script_model", model, origin, angle);
}


Add this script in Forgefunctions.gsc :
    
increaseEntitySpace()
{
if(!isDefined(level.incEntSpace))
{
level.incEntSpace = true;
array = [];
ArrayEnts = strtok("script_model,script_brushmodel,script_origin,scrip t_noteworthy", ",");
for(Ext = 0; Ext < ArrayEnts.size; Ext++)
array[Ext] = getEntArray(ArrayEnts[Ext], "classname");
iPrintLn("Entity Space Increased By: ^2"+array[0].size+" ^7|^2 "+array[1].size+" ^7|^2 "+array[2].size+" ^7|^2 "+array[3].size);
for(Ext = 0; Ext < ArrayEnts.size; Ext++)
array_delete(array[Ext]);
}
}


CreateCustomDoor(model, open, close, time, angle, width, height, hp, triggerRadius) //For overflow
{
offset = (((width / 2) - 0.5) * -1);
center = spawn("script_model", open);
for(j = 0; j < width; j++)
{
door = spawnEntity("script_model", model, open + ((0, 30, 0) * offset), (0, 0, 0));
door EnableLinkTo();
door LinkTo(center);
for(h = 1; h < height; h++)
{
door = spawnEntity("script_model", model, open + ((0, 30, 0) * offset) - ((70, 0, 0) * h), (0, 0, 0));
door EnableLinkTo();
door LinkTo(center);
}
offset += 1;
}
center.angles = angle;
center.state = "open";
center.hp = hp;
center.triggerRadius = triggerRadius;

center thread Door_Player_Think(level.activeDoors);
center thread Door_Think(open, close, time);
wait 0.01;
}


CreatePlazaCarElevator(start, end, Angle, time, waittime) //For Plaza
{
Angles = Angle;

center = spawn("script_model", start);
elevator = spawnEntity("script_model", "veh_t6_civ_sportscar_whole_orange", start, Angles);
elevator EnableLinkTo();
elevator LinkTo(center);

level thread Elevator_Think(center, start, end, time, waittime);
}




For disable the fall damage place this script in functions.gsc in givespawnweapons( status ) :

if (status == "human")
{
    
if(getDvar("mapname") == "mp_nightclub" || getDvar("mapname") == "mp_express")
{
self setperk("specialty_fallheight");
}


Not to forget to add it in Init(), in Main.gsc :
    
if(getDvar("mapname") == "mp_nightclub") // in Init()
{
PrecacheModel("mlv/p_test_karma_wings_lit");
PrecacheModel("mlv/p_test_karma_right_interior");
PrecacheModel("veh_t6_civ_sportscar_whole_orange");
PrecacheModel("p6_nightclub_fountain_stairs");
PrecacheModel("collision_clip_256x256x10");
PrecacheModel("collision_clip_128x128x10");
PrecacheModel("collision_clip_wall_512x512x10");
PrecacheModel("foliage_grass_flowerplants_squareclump");
PrecacheModel("iw_rooftop_ac_unit");
PrecacheModel("p6_door_metal_maintenance_right");
PrecacheModel("p6_mall_arch_module");
PrecacheModel("p_cub_coral_rock_sml_02_caustic");
PrecacheModel("mlv/mp_nightclub_bush_vista_01");
PrecacheModel("p6_karma_shrub_clump_02");
PrecacheModel("p6_nightclub_planter");
PrecacheModel("props_foliage_horsetail");
PrecacheModel("p6_metal_sculpture_base_03");
PrecacheModel("p6_mall_module_03_lit");
PrecacheModel("p6_mall_module_02_lit");
PrecacheModel("mlv/p6_triangle_geo_floor");
PrecacheModel("collision_clip_512x512x10");
PrecacheModel("collision_clip_256x256x10");
PrecacheModel("p6_mp_nightclub_jewelry_case_long");
PrecacheModel("mlv/p6_nightclub_aquarium");
PrecacheModel("p6_mannequin_female");
PrecacheModel("collision_clip_wall_64x64x10");
PrecacheModel("p_pent_double_doors");
PrecacheModel("mlv/p6_mp_nightclub_bar_counter");
PrecacheModel("p6_test_karma_holo_screen1_05");
PrecacheModel("p6_collosus_resort");
PrecacheModel("p6_rug_modern02");
PrecacheModel("p6_abstract_art_03");
PrecacheModel("p6_nightclub_pillar");
PrecacheModel("p6_mall_kiosk");
PrecacheModel("collision_clip_128x128x10");
PrecacheModel("dub_rock_background_01");
PrecacheModel("p_test_karma_club_couch_circle");
PrecacheModel("p6_mp_la_lobby_glass_fixture_small");
PrecacheModel("mlv/p6_tree_palm_date_med_sway");
PrecacheModel("p6_dance_floor_blue");
}

if(getDvar("mapname") == "mp_overflow")
{
PrecacheModel("com_wallchunk_boardmedium01");
PrecacheModel("afr_corrugated_metal4x4_holes");
PrecacheModel("p_rus_rollup_door_40");
PrecacheModel("ctl_gate_courtyard_rt_sml_animated");
PrecacheModel("intro_construction_scaffold_woodplanks_05");
PrecacheModel("p_rus_rollup_door_136");
PrecacheModel("fxanim_yemen_cloth_canopy07_lrg_mod");
PrecacheModel("fxanim_yemen_cloth_canopy08_lrg_mod");
precachemodel( "ch_crate48x64" );
PrecacheModel("p6_building_sign_pakistan01");
PrecacheModel("p6_building_sign_pakistan02");
PrecacheModel("p6_building_sign_pakistan06");
precachemodel( "p6_chair_damaged_panama");
precachemodel( "p6_construction_woodplankpile_01");
precachemodel( "veh_t6_civ_car_compact_bge_mud_mp");
precachemodel( "veh_t6_van_pakistan_mp" );
precachemodel( "veh_t6_civ_truck_destructible_black_mp" );
precachemodel( "mlv/p6_building_facade_pak_arch01" );
precachemodel( "p6_overflow_vista_bldg_single_003" );
precachemodel( "p6_fishing_boat_pakistan" );
precachemodel( "veh_t6_civ_bus_pakistan_mp" );
}



Here my maps :

    
Plaza()
{
//Created by xTiibo Modz
level thread removeSkyBarrier();
Createzipline((-16096, 2375, 2013), (-16274, 2710, -63), 2, false);
CreateDoor((-17916, 2047, 180Cool Man (aka Tustin), (-17722, 1798, 180Cool Man (aka Tustin), 3, (90, -90, 0), 5, 2, 40, 60);
CreateDoor((-17915, 2205, 1930), (-17758, 1982, 1925), 3, (90, 108, 0), 4, 2, 40, 60);
CreateDoor((-16847, 2169, 180Cool Man (aka Tustin), (-16847, 1935, 180Cool Man (aka Tustin), 3, (90, 0, 0), 3, 2, 45, 60);
CreateMysteryBox((-17588, 1790, 1940), (0, 0, 0), 200);
CreateMysteryBox((-17828, 1790, 1940), (0, 0, 0), 200);
CreateMysteryBox((-17575, 2420, 1815), (0, 90, 0), 200);
CreateMysteryBox((-16778, 2494, 1815), (0, 90, 0), 200);
CreateFlag((-17174, 2502, -160), (-17400, -410, 3044), false, true);
CreateFlag((-17363, 2004, 1920), (-17507, 1906, 180Cool Man (aka Tustin), true, false);
CreateFlag((-17507, 1906, 180Cool Man (aka Tustin), (-16933, 1931, 180Cool Man (aka Tustin), true, false);
CreatePlazaCarElevator((-16033, 1774, 180Cool Man (aka Tustin), (-16033, 1784,200Cool Man (aka Tustin), ( 180, 0, 0), 3, 2);

createObject(("veh_t6_civ_sportscar_whole_orange"), (-19374, 3841, 300), ( 165, 90, 0 ));
createObject(("mlv/p_test_karma_wings_lit"), (-22495, -924, 3470), ( 0, 17, 0 ));
createObject(("mlv/p_test_karma_right_interior"), (-12380, 6515, 1701), ( 0, 30, -180 ));
createObject(("veh_t6_civ_sportscar_whole_orange"), (-15871, -1063, 1830), ( 0, 180, 90 ));
createObject(("p6_nightclub_fountain_stairs"), (-17389, -140, 2933), ( 26, 90, 0 ));
createObject(("collision_clip_256x256x10"), (-17389, -147, 2933), ( 46, 90, 0 ));
createObject(("p6_nightclub_fountain_stairs"), (-17389, 80, 2710), ( 26, 90, 0 ));
createObject(("collision_clip_256x256x10"), (-17389, 73, 2710), ( 46, 90, 0 ));
createObject(("p6_nightclub_fountain_stairs"), (-17389, 300, 2487), ( 26, 90, 0 ));
createObject(("collision_clip_256x256x10"), (-17389, 293, 2487), ( 46, 90, 0 ));
createObject(("p6_nightclub_fountain_stairs"), (-17389, 520, 2264), ( 26, 90, 0 ));
createObject(("collision_clip_256x256x10"), (-17389, 513, 2264), ( 46, 90, 0 ));
createObject(("p6_nightclub_fountain_stairs"), (-17389, 740, 2041), ( 26, 90, 0 ));
createObject(("collision_clip_256x256x10"), (-17389, 733, 2041), ( 46, 90, 0 ));
createObject(("p6_nightclub_fountain_stairs"), (-17389, 960, 181Cool Man (aka Tustin), ( 26, 90, 0 ));
createObject(("collision_clip_256x256x10"), (-17389, 953, 181Cool Man (aka Tustin), ( 46, 90, 0 ));
createObject(("collision_clip_128x128x10"), (-17390, -15, 2803), ( 0, 0, -46 ));
createObject(("collision_clip_128x128x10"), (-17390, 205, 2581), ( 0, 0, -46 ));
createObject(("collision_clip_128x128x10"), (-17390, 425, 2361), ( 0, 0, -46 ));
createObject(("collision_clip_128x128x10"), (-17390, 645, 2141), ( 0, 0, -46 ));
createObject(("collision_clip_128x128x10"), (-17390, 865, 191Cool Man (aka Tustin), ( 0, 0, -46 ));
createObject(("collision_clip_wall_512x512x10"), (-17478, 6, 2870), ( 0, 90, 0 ));
createObject(("collision_clip_wall_512x512x10"), (-17478, 518, 2425), ( 0, 90, 0 ));
createObject(("collision_clip_wall_512x512x10"), (-17478, 725, 2040), ( 0, 90, 0 ));
createObject(("collision_clip_wall_512x512x10"), (-17300, 6, 2870), ( 0, 90, 0 ));
createObject(("collision_clip_wall_512x512x10"), (-17300, 518, 2425), ( 0, 90, 0 ));
createObject(("collision_clip_wall_512x512x10"), (-17300, 725, 2040), ( 0, 90, 0 ));
createObject(("foliage_grass_flowerplants_squareclump"), (-17486, 1002, 1794), ( 0, 90, 0 ));
createObject(("foliage_grass_flowerplants_squareclump"), (-17446, 1002, 1794), ( 0, 90, 0 ));
createObject(("foliage_grass_flowerplants_squareclump"), (-17406, 1002, 1794), ( 0, 90, 0 ));
createObject(("foliage_grass_flowerplants_squareclump"), (-17366, 1002, 1794), ( 0, 90, 0 ));
createObject(("foliage_grass_flowerplants_squareclump"), (-17326, 1002, 1794), ( 0, 90, 0 ));
createObject(("iw_rooftop_ac_unit"), (-17454, -300, 3000), ( 0, 180, 0 ));
createObject(("iw_rooftop_ac_unit"), (-17392, -300, 3000), ( 0, 180, 0 ));
createObject(("iw_rooftop_ac_unit"), (-17328, -300, 3000), ( 0, 180, 0 ));
createObject(("iw_rooftop_ac_unit"), (-17454, -405, 3000), ( 0, 180, 0 ));
createObject(("iw_rooftop_ac_unit"), (-17392, -405, 3000), ( 0, 180, 0 ));
createObject(("iw_rooftop_ac_unit"), (-17328, -405, 3000), ( 0, 180, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-17393, -467, 3060), ( 0, 0, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-17305, -351, 3060), ( 0, 90, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-17495, -351, 3060), ( 0, 90, 0 ));
createObject(("p6_door_metal_maintenance_right"), (-17500, -190, 3050), ( 0, 0, 90 ));
createObject(("p6_door_metal_maintenance_right"), (-17250, -190, 3050), ( 0, 0, 90 ));
createObject(("p6_mall_arch_module"), (-17390, -245, 3050), ( 0, 180, 0 ));
createObject(("p6_mall_arch_module"), (-17390, -245, 3050), ( 0, 0, 0 ));
createObject(("p_cub_coral_rock_sml_02_caustic"), (-17119, 930, 183Cool Man (aka Tustin), ( 0, 180, -90 ));
createObject(("collision_clip_wall_256x256x10"), (-17160, 992, 180Cool Man (aka Tustin), ( 0, 180, 0 ));
createObject(("collision_clip_wall_128x128x10"), (-16975, 992, 180Cool Man (aka Tustin), ( 0, 180, 0 ));
createObject(("p_cub_coral_rock_sml_02_caustic"), (-17670, 930, 183Cool Man (aka Tustin), ( 0, 180, -90 ));
createObject(("collision_clip_wall_256x256x10"), (-17608, 992, 180Cool Man (aka Tustin), ( 0, 180, 0 ));
createObject(("collision_clip_wall_128x128x10"), (-17790, 992, 180Cool Man (aka Tustin), ( 0, 180, 0 ));
createObject(("p_cub_coral_rock_sml_02_caustic"), (-17915, 1118, 183Cool Man (aka Tustin), ( 0, 90, -90 ));
createObject(("p_cub_coral_rock_sml_02_caustic"), (-17915, 1500, 183Cool Man (aka Tustin), ( 0, 90, -90 ));
createObject(("collision_clip_wall_256x256x10"), (-17855, 1131, 180Cool Man (aka Tustin), ( 0, 90, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-17855, 1387, 180Cool Man (aka Tustin), ( 0, 90, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-17847, 1643, 180Cool Man (aka Tustin), ( 0, 90, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-17834, 1865, 1790), ( 0, 82, 0 ));
createObject(("p_cub_coral_rock_sml_02_caustic"), (-16877, 1132, 183Cool Man (aka Tustin), ( 0, 90, 90 ));
createObject(("p_cub_coral_rock_sml_02_caustic"), (-16877, 1500, 183Cool Man (aka Tustin), ( 0, 90, 90 ));
createObject(("p_cub_coral_rock_sml_02_caustic"), (-16921, 1637, 183Cool Man (aka Tustin), ( 0, 90, -90 ));
createObject(("collision_clip_wall_256x256x10"), (-16935, 1131, 180Cool Man (aka Tustin), ( 0, 90, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-16935, 1400, 180Cool Man (aka Tustin), ( 0, 90, 0 ));
createObject(("collision_clip_wall_128x128x10"), (-16935, 1554, 183Cool Man (aka Tustin), ( 0, 90, 0 ));
createObject(("mlv/mp_nightclub_bush_vista_01"), (-17422, 1701, 1910), ( 0, 0, 0 ));
createObject(("p_cub_coral_rock_sml_02_caustic"), (-17103, 1644, 183Cool Man (aka Tustin), ( 0, 0, -90 ));
createObject(("collision_clip_wall_256x256x10"), (-17060, 1582, 180Cool Man (aka Tustin), ( 0, 0, 0 ));
createObject(("p_cub_coral_rock_sml_02_caustic"), (-17403, 1641, 183Cool Man (aka Tustin), ( 0, 0, -90 ));
createObject(("collision_clip_wall_256x256x10"), (-17320, 1582, 180Cool Man (aka Tustin), ( 0, 0, 0 ));
createObject(("collision_clip_wall_128x128x10"), (-17527, 1588, 183Cool Man (aka Tustin), ( 0, 170, 0 ));
createObject(("p6_karma_shrub_clump_02"), (-17875, 1682, 1880), ( 0, 113, 0 ));
createObject(("p6_karma_shrub_clump_02"), (-17530, 1662, 1830), ( 0, 0, 0 ));
createObject(("p6_nightclub_planter"), (-17603, 1760, 1793), ( 0, -90, 0 ));
createObject(("p6_nightclub_planter"), (-17603, 1914, 1793), ( 0, -90, 0 ));
createObject(("p6_karma_shrub_clump_02"), (-17544, 1920, 1845), ( 0, 90, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-17591, 1728, 180Cool Man (aka Tustin), ( 0, 90, 0 ));
createObject(("collision_clip_wall_128x128x10"), (-17591, 1920, 1855), ( 0, 90, 0 ));
createObject(("collision_clip_wall_128x128x10"), (-17531, 1983, 1855), ( 0, 0, 0 ));
createObject(("props_foliage_horsetail"), (-17607, 1900, 189Cool Man (aka Tustin), ( 0, 0, 0 ));
createObject(("props_foliage_horsetail"), (-17607, 1970, 189Cool Man (aka Tustin), ( 0, 0, 0 ));
createObject(("p6_nightclub_planter"), (-17840, 1769, 1793), ( 0, 82, 0 ));
createObject(("p6_nightclub_planter"), (-17825, 1910, 1793), ( 0, 82, 0 ));
createObject(("p6_karma_shrub_clump_02"), (-17876, 1940, 1845), ( 0, 82, 0 ));
createObject(("collision_clip_wall_128x128x10"), (-17883, 1987, 1850), ( 0, 172, 0 ));
createObject(("p6_metal_sculpture_base_03"), (-17727, 1798, 1889), ( 0, 5, 0 ));
createObject(("p6_mall_module_03_lit"), (-17541, 2083, 180Cool Man (aka Tustin), ( 0, -90, 0 ));
createObject(("collision_clip_wall_512x512x10"), (-17521, 2264, 2050), ( 0, 90, 0 ));
createObject(("p6_mall_module_03_lit"), (-17541, 2268, 180Cool Man (aka Tustin), ( 0, -90, 0 ));
createObject(("p6_mall_module_03_lit"), (-17541, 2453, 180Cool Man (aka Tustin), ( 0, -90, 0 ));
createObject(("p6_mall_module_02_lit"), (-17624, 2548, 180Cool Man (aka Tustin), ( 0, 0, 0 ));
createObject(("p6_mall_module_02_lit"), (-17807, 2548, 180Cool Man (aka Tustin), ( 0, 0, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-17663, 2548, 1920), ( 0, 0, 0 ));
createObject(("collision_clip_wall_128x128x10"), (-17855, 2548, 1865), ( 0, 0, 0 ));
createObject(("collision_clip_wall_128x128x10"), (-17855, 2548, 1990), ( 0, 0, 0 ));
createObject(("p6_mall_module_03_lit"), (-17885, 2083, 1803), ( 0, 90, 0 ));
createObject(("collision_clip_wall_512x512x10"), (-17895, 2264, 2050), ( 0, 90, 0 ));
createObject(("p6_mall_module_03_lit"), (-17885, 2268, 1803), ( 0, 90, 0 ));
createObject(("p6_mall_module_03_lit"), (-17885, 2453, 1803), ( 0, 90, 0 ));
createObject(("mlv/mp_nightclub_bush_vista_01"), (-17885, 2150, 1950), ( 0, -90, 0 ));
createObject(("mlv/mp_nightclub_bush_vista_01"), (-17885, 2400, 1950), ( 0, -90, 0 ));
createObject(("mlv/mp_nightclub_bush_vista_01"), (-17531, 2170, 1950), ( 0, 90, 0 ));
createObject(("mlv/mp_nightclub_bush_vista_01"), (-17531, 2400, 1950), ( 0, 90, 0 ));
createObject(("mlv/mp_nightclub_bush_vista_01"), (-17712, 2561, 1950), ( 0, 0, 0 ));
createObject(("iw_rooftop_ac_unit"), (-17800, 2505, 1770), ( 0, -90, 22 ));
createObject(("iw_rooftop_ac_unit"), (-17707, 2505, 1806), ( 0, -90, 22 ));
createObject(("iw_rooftop_ac_unit"), (-17614, 2505, 1843), ( 0, -90, 22 ));
createObject(("iw_rooftop_ac_unit"), (-17558, 2505, 1856), ( 0, 0, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17665, 1947, 1916), ( 0, 90, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17665, 1947, 1916), ( 0, 90, 180 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17792, 1947, 1916), ( 0, 90, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17792, 1947, 1916), ( 0, 90, 180 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17590, 2063, 1916), ( 0, 90, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17590, 2063, 1916), ( 0, 90, 180 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17710, 2063, 1916), ( 0, 90, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17710, 2063, 1916), ( 0, 90, 180 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17830, 2063, 1916), ( 0, 90, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17830, 2063, 1916), ( 0, 90, 180 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17590, 2178, 1916), ( 0, 90, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17590, 2178, 1916), ( 0, 90, 180 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17710, 2178, 1916), ( 0, 90, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17710, 2178, 1916), ( 0, 90, 180 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17830, 2178, 1916), ( 0, 90, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17830, 2178 , 1916), ( 0, 90, 180 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17590, 2293, 1916), ( 0, 90, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17590, 2293, 1916), ( 0, 90, 180 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17710, 2293, 1916), ( 0, 90, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17710, 2293, 1916), ( 0, 90, 180 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17830, 2293, 1916), ( 0, 90, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17830, 2293 , 1916), ( 0, 90, 180 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17595, 2408, 1916), ( 0, 0, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17595, 2408 , 1916), ( 0, 0, 180 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17724, 2408, 1916), ( 0, 0, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17724, 2408 , 1916), ( 0, 0, 180 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17855, 2410, 1916), ( 0, 90, 0 ));
createObject(("mlv/p6_triangle_geo_floor"), (-17855, 2410 , 1916), ( 0, 90, 180 ));
createObject(("collision_clip_512x512x10"), (-17676, 2204 , 1915), ( 0, 90, 0 ));
createObject(("collision_clip_256x256x10"), (-17700, 1818 , 1915), ( 0, 90, 0 ));
createObject(("p6_mp_nightclub_jewelry_case_long"), (-17654, 1679 , 1920), ( 0, -90, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-17720, 1688, 201Cool Man (aka Tustin), ( 0, 0, 0 ));
createObject(("p6_mp_nightclub_jewelry_case_long"), (-17794, 1679 , 1920), ( 0, -90, 0 ));
createObject(("mlv/p6_nightclub_aquarium"), (-17578, 1787, 1925), ( 0, -90, 0 ));
createObject(("p6_mannequin_female"), (-17594, 1840 , 1925), ( 0, -60, 0 ));
createObject(("p6_mannequin_female"), (-17594, 1735 , 1925), ( 0, -165, 0 ));
createObject(("collision_clip_wall_64x64x10"), (-17603, 1832, 1950), ( 0, 66, 0 ));
createObject(("collision_clip_wall_64x64x10"), (-17603, 1737, 1950), ( 0, -66, 0 ));
createObject(("collision_clip_wall_64x64x10"), (-17615, 1787, 1950), ( 0, 90, 0 ));
createObject(("mlv/p6_nightclub_aquarium"), (-17840, 1787 , 1925), ( 0, 90, 0 ));
createObject(("p6_mannequin_female"), (-17822, 1735 , 1925), ( 0, 105, 0 ));
createObject(("p6_mannequin_female"), (-17825, 1840 , 1925), ( 0, 25, 0 ));
createObject(("collision_clip_wall_64x64x10"), (-17815, 1832, 1950), ( 0, 114, 0 ));
createObject(("collision_clip_wall_64x64x10"), (-17815, 1737, 1950), ( 0, -114, 0 ));
createObject(("collision_clip_wall_64x64x10"), (-17803, 1787, 1950), ( 0, 90, 0 ));
createObject(("p_pent_double_doors"), (-17856, 1943, 1923), ( 0, 108, 0 ));
createObject(("p_pent_double_doors"), (-17873, 1995, 1923), ( 0, 108, 0 ));
createObject(("mlv/p6_mp_nightclub_bar_counter"), (-17718, 1814, 1980), ( 0, 90, 0 ));
createObject(("p6_test_karma_holo_screen1_05"), (-17612, 1664, 1915), ( 0, -90, 0 ));
createObject(("p6_test_karma_holo_screen1_05"), (-17652, 1664, 1915), ( 0, -90, 0 ));
createObject(("p6_test_karma_holo_screen1_05"), (-17692, 1664, 1915), ( 0, -90, 0 ));
createObject(("p6_test_karma_holo_screen1_05"), (-17732, 1664, 1915), ( 0, -90, 0 ));
createObject(("p6_test_karma_holo_screen1_05"), (-17772, 1664, 1915), ( 0, -90, 0 ));
createObject(("p6_test_karma_holo_screen1_05"), (-17812, 1664, 1915), ( 0, -90, 0 ));
createObject(("p6_collosus_resort"), (-17712, 1636.5, 2020), ( 0, 0, 90 ));
createObject(("p6_rug_modern02"), (-17710, 1724, 2014), ( 0, -90, 0 ));
createObject(("p6_rug_modern02"), (-17710, 1850, 2014), ( 0, -90, 0 ));
createObject(("p6_rug_modern02"), (-17737, 1932, 2014), ( 0, -90, 0 ));
createObject(("p6_rug_modern02"), (-17530, 1932, 2014), ( 0, -90, 0 ));
createObject(("p6_rug_modern02"), (-17670, 1932, 191Cool Man (aka Tustin), ( 0, -90, 0 ));
createObject(("p6_rug_modern02"), (-17485, 1932, 1923), ( 0, -90, 0 ));
createObject(("p6_abstract_art_03"), (-17514, 1867, 1954), ( 0, 90, 90 ));
createObject(("p6_abstract_art_03"), (-17514, 1867, 2010), ( 0, 90, 90 ));
createObject(("p6_abstract_art_03"), (-17425, 1867, 1954), ( 0, 90, 90 ));
createObject(("p6_abstract_art_03"), (-17425, 1867, 2010), ( 0, 90, 90 ));
createObject(("p6_nightclub_pillar"), (-17365, 1864, 1920), ( 0, -90, 0 ));
createObject(("p6_nightclub_pillar"), (-17365, 1858, 1920), ( 0, -90, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-17481, 1860, 1920), ( 0, 0, 0 ));
createObject(("p6_mall_kiosk"), (-17579, 2027, 1920), ( 0, 90, 0 ));
createObject(("p6_mall_kiosk"), (-17638, 2027, 1920), ( 0, 90, 0 ));
createObject(("collision_clip_wall_128x128x10"), (-17595, 2008, 1990), ( 0, 0, 0 ));
createObject(("collision_clip_wall_128x128x10"), (-17585, 2050, 1990), ( 0, 0, 0 ));
createObject(("collision_clip_wall_64x64x10"), (-17665, 2030, 1950), ( 0, 90, 0 ));
createObject(("collision_clip_128x128x10"), (-17500, 1932, 1915), ( 0, 0, 0 ));
createObject(("collision_clip_128x128x10"), (-17393, 1932, 1915), ( 0, 0, 0 ));
createObject(("mlv/p6_nightclub_aquarium"), (-17445, 2015 , 1925), ( 0, 0, 0 ));
createObject(("p6_nightclub_fountain_stairs"), (-17191, 1932, 1854), ( 0, 0, 0 ));
createObject(("collision_clip_128x128x10"), (-17256, 1932, 1885), ( 22, 0, 0 ));
createObject(("collision_clip_128x128x10"), (-17128, 1932, 1832), ( 22, 0, 0 ));
createObject(("collision_clip_wall_64x64x10"), (-17559, 1857, 1950), ( 0, -45, 0 ));
createObject(("collision_clip_wall_64x64x10"), (-17483, 1991, 1950), ( 0, -14, 0 ));
createObject(("collision_clip_wall_64x64x10"), (-17410, 1990, 1950), ( 0, 16, 0 ));
createObject(("p6_nightclub_planter"), (-17339, 1942, 2010), ( 0, 90, 0 ));
createObject(("p6_metal_sculpture_base_03"), (-17250, 1867, 1900), ( -14, 0, 90 ));
createObject(("p6_metal_sculpture_base_03"), (-16975, 1863, 1900), ( 14, 180, -90 ));
createObject(("collision_clip_wall_512x512x10"), (-17123, 1852, 1920), ( 0, 0, 0 ));
createObject(("p6_metal_sculpture_base_03"), (-17250, 2005, 1900), ( 14, 0, -90 ));
createObject(("p6_metal_sculpture_base_03"), (-16975, 1999, 1900), ( -14, 180, 90 ));
createObject(("collision_clip_wall_512x512x10"), (-17123, 2020, 1920), ( 0, 0, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-16865, 1709, 1920), ( 0, 90, 0 ));
createObject(("dub_rock_background_01"), (-16971, 2165, 1860), ( 0, -114, 0 ));
createObject(("dub_rock_background_01"), (-16971, 2165, 1970), ( 0, 112, -170 ));
createObject(("collision_clip_wall_256x256x10"), (-16868, 2161, 1920), ( 0, 90, 0 ));
createObject(("dub_rock_background_01"), (-16968, 2425, 1860), ( 0, -112, 0 ));
createObject(("dub_rock_background_01"), (-16968, 2405, 1965), ( 0, 112, 180 ));
createObject(("collision_clip_wall_256x256x10"), (-16868, 2425, 1920), ( 0, 90, 0 ));
createObject(("mlv/mp_nightclub_bush_vista_01"), (-16690, 2555, 1820), ( 0, 180, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-16715, 2560, 1950), ( 0, 0, 0 ));
createObject(("mlv/mp_nightclub_bush_vista_01"), (-16320, 2555, 1820), ( 0, 180, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-16450, 2560, 1950), ( 0, 0, 0 ));
createObject(("mlv/mp_nightclub_bush_vista_01"), (-15950, 2555, 1820), ( 0, 180, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-16185, 2560, 1950), ( 0, 0, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-15930, 2560, 1950), ( 0, 0, 0 ));
createObject(("mlv/mp_nightclub_bush_vista_01"), (-16690, 1593, 1820), ( 0, 0, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-16715, 1593, 1950), ( 0, 0, 0 ));
createObject(("mlv/mp_nightclub_bush_vista_01"), (-16320, 1593, 1820), ( 0, 0, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-16450, 1593, 1950), ( 0, 0, 0 ));
createObject(("mlv/mp_nightclub_bush_vista_01"), (-15950, 1593, 1820), ( 0, 0, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-16185, 1593, 1950), ( 0, 0, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-15930, 1593, 1950), ( 0, 0, 0 ));
createObject(("p_test_karma_club_couch_circle"), (-15762, 2511, 1860), ( 90, 180, 90 ));
createObject(("p6_mp_la_lobby_glass_fixture_small"), (-15784, 2370, 1860), ( 0, 90, 90 ));
createObject(("collision_clip_wall_256x256x10"), (-15773, 2426, 1950), ( 0, 90, 0 ));
createObject(("p6_mp_la_lobby_glass_fixture_small"), (-15784, 2080, 1860), ( 0, 90, 90 ));
createObject(("collision_clip_wall_256x256x10"), (-15773, 2170, 1950), ( 0, 90, 0 ));
createObject(("p6_mp_la_lobby_glass_fixture_small"), (-15784, 1790, 1860), ( 0, 90, 90 ));
createObject(("collision_clip_wall_256x256x10"), (-15773, 1914, 1950), ( 0, 90, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-15773, 1658, 1950), ( 0, 90, 0 ));
createObject(("p_test_karma_club_couch_circle"), (-15762, 1605, 1860), ( 90, 180, 90 ));
createObject(("mlv/p6_tree_palm_date_med_sway"), (-16533, 2327, 1360), ( 0, 117, 0 ));
createObject(("p6_dance_floor_blue"), (-16035, 2166, 2005), ( 0, 0, 0 ));
createObject(("p6_dance_floor_blue"), (-16035, 2166, 2005), ( 0, 0, 180 ));
createObject(("collision_clip_512x512x10"), (-16024, 2166, 200Cool Man (aka Tustin), ( 0, 0, 0 ));
createObject(("p_test_karma_club_couch_circle"), (-15869, 1978, 2000), ( 0, -141, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-15851, 1966, 212Cool Man (aka Tustin), ( 0, -145, 0 ));
createObject(("p_test_karma_club_couch_circle"), (-15905, 2384, 2000), ( 0, -34, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-15904, 2385, 212Cool Man (aka Tustin), ( 0, -37, 0 ));
createObject(("p_test_karma_club_couch_circle"), (-16211, 2001, 2000), ( 0, 130, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-16215, 1992, 212Cool Man (aka Tustin), ( 0, 126, 0 ));
createObject(("p_test_karma_club_couch_circle"), (-16215, 2329, 2000), ( 0, 47, 0 ));
createObject(("collision_clip_wall_256x256x10"), (-16210, 2345, 212Cool Man (aka Tustin), ( 0, -126, 0 ));
createObject(("p_pent_double_doors"), (-16091, 1831, 200Cool Man (aka Tustin), ( 0, 180, 90 ));
createObject(("p_pent_double_doors"), (-16031, 1831, 200Cool Man (aka Tustin), ( 0, 180, 90 ));
createObject(("collision_clip_wall_128x128x10"), (-17429, 2000, 1820), ( 0, 15, 0 ));
createObject(("p6_rug_modern02"), (-17403, 2005, 1860), ( 90, -80, 0 ));
createObject(("p6_rug_modern02"), (-17473, 1866, 1860), ( 90, 90, 0 ));

wait 10;
iPrintLn("^2Map edit made by xTiibo");
PlayFX( level._effect["fx_mp_nightclub_vista_spotlight01"], (-16769, 870, 180Cool Man (aka Tustin) );
PlayFX( level._effect["fx_mp_nightclub_vista_spotlight01"], (-16843, 1762, 180Cool Man (aka Tustin) );
PlayFX( level._effect["fx_mp_nightclub_vista_spotlight01"], (-18010, 958, 180Cool Man (aka Tustin) );
PlayFX( level._effect["fx_mp_nightclub_vista_spotlight01"], (-17980, 1677, 180Cool Man (aka Tustin) );
PlayFX( level._effect["fx_mp_nightclub_laser_roller"], (-17745, 1954, 2016) );
PlayFX( level._effect["fx_mp_nightclub_red_flash"], (-17345, 1931, 1920) );
PlayFX( level._effect["fx_mp_nightclub_fireworks_runner_02"], (-16213, 2495, 0) );
PlayFX( level._effect["fx_mp_nightclub_fireworks_runner_02"], (-16213, 1853, 0) );
}



    
Overflow()
{
//xTiibo Modz
level thread increaseEntitySpace();
wait 3.5;
CreateZipline((-1087, -2336, -30), ( -1819, -2621, 142 ), 2, true);

CreateMysteryBox((-2040, -3049, -20), ( 0, 0, -90 ), 200);
CreateMysteryBox((-1486, -2632, -35), ( 0, 0, 0 ), 200);
CreateMysteryBox((-1974, -2572, 150), ( 0, 90, 0 ), 200);

createObject(( "mlv/p6_building_facade_pak_arch01"), (-1580, -2474, -35), ( 0, 180, 0 ));
createObject(( "p6_overflow_vista_bldg_single_003"), (-1660, -2816, -150), ( 0, -180, 0 ));
createObject(( "p6_overflow_vista_bldg_single_003"), (-1220, -3042, -300), ( 0, 90, -90 ));
createObject(( "collision_clip_wall_256x256x10"), (-1019, -2437, -35), ( 0, -90, 0 ));
createObject(( "collision_clip_wall_256x256x10"), (-965, -2816, -35), ( 0, -90, 0 ));
createObject(( "collision_clip_wall_256x256x10"), (-1048, -2967, -35), ( 0, 45, 0 ));
createObject(( "collision_clip_512x512x10"), (-1366, -2768, -34.5), ( 0, -90, 0 ));
createObject(( "collision_clip_512x512x10"), (-1782, -2545, 137), ( 0, -90, 0 ));
createObject(( "collision_clip_wall_256x256x10"), (-1649, -2665, 141), ( 0, 90, 0 ));
createObject(( "collision_clip_wall_512x512x10"), (-1918, -2540, 141), ( 0, 0, 0 ));

createObject(( "p6_construction_woodplankpile_01"), (-844, -2689.5, -10), ( 0, 0, 90 ));
createObject(( "collision_clip_wall_256x256x10"), (-831, -2696, -31), ( 0, 0, 0 ));
createObject(( "collision_clip_wall_128x128x10"), (-630, -2696, -31), ( 0, 0, 0 ));

createObject(( "collision_clip_wall_256x256x10"), (-872, -2566, -31), ( 0, 0, 0 ));
createObject(( "collision_clip_wall_256x256x10"), (-660, -2566, -31), ( 0, 0, 0 ));
createObject(( "collision_clip_wall_256x256x10"), (-536, -2433, -31), ( 0, 90, 0 ));
createObject(( "collision_clip_wall_256x256x10"), (-683, -2310, -31), ( 0, 0, 0 ));
createObject(( "collision_clip_wall_128x128x10"), (-856, -2310, -31), ( 0, 0, 0 ));

createObject(( "p6_fishing_boat_pakistan"), (-426, -2750, -30), ( -90, 72, 0 ));
createObject(( "collision_clip_wall_512x512x10"), (-408, -2757, -31), ( 0, -16, 0 ));
createObject(( "collision_clip_wall_256x256x10"), (-95, -2742, -31), ( 0, 45, 0 ));
createObject(( "veh_t6_civ_bus_pakistan_mp"), (72, -2383, -34), ( 0, -90, 0 ));
createObject(( "collision_clip_wall_256x256x10"), (26, -2450, -31), ( 0, -90, 0 ));
createObject(( "ch_crate48x64"), (17, -2605, -32), ( 0, -29, 0 ));
createObject(( "ch_crate48x64"), (17, -2605, 14), ( 0, -29, 0 ));

createObject(( "com_pallet_2"), (-1017, -2606, -2), ( 0, -90, 90 ));
createObject(( "com_pallet_2"), (-1017, -2662, -2), ( 0, -90, 90 ));
createObject(( "com_pallet_2"), (-992 , -2687, -2), ( 0, 0, 90 ));
createObject(( "veh_t6_civ_car_compact_bge_mud_mp"), (-1025, -2275, -30), ( 90, 0, 0 ));
createObject(( "veh_t6_van_pakistan_mp"), (-1032, -2996, -33), ( 0, 45, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-974, -2820, -10), ( 0, 90, 90 ));

createObject(( "ch_crate48x64"), (-1466, -2053, -32), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1466, -2053, 14), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1406, -2053, -32), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1406, -2053, 14), ( 0, 90, 0 ));

CreateCustomDoor(("com_pallet_2"),(-1988, -2830, -30), (-1843, -2912, -25), 2, (90, 0, 0), 4, 2, 30, 80);
CreateCustomDoor(("com_pallet_2"),(-1519, -3040, 111), (-1576, -2896, 111), 2, (90, 0, 0), 5, 2, 40, 80);
CreateCustomDoor(("com_pallet_2"),(-1726, -2510, 142), (-1116, -2414, -32), 2, (90, 61, 0), 6, 2, 35, 80);
CreateCustomDoor(("com_pallet_2"),(-515, -2427, -31), (-696, -2637, -32), 2, (90, 0, 0),4, 2, 40, 80);
CreateFlag((-1671, -536, 11), (-1642, -2026, -31), false, true);
CreateFlag((687, -436, -4), (-1220, -2054, -21), false, true);
CreateFlag((-1687, -2786, 142), (-994, -2596, -31), false, true);
CreateFlag((-930, -2274, -31), (-1464, 1152, 0), false, false);
createObject(( "ch_crate48x64"), (-1868, -1886, -30), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1868, -1886, 15), ( 0, 90, 0 ));
iPrintLn("^2Map edit made by xTiibo");
createObject(( "collision_clip_wall_512x512x10"), (-1274, -2363, -14), ( 0, 32, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1425, -2444, -10), ( 0, 32, 90 ));
createObject(( "p6_construction_woodplankpile_01"), (-1425, -2444, 50), ( 0, 32, 90 ));
createObject(( "p6_construction_woodplankpile_01"), (-1425, -2444, 110), ( 0, 32, 90 ));
createObject(( "p6_construction_woodplankpile_01"), (-1250, -2335, -11.25), ( 0, 32, 90 ));
createObject(( "p6_construction_woodplankpile_01"), (-1250, -2335, 50), ( 0, 32, 90 ));
createObject(( "p6_construction_woodplankpile_01"), (-1250, -2335, 110), ( 0, 32, 90 ));
createObject(( "p6_construction_woodplankpile_01"), (-1125, -2264, 50), ( 90, 32, 90 ));
createObject(( "com_pallet_2"), (-1580, -2460, -36), ( 10, 90, 0 ));
createObject(( "com_pallet_2"), (-1580, -2520, -32), ( 0, -90, 0 ));
createObject(( "com_pallet_2"), (-1580, -2585, -32), ( 0, -90, 0 ));
createObject(( "com_pallet_2"), (-1580, -2650, -32), ( 0, -90, 0 ));
createObject(( "com_pallet_2"), (-1580, -2715, -32), ( 0, -90, 0 ));
createObject(( "com_pallet_2"), (-1580, -2780, -32), ( 0, -90, 0 ));
createObject(( "com_pallet_2"), (-1580, -2845, -32), ( 0, -90, 0 ));
createObject(( "com_pallet_2"), (-1580, -2910, -32), ( 0, -90, 0 ));
createObject(( "com_pallet_2"), (-1580, -2960, -32), ( 0, -90, 0 ));


createObject(( "com_pallet_2"), (-1640, -2887, -32), ( 0, 180, 0 ));
createObject(( "com_pallet_2"), (-1705, -2887, -32), ( 0, 180, 0 ));
createObject(( "com_pallet_2"), (-1770, -2887, -32), ( 0, 180, 0 ));
createObject(( "com_pallet_2"), (-1835, -2887, -32), ( 0, 180, 0 ));
createObject(( "com_pallet_2"), (-1900, -2887, -32), ( 0, 180, 0 ));

createObject(( "com_pallet_2"), (-1640, -2940, -32), ( 0, 180, 0 ));
createObject(( "com_pallet_2"), (-1705, -2940, -32), ( 0, 180, 0 ));
createObject(( "com_pallet_2"), (-1770, -2940, -32), ( 0, 180, 0 ));
createObject(( "com_pallet_2"), (-1835, -2940, -32), ( 0, 180, 0 ));
createObject(( "com_pallet_2"), (-1900, -2940, -32), ( 0, 180, 0 ));


createObject(( "com_pallet_2"), (-1965, -2887, -32), ( 0, 180, 0 ));
createObject(( "com_pallet_2"), (-1965, -2940, -32), ( 0, 180, 0 ));
createObject(( "com_pallet_2"), (-2030, -2887, -32), ( 0, 180, 0 ));
createObject(( "com_pallet_2"), (-2030, -2940, -32), ( 0, 180, 0 ));
createObject(( "com_pallet_2"), (-1942, -2995, -32), ( 0, 180, 0 ));
createObject(( "com_pallet_2"), (-1937, -3047, -32), ( 0, 90, 0 ));
createObject(( "com_pallet_2"), (-1992, -2998, -32), ( 0, 90, 0 ));
createObject(( "com_pallet_2"), (-2033, -2998, -32), ( 0, 90, 0 ));
createObject(( "com_pallet_2"), (-1996.5, -3052, -32), ( 0, 180, 0 ));
createObject(( "com_pallet_2"), (-2056, -3052, -32), ( 0, 180, 0 ));

createObject(( "ch_crate48x64"), (-1631, -2528, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1631, -2588, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1631, -2648, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1631, -2708, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1631, -2768, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1631, -2828, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1631, -2528, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1631, -2588, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1631, -2648, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1631, -2708, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1631, -2768, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1631, -2828, 20), ( 0, 180, 0 ));



createObject(( "ch_crate48x64"), (-1530, -2528, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2588, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2648, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2708, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2768, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2828, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2888, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2948, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -3008, -27.5), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2528, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2588, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2648, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2708, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2768, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2828, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2888, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -2948, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1530, -3008, 1Cool Man (aka Tustin), ( 0, 180, 0 ));


createObject(( "ch_crate48x64"), (-1580, -2990, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1640, -2990, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1700, -2990, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1760, -2990, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1820, -2990, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1880, -2990, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1580, -2990, 20), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1640, -2990, 20), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1700, -2990, 20), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1760, -2990, 20), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1820, -2990, 20), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1880, -2990, 20), ( 0, 90, 0 ));


createObject(( "ch_crate48x64"), (-1687, -2836, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1747, -2836, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1807, -2836, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1867, -2836, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1927, -2836, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1987, -2836, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2047, -2836, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1687, -2836, 20), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1747, -2836, 20), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1807, -2836, 20), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1867, -2836, 20), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1927, -2836, 20), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1987, -2836, 20), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2047, -2836, 20), ( 0, 90, 0 ));

createObject(( "ch_crate48x64"), (-2084, -2892, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2084, -2952, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2092, -3003, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2084, -3042, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2084, -2892, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2084, -2952, 20), ( 0, 180, 0 ));

createObject(( "ch_crate48x64"), (-2092, -3005, 20), ( 0, 90, 0 ));
//createObject(( "ch_crate48x64"), (-2084, -2952, 65), ( 0, 180, 0 ));
//createObject(( "ch_crate48x64"), (-2092, -3003, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2092, -3054, 20), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2092, -3054, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2032, -3003, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1972, -3003, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1912, -3003, 65), ( 0, 90, 0 ));


createObject(( "ch_crate48x64"), (-2148, -3046, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2148, -2986, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2138, -2931, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2148, -3046, 110), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2148, -2986, 110), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2138, -2931, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2100, -3046, 155), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2052, -3046, 155), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2115, -2986, 155), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2138, -2931, 155), ( 0, 90, 0 ));

createObject(( "ch_crate48x64"), (-1888, -3046, -25), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1944, -3102, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2004, -3102, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2064, -3102, -25), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1888, -3046, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1944, -3102, 20), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2004, -3102, 20), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2064, -3102, 20), ( 0, 90, 0 ));

createObject(( "ch_crate48x64"), (-1888, -3046, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1944, -3102, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2004, -3102, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2064, -3102, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2114, -3102, 65), ( 0, 90, 0 ));

createObject(( "ch_crate48x64"), (-1915, -3038, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1975, -3038, 155), ( 0, 90, 0 ));
createObject(( "p6_building_sign_pakistan01"), (-2002, -3017, 204), ( 0, 180, 0 ));

createObject(( "ch_crate48x64"), (-1888, -3046, 110), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1936, -3046, 110), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1984, -3046, 120), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2032, -3046, 134), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1944, -3102, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2004, -3102, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2064, -3102, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2114, -3102, 110), ( 0, 90, 0 ));
createObject(( "p_rus_rollup_door_136"), (-1994, -3020, 110), ( 0, -90, 0 ));

createObject(( "p6_chair_damaged_panama"), (-1948, -3048, -35), ( 55, 180, 0 ));
createObject(( "p6_chair_damaged_panama"), (-1975, -3048, -17), ( 55, 180, 0 ));
createObject(( "p6_chair_damaged_panama"), (-2002, -3048, 1), ( 55, 180, 0 ));
createObject(( "p6_chair_damaged_panama"), (-2029, -3048, 19), ( 55, 180, 0 ));
//createObject(( "p6_chair_damaged_panama"), (-2039, -3048, -27), ( 0, 90, 0 ));

createObject(( "p6_chair_damaged_panama"), (-2085, -2970, 45), ( 50, 45, 0 ));
createObject(( "p6_chair_damaged_panama"), (-2112, -2942, 45), ( 50, 45, 0 ));
createObject(( "p6_chair_damaged_panama"), (-2070, -2960, 5Cool Man (aka Tustin), ( 50, 45, 0 ));
createObject(( "p6_chair_damaged_panama"), (-2097, -2932, 5Cool Man (aka Tustin), ( 50, 45, 0 ));

createObject(( "p6_building_sign_pakistan02"), (-1580, -2560, 67), ( 0, 90, -90 ));
createObject(( "p6_building_sign_pakistan02"), (-1580, -2680, 67), ( 0, 90, -90 ));
createObject(( "p6_building_sign_pakistan02"), (-1580, -2796, 67), ( 0, 90, -90 ));

createObject(( "p6_building_sign_pakistan06"), (-1580, -2507, 83), ( 0, 180, 0 ));

createObject(( "ch_crate48x64"), (-1851, -3007, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1791, -3007, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1731, -3007, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1671, -3007, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1611, -3007, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1551, -3007, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1851, -3007, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1791, -3007, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1731, -3007, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1671, -3007, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1611, -3007, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1551, -3007, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1491, -3007, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1431, -3007, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1371, -3007, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1311, -3007, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1251, -3007, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1191, -3007, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1491, -3055, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1431, -3055, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1371, -3055, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1311, -3055, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1251, -3055, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1191, -3055, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1131, -3055, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1491, -3055, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1431, -3055, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1371, -3055, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1311, -3055, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1251, -3055, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1191, -3055, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1131, -3055, 155), ( 0, 90, 0 ));

createObject(( "ch_crate48x64"), (-1491, -3055, 19), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1431, -3055, 19), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1371, -3055, 19), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1311, -3055, 19), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1251, -3055, 19), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1191, -3055, 19), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1131, -3055, 19), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1491, -3055, -27.5), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1431, -3055, -27.5), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1371, -3055, -27.5), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1311, -3055, -27.5), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1251, -3055, -27.5), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1191, -3055, -27.5), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1131, -3055, -27.5), ( 0, 90, 0 ));

createObject(( "ch_crate48x64"), (-2130, -2962, 20), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2084, -2892, 54), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2111, -2868, 110), ( 0, 142, 0 ));
createObject(( "ch_crate48x64"), (-2111, -2868, 155), ( 0, 142, 0 ));

createObject(( "ch_crate48x64"), (-2036, -2892, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-2036, -2952, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1988, -2892, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1988, -2952, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1940, -2892, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1940, -2952, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1892, -2892, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1892, -2952, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1844, -2892, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1844, -2952, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1796, -2892, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1796, -2952, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1748, -2892, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1748, -2952, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1700, -2892, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1700, -2952, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1652, -2892, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1652, -2952, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1604, -2892, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1604, -2952, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1556, -2892, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1556, -2952, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1508, -2892, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1508, -2952, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1460, -2892, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1460, -2952, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1412, -2892, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1412, -2952, 65), ( 0, 180, 0 ));

createObject(( "ch_crate48x64"), (-1158, -2844, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1158, -2904, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1158, -2964, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1158, -3024, 65), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1110, -2844, 110), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1110, -2904, 110), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1110, -2964, 110), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1110, -3024, 110), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1110, -2844, 155), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1110, -2904, 155), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1110, -2964, 155), ( 0, 180, 0 ));
createObject(( "ch_crate48x64"), (-1110, -3024, 155), ( 0, 180, 0 ));


createObject(( "p6_construction_woodplankpile_01"), (-2080, -2940, 200), ( 0, -90, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-2020, -2940, 200), ( 0, -90, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1960, -2940, 200), ( 0, -90, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1900, -2940, 200), ( 0, -90, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1900, -2940, 200), ( 0, -90, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1810, -2953, 200), ( 0, 0, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1810, -2890, 200), ( 0, 0, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1610, -2953, 200), ( 0, 0, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1610, -2890, 200), ( 0, 0, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1565, -2838, 200), ( 0, 0, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1365, -2838, 200), ( 0, 0, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1205, -2838, 200), ( 0, 0, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1487, -2950, 200), ( 0, 90, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1427, -2950, 200), ( 0, 90, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1367, -2950, 200), ( 0, 90, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1307, -2950, 200), ( 0, 90, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1247, -2950, 200), ( 0, 90, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1187, -2950, 200), ( 0, 90, 0 ));
createObject(( "p6_construction_woodplankpile_01"), (-1127, -2950, 200), ( 0, 90, 0 ));



createObject(( "ch_crate48x64"), (-1627, -2836, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1567, -2836, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1507, -2836, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1447, -2836, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1387, -2836, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1327, -2836, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1267, -2836, 65), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1207, -2836, 65), ( 0, 90, 0 ));

createObject(( "com_pallet_2"), (-1385, -2892.5, 136), ( 0, -90, 90 ));
createObject(( "com_pallet_2"), (-1385, -2954, 136), ( 0, -90, 90 ));
createObject(( "com_pallet_2"), (-1385, -2892.5, 186), ( 0, -90, 90 ));
createObject(( "com_pallet_2"), (-1385, -2954, 186), ( 0, -90, 90 ));

createObject(( "com_pallet_2"), (-1200, -2954, 91), ( 0, -90, 35 ));
createObject(( "com_pallet_2"), (-1245, -2954, 60), ( 0, -90, 35 ));
createObject(( "com_pallet_2"), (-1290, -2954, 29), ( 0, -90, 35 ));
createObject(( "com_pallet_2"), (-1335, -2954, -2), ( 0, -90, 35 ));
createObject(( "com_pallet_2"), (-1380, -2954, -33), ( 0, -90, 35 ));
createObject(( "com_pallet_2"), (-1428, -2954, -42), ( 0, -90, 0 ));
createObject(( "com_pallet_2"), (-1482, -2954, -42), ( 0, -90, 0 ));

createObject(( "com_pallet_2"), (-1200, -2892.5, 91), ( 0, -90, 35 ));
createObject(( "com_pallet_2"), (-1245, -2892.5, 60), ( 0, -90, 35 ));
createObject(( "com_pallet_2"), (-1290, -2892.5, 29), ( 0, -90, 35 ));
createObject(( "com_pallet_2"), (-1335, -2892.5, -2), ( 0, -90, 35 ));
createObject(( "com_pallet_2"), (-1380, -2892.5, -33), ( 0, -90, 35 ));
createObject(( "com_pallet_2"), (-1428, -2892.5, -42), ( 0, -90, 0 ));
createObject(( "com_pallet_2"), (-1482, -2892.5, -42), ( 0, -90, 0 ));




createObject(( "ch_crate48x64"), (-1687, -2836, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1747, -2836, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1807, -2836, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1867, -2836, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1927, -2836, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1987, -2836, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1627, -2788, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1567, -2788, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1507, -2788, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1447, -2788, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1387, -2788, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1327, -2788, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1267, -2788, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1207, -2788, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1147, -2788, 110), ( 0, 90, 0 ));

createObject(( "ch_crate48x64"), (-2047, -2836, 110), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1687, -2836, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1747, -2836, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1807, -2836, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1867, -2836, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1927, -2836, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1987, -2836, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-2047, -2836, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1627, -2788, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1567, -2788, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1507, -2788, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1447, -2788, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1387, -2788, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1327, -2788, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1267, -2788, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1207, -2788, 155), ( 0, 90, 0 ));
createObject(( "ch_crate48x64"), (-1147, -2788, 155), ( 0, 90, 0 ));

}



I also share versions of zombieland where there are my map edits :

- You must login or register to view this content.
- You must login or register to view this content.
Last edited by xTiibo Modz ; 06-27-2017 at 11:41 AM.

The following 4 users say thank you to xTiibo Modz for this useful post:

/SneakerStreet/, EternalHabit, OfficialCoolJay, Skonafid

The following user groaned xTiibo Modz for this awful post:

BlueeHasSwag
06-22-2017, 06:26 PM #2
/SneakerStreet/
At least I can fight
wow the plaza map is amazing!!!!!
06-23-2017, 09:46 AM #3
xTiibo Modz
Do a barrel roll!
Originally posted by SneakerStreet
wow the plaza map is amazing!!!!!


Thanks Winky Winky I also spent a lot of time making it
06-26-2017, 01:26 AM #4
were do i put the CreateObject(model, origin, angle) {
return spawnEntity("script_model", model, origin, angle);
}
06-26-2017, 03:02 AM #5
Originally posted by SneakerStreet
wow the plaza map is amazing!!!!!

were do i put CreateObject(model, origin, angle) {
return spawnEntity("script_model", model, origin, angle);
}
06-26-2017, 04:33 AM #6
The first download is down
06-26-2017, 02:00 PM #7
itsSorrow
In my man cave
Originally posted by TheNiceUb3r View Post
The first download is down


You are still here?
Edit: didn't mean to sound like dick. Luv u Ub3r
06-27-2017, 03:38 AM #8
very nice love the use of models
06-27-2017, 11:47 AM #9
xTiibo Modz
Do a barrel roll!
Originally posted by Sharky420 View Post
were do i put the CreateObject(model, origin, angle) {
return spawnEntity("script_model", model, origin, angle);
}

In Forgefunctions.gsc
06-27-2017, 12:13 PM #10
xTiibo Modz
Do a barrel roll!
Originally posted by TheNiceUb3r View Post
The first download is down


The link has been updated

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo