Hello There, Guest! Login or Register


[To be added as a Minigame] Combo Skyscrapers - Stunt
#1
yo,

Yesterday, i decided to make a stunt, and started to do it. Added two skyscrapers (one on the top of hte other) and ppl will try to climb to top of the skyscapers with NRGs. Its looking funny, ant there will be an elevator (moving)...

Pics:

[Image: 2lcl72u.png]

[Image: 2le04mx.png]

[Image: zsu6vk.png]

[Image: 34te43c.jpg]

[Image: 4qmywn.png]

v My cow faced man xD (Idea has stolen from Pino  8)7 , thanks to him)
[Image: 29p2cfl.png]

Codes:

Code:
new ele1;

forward elemovedown();
forward elemoveup();

//==============================================================================

public elemoveup()
{
MoveObject(ele1, 5479.847, 1740.182, 216.197, 3.50);
SetTimer("elemovedown", 15000, 0);
}

//==============================================================================

public elemovedown()
{
MoveObject(ele1, 5479.773, 1740.162, 173.057, 3.50);
SetTimer("elemoveup", 15000, 0);
}

//==============================================================================


public OnGameModeInit()
{

SetTimer("elemoveup",1000,0);
    
ele1=CreateObject(2669,5479.773,1740.162,173.057,0.0,0.0,87.422);
CreateObject(4601,5416.970,1730.761,34.434,0.0,0.0,180.000);
CreateObject(4602,5469.774,1710.979,212.697,0.0,0.0,0.0);
CreateObject(9039,5282.677,1769.689,1.707,0.0,0.0,90.000);
CreateObject(1245,5267.322,1775.169,2.124,0.0,0.0,180.000);
CreateObject(1660,5301.494,1772.740,3.706,0.0,0.0,78.750);
CreateObject(1894,5334.218,1771.595,9.153,0.0,-7.735,0.0);
CreateObject(1894,5341.554,1774.078,8.875,0.0,-12.032,180.000);
CreateObject(6052,5400.064,1765.126,5.873,0.0,0.0,65.781);
CreateObject(5153,5411.023,1787.603,9.245,-0.859,-3.438,45.000);
CreateObject(5153,5413.572,1789.830,11.008,3.438,-4.297,37.188);
CreateObject(5153,5415.974,1790.677,12.408,15.470,-4.297,11.250);
CreateObject(5153,5418.955,1790.196,13.903,24.924,-0.859,-15.625);
CreateObject(1346,5435.280,1780.831,13.247,37.815,-0.859,92.578);
CreateObject(1346,5433.961,1780.787,12.072,56.723,1.719,90.000);
CreateObject(5153,5409.387,1784.877,7.909,-9.454,6.016,67.500);
CreateObject(18216,5456.697,1781.151,16.459,-269.863,-2.578,-178.204);
CreateObject(18216,5474.439,1780.075,21.159,91.960,-98.835,-108.521);
CreateObject(1245,5449.627,1780.899,17.097,0.0,0.0,-180.000);
CreateObject(1245,5467.844,1783.616,21.125,0.0,2.578,157.500);
CreateObject(18367,5472.901,1781.167,25.695,0.0,0.0,78.750);
CreateObject(18367,5501.292,1776.741,28.713,0.0,-4.297,11.250);
CreateObject(18367,5474.506,1757.924,26.736,-1.719,5.157,-277.812);
CreateObject(1634,5460.062,1759.844,28.817,0.0,0.0,78.750);
CreateObject(1634,5454.716,1760.673,32.603,18.908,-2.578,83.047);
CreateObject(1634,5451.317,1759.914,37.763,40.394,-18.048,100.468);
CreateObject(1634,5450.182,1758.380,43.947,67.036,-33.518,112.500);
CreateObject(980,5481.946,1746.157,46.536,-0.859,-1.719,94.297);
CreateObject(1632,5451.878,1756.387,48.991,111.727,61.227,-707.484);
CreateObject(980,5482.125,1734.720,46.331,0.0,0.0,87.422);
CreateObject(3458,5470.110,1732.605,63.928,0.0,0.0,0.0);
CreateObject(3458,5443.234,1726.965,46.755,3.438,13.751,16.329);
CreateObject(13749,5437.324,1726.070,58.723,0.0,0.0,-42.422);
CreateObject(3458,5487.486,1714.833,64.899,0.0,3.438,90.000);
CreateObject(1632,5487.332,1694.863,68.230,0.0,0.0,180.000);
CreateObject(1632,5487.204,1690.108,71.798,24.064,0.0,-180.000);
CreateObject(1632,5487.248,1685.740,78.281,42.112,0.0,180.000);
CreateObject(1632,5487.200,1684.209,85.077,67.036,0.0,180.000);
CreateObject(1632,5487.141,1685.380,90.239,93.679,0.0,180.000);
CreateObject(1632,5487.163,1689.217,94.970,122.899,0.0,180.000);
CreateObject(8417,5470.614,1717.255,91.204,0.0,0.0,0.0);
CreateObject(17036,5483.571,1738.452,91.064,0.0,0.0,45.000);
CreateObject(17036,5477.829,1742.305,91.067,0.0,0.0,67.500);
CreateObject(17036,5471.473,1742.959,91.064,0.0,0.0,101.018);
CreateObject(17036,5466.809,1739.589,91.064,0.0,0.0,-33.750);
CreateObject(980,5467.134,1739.403,91.138,-90.241,0.0,56.250);
CreateObject(980,5472.634,1742.660,91.158,-91.100,0.0,0.0);
CreateObject(980,5481.718,1739.900,91.136,-90.241,0.0,-48.515);
CreateObject(980,5481.518,1729.384,91.038,0.0,0.0,55.313);
CreateObject(980,5464.266,1729.903,91.017,0.0,0.0,67.500);
CreateObject(10008,5455.112,1704.220,95.654,0.0,0.0,56.250);
CreateObject(10008,5455.105,1704.273,102.004,0.0,0.0,56.250);
CreateObject(13648,5458.758,1685.757,101.601,0.0,0.0,0.0);
CreateObject(1894,5457.363,1693.857,111.214,2.578,-22.345,90.000);
CreateObject(16500,5456.969,1664.442,102.305,0.0,-85.944,84.843);
CreateObject(18367,5456.287,1696.681,114.423,0.0,-2.578,180.000);
CreateObject(18367,5455.779,1726.846,117.658,-5.157,0.0,-33.750);
CreateObject(18367,5438.983,1704.077,123.225,-14.610,-6.016,180.000);
CreateObject(13638,5446.009,1739.039,136.570,0.0,0.0,-90.000);
CreateObject(18284,5471.968,1739.312,141.603,-0.859,0.0,0.0);
CreateObject(13666,5465.929,1744.583,149.415,0.0,0.0,101.250);
CreateObject(18262,5457.081,1742.141,143.262,-18.908,-1.719,90.000);
CreateObject(971,5465.941,1744.549,144.502,0.0,0.0,10.391);
CreateObject(971,5467.051,1740.769,145.172,0.0,0.0,10.313);
CreateObject(984,5482.177,1747.624,144.391,0.0,-88.522,88.281);
CreateObject(984,5482.159,1746.307,144.426,0.0,-88.522,88.281);
CreateObject(984,5493.653,1746.658,147.709,-32.659,-88.522,88.281);
CreateObject(984,5493.504,1743.901,154.602,-32.659,-88.522,-91.719);
CreateObject(984,5493.482,1747.026,161.440,-32.659,-88.522,-271.719);
CreateObject(984,5493.847,1751.949,168.309,-33.518,-91.100,-92.578);
CreateObject(980,5485.382,1744.248,171.834,-90.241,-1.719,85.703);
CreateObject(8417,5470.879,1718.784,215.001,0.0,0.0,-1.719);
CreateObject(8417,5468.631,1714.397,248.774,0.0,0.0,0.0);
CreateObject(969,5482.667,1738.010,214.953,-90.241,0.0,-2.578);
CreateObject(13641,5454.500,1735.414,216.556,0.0,0.0,177.422);
CreateObject(11495,5417.109,1735.266,218.584,0.0,0.0,90.000);
CreateObject(1894,5407.957,1730.353,218.211,0.0,23.205,90.000);
CreateObject(13642,5433.500,1684.093,247.861,0.0,0.0,0.0);
CreateObject(3279,5402.901,1703.245,230.928,0.0,0.0,90.000);
CreateObject(1660,5411.836,1690.681,246.140,0.0,0.0,33.750);
CreateObject(1634,5488.634,1729.671,249.733,0.0,0.0,-101.250);
CreateObject(1634,5493.101,1728.765,253.462,24.064,0.0,-101.250);
CreateObject(1634,5496.920,1728.001,259.332,37.815,0.0,-101.250);
CreateObject(1634,5499.013,1727.606,266.114,55.863,0.0,-101.250);
CreateObject(1634,5498.835,1727.621,274.676,75.630,0.0,-101.250);
CreateObject(1634,5496.575,1728.063,281.820,89.381,0.0,-101.250);
CreateObject(1634,5492.176,1728.719,288.630,106.570,0.0,-95.157);
CreateObject(18284,5469.817,1732.994,280.840,0.0,0.0,90.000);
CreateObject(18284,5470.039,1725.506,280.833,0.0,0.0,90.000);
CreateObject(18284,5456.220,1724.493,280.828,0.0,0.0,0.0);
CreateObject(2780,5480.688,1721.124,282.991,0.0,0.0,0.0);
CreateObject(2780,5459.808,1721.255,282.997,0.0,0.0,0.0);
CreateObject(2780,5470.501,1721.361,282.960,0.0,0.0,0.0);
CreateObject(13603,5470.184,1491.646,206.544,0.0,0.0,1.719);
CreateObject(18367,5470.630,1700.035,283.431,20.626,0.0,0.0);
CreateObject(18367,5470.546,1670.029,275.819,19.767,0.0,0.0);
CreateObject(18367,5470.586,1640.363,268.738,18.048,0.0,0.0);
CreateObject(1632,5470.649,1612.284,263.345,-22.345,0.0,180.000);
CreateObject(1632,5470.638,1606.325,265.003,3.438,0.0,180.000);
CreateObject(1632,5470.645,1601.762,267.954,18.048,0.0,180.000);
CreateObject(8417,5430.290,1719.515,249.078,0.0,0.859,0.0);
CreateObject(980,5415.138,1729.852,251.298,0.0,0.0,0.0);
CreateObject(980,5416.691,1729.859,251.279,0.0,0.0,-180.000);
CreateObject(980,5428.188,1729.842,251.267,0.0,0.0,-180.000);
CreateObject(980,5439.607,1729.811,251.287,0.0,0.0,0.0);
CreateObject(980,5451.100,1729.813,251.237,0.0,0.0,0.0);
CreateObject(971,5461.188,1728.939,250.484,0.0,0.0,-11.250);
CreateObject(1225,5384.907,1735.486,259.136,0.0,0.0,0.0);
CreateObject(1225,5384.905,1732.641,259.136,0.0,0.0,0.0);
CreateObject(1225,5449.392,1700.199,249.144,0.0,0.0,0.0);
CreateObject(1225,5451.036,1700.973,249.144,0.0,0.0,0.0);
CreateObject(13604,5387.239,1727.315,256.467,0.0,12.032,0.0);
CreateObject(18367,5414.050,1721.226,248.048,-6.875,0.0,-91.341);
CreateObject(18367,5414.120,1734.107,248.561,-11.173,0.0,270.859);
CreateObject(3402,5438.652,1716.986,249.205,0.0,0.0,0.0);
CreateObject(5153,5470.515,1703.176,283.010,0.0,6.016,-89.141);
CreateObject(16776,5470.576,1473.681,214.264,0.0,0.0,274.297);
CreateObject(14608,5448.993,1468.379,216.052,0.0,0.0,-78.750);
CreateObject(14608,5493.283,1469.593,214.390,0.0,0.0,0.0);
CreateObject(9833,5469.901,1481.472,213.630,0.0,0.0,-33.750);
CreateObject(7073,5471.465,1465.797,225.015,0.0,0.0,-90.000);
CreateObject(6865,5472.093,1467.464,233.569,0.0,0.0,-135.000);
CreateObject(3515,5455.577,1477.343,213.275,0.0,0.0,0.0);
CreateObject(3515,5486.514,1478.928,213.427,0.0,0.0,0.0);
CreateObject(2780,5479.762,1505.565,214.809,0.0,0.0,0.0);
CreateObject(2780,5455.639,1503.359,212.581,0.0,0.0,0.0);
CreateObject(9152,5470.789,1474.817,215.075,0.0,0.0,5.157);
CreateObject(8990,5491.694,1470.819,213.268,0.0,0.0,45.000);
CreateObject(8990,5449.803,1470.021,214.663,0.0,0.0,-45.000);
CreateObject(16501,5501.160,1745.120,151.116,-0.859,-90.241,-4.297);
CreateObject(16501,5485.937,1745.483,157.963,-0.859,-90.241,-2.578);
CreateObject(16501,5501.193,1749.457,164.805,0.0,-90.241,-2.578);
CreateObject(980,5485.552,1748.163,171.828,-90.241,-1.719,85.703);
CreateObject(975,5479.417,1748.537,145.752,0.0,0.0,-3.438);
CreateObject(980,5413.643,1703.521,250.869,0.0,0.0,-45.000);
CreateObject(18284,5480.137,1730.933,280.831,0.0,0.0,0.0);
CreateObject(18553,5408.328,1734.509,218.804,0.859,-67.036,89.141);
CreateObject(3517,5493.688,1517.186,223.726,0.0,0.0,0.0);
CreateObject(3517,5444.596,1515.721,223.880,0.0,0.0,0.0);
CreateObject(3517,5485.725,1467.175,223.515,0.0,0.0,0.0);
CreateObject(3517,5457.766,1465.977,223.517,0.0,0.0,0.0);
CreateObject(1225,5459.136,1738.070,215.367,0.0,0.0,0.0);
CreateObject(1225,5458.875,1732.708,215.367,0.0,0.0,0.0);
CreateObject(1225,5470.379,1480.603,211.986,0.0,0.0,0.0);
CreateObject(1225,5384.905,1736.850,259.144,0.0,0.0,0.0);
CreateObject(1225,5384.839,1734.049,259.150,0.0,0.0,0.0);
CreateObject(1225,5487.882,1748.883,172.290,0.0,0.0,0.0);
CreateObject(1225,5487.012,1748.930,172.286,0.0,0.0,0.0);
CreateObject(1225,5486.112,1748.929,172.282,0.0,0.0,0.0);
CreateObject(1225,5485.235,1748.998,172.278,0.0,0.0,0.0);
CreateObject(1225,5484.355,1749.017,172.274,0.0,0.0,0.0);
CreateObject(1225,5482.958,1744.035,172.270,0.0,0.0,0.0);
CreateObject(1225,5483.812,1744.010,172.274,0.0,0.0,0.0);
CreateObject(1225,5484.678,1743.952,172.278,0.0,0.0,0.0);
CreateObject(1225,5485.594,1743.914,172.283,0.0,0.0,0.0);
CreateObject(1225,5486.499,1743.870,172.287,0.0,0.0,0.0);
    return 1;
}

SetPlayerPos(playerid, 5244.6523,1784.4856,1.6289); // spawn/start point of player

LR
Reply
#2
Updated. Hope u like it  ;)

LR
Reply
#3
Nice work! It's hard lol, I tried on an NRG, still haven't completed it :(
(too addicting)

Really is nice. I've added it as a map zone for now, but I'll write a minigame for it when we update to the new minigame handler :)

Keep up the good work :)

Reply
#4
(05-16-2010, 12:12 AM)Jay link Wrote: Nice work! It's hard lol, I tried on an NRG, still haven't completed it :(
(too addicting)

Really is nice. I've added it as a map zone for now, but I'll write a minigame for it when we update to the new minigame handler :)

Keep up the good work :)

Lmao i failed at my first,second and third try, too  _O-

btw, ty  :+
Reply