[Map] Mothership (race/stunt)
#1

Mothership

Map author: Youarex

Editor: Universal Object Editor

Objects: ~350

Trailer: Here you can see it from different angles.

[ame]http://www.youtube.com/watch?v=k0aWLtH8wTc[/ame]

[ame]http://www.youtube.com/watch?v=0rPjDsS8EN8[/ame]

Download: Take it or leave it.

No teleports, no vehicles.
http://depositfiles.com/files/dvktx1cje

Teleports, vehicles etc.
http://pastebin.com/6fZjVjwk

Reply
#2

FUCKIN' AWESOME
Reply
#3

I love it! Very good map, I really like the rotating parts in the middle. This is some quality work that we don't see that often here.
Reply
#4

This is totally one of the coolest stunt maps in the history of all stunt maps.
Reply
#5

cool dude
Reply
#6

Thanks for the comments.

Small update:
pawn Code:
new Float:tp_coords[6][3] =
{
    { 1977.0000, 1446.4529, 157.7731 },
    { 1965.0000, 1446.4529, 157.7731 },
    { 1953.0000, 1446.4529, 157.7731 },
    { 1941.0000, 1446.4529, 157.7731 },
    { 1929.0000, 1446.4529, 157.7731 },
    { 1917.0000, 1446.4529, 157.7731 }
};
   
new Float:inf_coords[8][3] =
{
    { 1987.5000, 1416.3500, 152.5000 },
    { 1979.3000, 1416.3500, 152.5000 },
    { 1987.5000, 1421.3500, 152.5000 },
    { 1979.3000, 1421.3500, 152.5000 },
    { 1979.3000, 1475.8000, 152.5000 },
    { 1987.5000, 1475.8000, 152.5000 },
    { 1979.3000, 1470.8000, 152.5000 },
    { 1987.5000, 1470.8000, 152.5000 }
};

new inf[sizeof inf_coords];

new Float:nrg_coords[12][3] =
{
    { 1989.0000, 1428.7242, 152.2400 },
    { 1984.0000, 1428.6825, 152.2400 },
    { 1978.0000, 1428.6825, 152.2400 },
    { 1989.0000, 1426.7242, 152.2400 },
    { 1984.0000, 1426.6825, 152.2400 },
    { 1978.0000, 1426.6825, 152.2400 },
    { 1989.0000, 1463.9889, 152.2400 },
    { 1984.0000, 1463.9889, 152.2400 },
    { 1978.0000, 1463.9889, 152.2400 },
    { 1989.0000, 1465.9889, 152.2400 },
    { 1984.0000, 1465.9889, 152.2400 },
    { 1978.0000, 1465.9889, 152.2400 }
};

new nrg[sizeof nrg_coords];

public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/teleportmetothemothership", true))
    {
        if(IsPlayerInAnyVehicle(playerid))
        {
            new pos = random(sizeof tp_coords);
            new veh = GetPlayerVehicleID(playerid);
            SetVehiclePos(veh, tp_coords[pos][0], tp_coords[pos][1], tp_coords[pos][2]);
        }
        else
        {
            new pos = random(sizeof inf_coords);
            SetPlayerPos(playerid, inf_coords[pos][0], inf_coords[pos][1], inf_coords[pos][2]);
        }
        return 1;
    }
    return 0;
}

public OnFilterScriptInit()
{

    for( new i; i < sizeof inf_coords; i++)
    {
        inf[i] = CreateVehicle(411, inf_coords[i][0], inf_coords[i][1], inf_coords[i][2],  90.0, -1, -1, 10); // infernus
        AddVehicleComponent(inf[i], 1010);
    }
   
    for( new i; i < sizeof nrg_coords; i++)
    {
        nrg[i] = CreateVehicle(522, nrg_coords[i][0], nrg_coords[i][1], nrg_coords[i][2],  90.0, -1, -1, 10); // nrg
    }
    return 1;
}

public OnFilterScriptExit()
{
    for( new i; i < MAX_OBJECTS; i++) //Here we will destroy every single object, including those that aren't even in this map :)
    {
        DestroyObject(i);
    }
    for( new i; i < sizeof inf_coords; i++)
    {
        DestroyVehicle(inf[i]);
    }
    for( new i; i < sizeof nrg_coords; i++)
    {
        DestroyVehicle(nrg[i]);
    }
    return 1;
}
Reply
#7

Omg man! Wow man! This is one of the best stunting map! Wow! 10000/10 for this map.
What is that rotating object's id?
And I loved the video. The video is so catchy with the songs. Loved it. +repped
And I must say, this is the best map I have ever seen on SA-MP. Good work. Keep it up bro.
Reply
#8

Quote:
Originally Posted by Captain_Mani
View Post
Omg man! Wow man! This is one of the best stunting map! Wow! 10000/10 for this map.
What is that rotating object's id?
And I loved the video. The video is so catchy with the songs. Loved it. +repped
And I must say, this is the best map I have ever seen on SA-MP. Good work. Keep it up bro.
Thanks friend

Inner rotating objects: 11487
Outer rotating objects: 18772
Reply
#9

A HUUUUUGGGGGEEEE MAP.
AWESOME WORK.
+2.
Reply
#10

I can describe this in 1 word:

Holyshit.

100/10
Reply
#11

Best Mapping, I've ever seen in SA:MP Community History.

O.e Congratulations
Reply
#12

that's not the mothership, that's the motherf*cking awesome stunt place
Reply
#13

I love it! Very good map, I really like the rotating parts in the middle. This is some quality work that we don't see that often here.
Reply
#14

Quote:
Originally Posted by Basssiiie
View Post
I love it! Very good map, I really like the rotating parts in the middle. This is some quality work that we don't see that often here.
Quote:
Originally Posted by talkro
View Post
I love it! Very good map, I really like the rotating parts in the middle. This is some quality work that we don't see that often here.
Are you a parrot?
Reply
#15

No, I use bcuz thats the same thing i wanna say!
Reply
#16

Original/Best/Race/Stunt/Map/Unique/I/Ever/Seen + REP for your hard work.
Reply
#17

can you re-upload plz really want this map
Reply
#18

Amazing.
Reply
#19

Nice
Reply
#20

Oh my fucking god. 1000000000000000000000000000/10
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)