[Map] FBI/SWAT HQ Interior
#1

I was just bored and decided to to a interior for FBI/SWAT or whatever you wanna use it for and I came up with this, I took some inspiration from Argonath RPG interiors, especially the SWAT and FBI interiors, and some others.
The total amount of objects is 216 objects. It took me about 3-4 hours to make. The interior has the following rooms/areas:

-Public lobby
-Public bathroom
-Press conference room
-Hallway to restricted area
-Interrigation room
-Evidence room
-Kitchen
-Locker/shower room
-Briefing room
-Processing and jails
-Office room
-3 high rank offices

Video is better than a thousand pictures:
[ame]http://www.youtube.com/watch?v=4hSpn9ZIX1U[/ame]

Example script for door
pawn Код:
//On game/filterscript init
new FBIDOOR;
forward FBIDOORTimer();
FBIDOOR = CreateObject(1500,1294.18371582,553.40069580,1066.67248535,0.0,0.0,90.0);

public OnPlayerCommandText(playerid, cmdtext[])
    {
        if(strcmp(cmdtext, "/open", true)==0)
        {
                // FBI DOOR
                SetTimer("FBIDOORTimer", 3000, 0);
                MoveObject (FBIDOOR,1294.15979004,554.91510010,1066.67248535,3);
                return 1;
        }
       
public FBIDOORTimer()
{
    MoveObject(FBIDOOR,1294.18371582,553.40069580,1066.67248535,3);

    return 1;
}
Entry coordinates:
Код:
1254.5336,568.5658,1067.6981
Download:
Pastebin
Reply
#2

Omg that's very nice.
I will use it for my Server.

8 / 10
Reply
#3

Excellent. 10/10.
Reply
#4

Nice 4.5/5
Reply
#5

Thanks
Reply
#6

What mod are you using for those suburbans out front?
Reply
#7

Very nice and detailed.
Reply
#8

Nice map
Reply
#9

can you give us coords to this interior please?
Reply
#10

Well you could've just used one of the objects put here you go:

1254.5336,568.5658,1067.6981
Reply
#11

What's the interior ID?
Reply
#12

Very, very nice! 10 out of 10 from me! Keep up the good work.
Reply
#13

Very nice 100% good
Reply
#14

Quote:
Originally Posted by Arturo226
View Post
What's the interior ID?
0

(Message too short)
Reply
#15

Very nice.

9.5/10

Only thing I didn't like is the speakers and shit in the Interrogation room, could've been a bit better I think, anyways, really nice.
Reply
#16

WOW amazing dude, Im just starting to get into making my own RP server.. And i gotta give you 100 cookies and 15/5 dude.. this is amazing
Reply
#17

It is the best thing for RP servers ! 10/10.
Reply
#18

how do i save the code?? 10/10 bro!
Reply
#19

I guess I'm a better mapper than a scripter then xD
Reply
#20

The Jail cameras are NOT SOLID. Please fix this ASAP.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)