SA-MP Forums Archive
[MAP/FS]Bank Interior - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [MAP/FS]Bank Interior (/showthread.php?tid=99830)

Pages: 1 2


[MAP/FS]Bank Interior - Sayaron - 30.09.2009

Bank Interior by Sayaron

Info
For a long while ago, I where searching for a good bank interior, but there where none..
So I started making my own for my server, and now as its finished I would like to share it with you guys!
Hope you like it
Objects: 32
Here is a teleport command to the entrance of the bank if you need it:
pawn Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp("/bank", cmdtext, true, 10) == 0)
    {
        SetPlayerPos(playerid, -467.1987,-196.4525,985.3784);
        SetPlayerInterior(playerid,3);
        return 1;
    }
    return 0;
}
Its also in the pastebin, so just uncomment if you wanna use it

Screenshots







New!

Breakable doors! (Only the red ones in the ground floor)


Red breakable door replaced with 2 doors making it an elevator

Download
If you wonder why it says 84nK, is it cuz I use to write on Leet, so I didn't use any time to fix it
.map

Pastebin
http://pastebin.com/f6f698159
PWN

AMX

pawn Code:
CreateObject(14576, -482.16369628906, -198.66093444824, 980.00079345703, 0, 0, 0.75);
CreateObject(2946, -466.86309814453, -198.2001953125, 984.35827636719, 0, 0, 357.31604003906);
CreateObject(2946, -466.7080078125, -195.02656555176, 984.36566162109, 0, 0, 177.65991210938);
CreateObject(1491, -479.08612060547, -213.3388671875, 986.75866699219, 0, 0, 0);
CreateObject(13007, -475.021484375, -203.4521484375, 986.16741943359, 0, 0, 267.73681640625);
CreateObject(14577, -421.435546875, -217.5068359375, 985.12335205078, 0, 0, 180.00549316406);
CreateObject(3089, -478.60537719727, -213.35453796387, 981.51635742188, 0, 0, 0.75);
CreateObject(3089, -476.23828125, -214.39562988281, 981.53961181641, 0, 0, 26.25);
CreateObject(3089, -457.58416748047, -198.49922180176, 979.54022216797, 0, 0, 342.47839355469);
CreateObject(3089, -465.66537475586, -214.6498260498, 979.54180908203, 0, 0, 27.75);
CreateObject(2262, -453.39953613281, -211.38711547852, 980.78424072266, 0, 0, 272.05102539063);
CreateObject(2261, -463.9052734375, -221.849609375, 980.90454101563, 0, 0, 179.60961914063);
CreateObject(16378, -454.80169677734, -211.66088867188, 978.96862792969, 0, 0, 89.846801757813);
CreateObject(9362, -463.28314208984, -220.99801635742, 978.958984375, 0, 0, 180.50543212891);
CreateObject(2162, -464.16430664063, -209.51202392578, 978.20550537109, 0, 0, 0);
CreateObject(2161, -462.39245605469, -209.4859161377, 978.20013427734, 0, 0, 0);
CreateObject(2164, -453.00692749023, -217.82246398926, 978.20037841797, 0, 0, 271.17260742188);
CreateObject(2163, -453.00524902344, -216.08598327637, 978.20025634766, 0, 0, 270.42254638672);
CreateObject(2167, -460.3274230957, -216.3990020752, 0.00537109375, 0, 0, 0);
CreateObject(2167, -452.93060302734, -219.87733459473, 978.20098876953, 0, 0, 271.17272949219);
CreateObject(1491, -479.08972167969, -213.34439086914, 984.33569335938, 0, 0, 0);
CreateObject(3055, -466.69039916992, -197.12467956543, 986.57647705078, 0, 0, 268.58288574219);
CreateObject(17946, -418.92733764648, -251.23831176758, 981.21447753906, 0, 0, 359.5810546875);
CreateObject(3117, -432.66442871094, -229.69778442383, 977.97943115234, 0, 0, 0);
CreateObject(3029, -450.6220703125, -223.7509765625, 978.20330810547, 0, 0, 270.48901367188);
CreateObject(3029, -450.66290283203, -208.84590148926, 978.13427734375, 0, 0, 309.208984375);
CreateObject(1753, -472.98281860352, -195.55270385742, 984.3857421875, 0, 0, 0);
CreateObject(1713, -470.11312866211, -199.85711669922, 978.19982910156, 0, 0, 90.327392578125);
CreateObject(1713, -469.24130249023, -197.3401184082, 978.19818115234, 0, 0, 0);
CreateObject(1775, -470.26870727539, -207.56434631348, 979.29846191406, 0, 0, 89.987609863281);
CreateObject(3051, -430.06097412109, -198.73989868164, 979.57147216797, 0, 0, 46.5);
CreateObject(3051, -430.04107666016, -199.87196350098, 979.57147216797, 0, 0, 48);
Anythings wrong with it? Please tell me


