SA-MP Forums Archive
[FilterScript] [FS] Bus 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)
+--- Thread: [FilterScript] [FS] Bus Interior (/showthread.php?tid=34250)

Pages: 1 2


[FS] Bus Interior - Amit - 14.04.2008

Bus Interior

Updated it again
Fixed the location so you don't fall

Updated
Updated it so now when you turn your camera to the side instead of seeing outside it goes closer
to the player.

I've seen interiors for the Train and the Shamal but never for the Bus so I thought I would try making one.

This is a small filterscript that teleports you to an interior made with objects when you enter
a bus as a passenger. To get to the interior you have to spawn or add the Bus (Model ID 431)
somewhere on your server and enter as passenger (Press G) or type /gotobus if you're logged
in as RCON admin. It's a very small interior but it uses about 70 objects.

Some screenshots:
From the front where you enter looking back From the back of the bus looking to the front


It's got some TVs hanging down from the over head storage bit and the green part down the
middle is suppose to be a carpet and to exit press Enter.

Other Notes:
Sometimes when you enter as passenger and get teleported the radios continues playing
and you can go through the channels with G and H

Added another version with a pink carpet


Also in the new one you can get to the interior through the Coach (ID 437) aswell as the Bus (ID 431)
Fixed the horn thing so it works for everyone and not just ID 0 (Thanks to =>Sandra<= for that)

Video showing the interior and how to enter/exit - ******* video
Credits to TPD for the video

Download

Updated:
[b][b]


Re: [FS] Bus Interior - [_brB_]Sonic_ - 14.04.2008

Very Nice...Thanks man


Re: [FS] Bus Interior - tom_jonez - 14.04.2008

Looks cool! I like the televisions.


Re: [FS] Bus Interior - Mr Qtip - 14.04.2008

OMFG that is awesome, I want it :P


Re: [FS] Bus Interior - Amit - 14.04.2008

Thanks


Re: [FS] Bus Interior - Sandra18[NL] - 14.04.2008

Nice

Idea for next version: Maybe you can support also the other bus-model 437 (Coach).

Edit: Oh, and those 'horns' will only work for id '0'

Код:
new Timer1[MAX_PLAYERS];
new Timer2[MAX_PLAYERS];
Код:
Timer1[playerid] = SetTimerEx("HornA", 60000, 1, "i", playerid);
Timer2[playerid] = SetTimerEx("HornB", 60500, 1, "i", playerid);
Код:
KillTimer(Timer1[playerid]);
KillTimer(Timer2[playerid]);



Re: [FS] Bus Interior - deiviuxxx - 14.04.2008

Nice


Re: [FS] Bus Interior - ettans - 14.04.2008

Wow, that looks amazing. I thought it's made by a rockstar developer for a second. Very nice job Cyber.


Re: [FS] Bus Interior - Saorp - 14.04.2008

Not bad at all.

Maybe the carpet could be another color, but other than that its pretty good.


Re: [FS] Bus Interior - MueldersX - 14.04.2008

i gona use this


Re: [FS] Bus Interior - Aerobalance - 14.04.2008

Haha looks just like the bus i take to school LOL

great job man, imma use this!!


Re: [FS] Bus Interior - jannka23 - 14.04.2008

awesome i will use this ! thanks and can i travel inside the bus interior while someone else is driving the bus ?


Re: [FS] Bus Interior - ettans - 14.04.2008

Yes. When you come out, you will spawn under the ground though. You need to edit the pos. it sets you, after you exit the bus.


Re: [FS] Bus Interior - P1nd3r - 14.04.2008

Oh this is so cool you'd think Rockstar themselves designed it. 10/10 it would be great for parties IG.


Re: [FS] Bus Interior - Pujan2008 - 14.04.2008

Kickass cool!
Well done!


Re: [FS] Bus Interior - mamorunl - 14.04.2008

that is really nicely made man! really nice


Re: [FS] Bus Interior - JaTochNietDan - 14.04.2008

That is very good mapping, very good for roleplay servers.


Re: [FS] Bus Interior - [IB]Scorcher - 14.04.2008

Nice int ,where did you find it?.Because i aint seen it before


Re: [FS] Bus Interior - JaTochNietDan - 14.04.2008

Quote:
Originally Posted by Damage2008
Nice int ,where did you find it?.Because i aint seen it before
He built it.


Re: [FS] Bus Interior - MueldersX2 - 14.04.2008

looks good, but I have 1 question.

is it possible to enter the "normal" bus as passenger?