Re: [MAP/FS]Bank Interior - [XST]O_x - 30.09.2009

Cool :P
But how can you edit an interior ? oO


Re: [MAP/FS]Bank Interior - Sayaron - 30.09.2009

Quote:
Originally Posted by 3xPloSioNxXx
Cool :P
But how can you edit an interior ? oO
I havent edited any interior, just mixed many interiors into 1


Re: [MAP/FS]Bank Interior - Guedes747 - 30.09.2009

Nice one.


Re: [MAP/FS]Bank Interior - elamigo - 30.09.2009

Nice work


Re: [MAP/FS]Bank Interior - Sayaron - 30.09.2009

Thanx guys, glad you like it


Re: [MAP/FS]Bank Interior - kujox4 - 01.10.2009

Nice Keep it up.


Re: [MAP/FS]Bank Interior - XCultz - 01.10.2009

wow i really like this, Nice job man


Re: [MAP/FS]Bank Interior - SpiderPork - 01.10.2009

I'll just nag a bit around the command.
It checks if the player who typed the command is connected. Most probably he/she is else he/she wouldn't be able to type a command...

Apart from that, good work.


Re: [MAP/FS]Bank Interior - Sayaron - 01.10.2009

Quote:
Originally Posted by SpiderPork
I'll just nag a bit around the command.
It checks if the player who typed the command is connected. Most probably he/she is else he/she wouldn't be able to type a command...

Apart from that, good work.
I can remove the "if(IsPlayerConnected(playerid))" if its so important :P


Re: [MAP/FS]Bank Interior - Nrp_RP - 01.10.2009

nice interior man very hard work!


Re: [MAP/FS]Bank Interior - vytas_lt - 02.10.2009

Awesome


Re: [MAP/FS]Bank Interior - Sayaron - 02.10.2009

The teleport command is now updated


Re: [MAP/FS]Bank Interior - [NYRP]Mike. - 02.10.2009

Nice work Mate, Allready been released though. but Good job.

-Mike.


Re: [MAP/FS]Bank Interior - nuriel6633 - 02.10.2009

Quote:
Originally Posted by [NYRP
Mike. ]
Nice work Mate, Allready been released though. but Good job.

-Mike.
+1


Re: [MAP/FS]Bank Interior - Sayaron - 02.10.2009

Quote:
Originally Posted by [NYRP
Mike. ]
Nice work Mate, Allready been released though. but Good job.

-Mike.
What have been released?


Re: [MAP/FS]Bank Interior - SpiderPork - 03.10.2009

Quote:
Originally Posted by [LRP
Sayaron ]
Quote:
Originally Posted by [NYRP
Mike. ]
Nice work Mate, Allready been released though. but Good job.

-Mike.
What have been released?
A new bank interior.


Re: [MAP/FS]Bank Interior - Sayaron - 03.10.2009

I fixed a bug with the doors and stuff, but I dont have time to upload it now. I will soon upload it


Re: [MAP/FS]Bank Interior - David1338 - 03.10.2009

Very nice job Sayaron


Re: [MAP/FS]Bank Interior - Mariachi - 04.10.2009

Really nice .